A tiny, slow-paced world and colony building game.
Made with Arche and Ebitengine. Very early work in progress!
Currently, you need to clone the repository and run the game with Go:
git clone https://github.com/mlange-42/tiny-world.git
cd tiny-world
go run .
In the toolbar on the right, the top items are buildings that can be bought by the player for resources. The natural features in the lower part appear randomly and are replenished when placed by the player.
- Middle mouse button / mouse wheel: pan and zoom.
- Left click with selected terrain or buildable: place it.
- Right click with selected buildable: remove it.
- Ctrl+S: saves the game to
save/autosave.json
Load a saved game by running with the file as argument:
go run . save/autosave.json