Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 479 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 479 Bytes

Space Fetcher

A small game where you steer a spaceship and pick up some hexagons.

I have written this in my free time while learning Go.

Installation

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details.