A small game where you steer a spaceship and pick up some hexagons.
I have written this in my free time while learning Go.
You must have Go installed. The project is using Go modules, so runing and building it is simple.
You run it like so:
go run janrobas/spacefetcher
You build it like so:
go build janrobas/spacefetcher
This project is licensed under the MIT License - see the LICENSE.md file for details.