Categorygithub.com/ManuelGarciaF/flatland
repositorypackage
0.0.0-20250122184445-daf9d75649b9
Repository: https://github.com/manuelgarciaf/flatland.git
Documentation: pkg.go.dev

# README

Flatland

2D world, 1D view raytracing thing, inspired on the Flatland book.

screenshot

Running

Run the project directly with:

go run github.com/ManuelGarciaF/flatland@latest

Or, clone the repository manually and run it:

git clone https://github.com/ManuelGarciaF/flatland.git
go run main.go