City-building simulation video game
Go to file
Trevor Slocum 35a2293967 Support building structures 2022-01-10 08:33:02 -08:00
asset Support building structures 2022-01-10 08:33:02 -08:00
component Initial commit 2022-01-09 09:10:40 -08:00
ecs Initial commit 2022-01-09 09:10:40 -08:00
entity Initial commit 2022-01-09 09:10:40 -08:00
game Support building structures 2022-01-10 08:33:02 -08:00
system Support building structures 2022-01-10 08:33:02 -08:00
world Support building structures 2022-01-10 08:33:02 -08:00
LICENSE Initial commit 2022-01-09 09:10:40 -08:00
README.md Initial commit 2022-01-09 09:10:40 -08:00
citylimits.tiled-project Initial commit 2022-01-09 09:10:40 -08:00
flags.go Initial commit 2022-01-09 09:10:40 -08:00
flags_web.go Initial commit 2022-01-09 09:10:40 -08:00
go.mod Initial commit 2022-01-09 09:10:40 -08:00
go.sum Initial commit 2022-01-09 09:10:40 -08:00
main.go Initial commit 2022-01-09 09:10:40 -08:00

README.md

City Limits

Donate

City-building simulation video game

This game was created for the Wasted Resources Game Jam.

Play

Browser

Play in your browser

Compile

Note: You will need to install the dependencies listed for your platform.

Run the following command to build a citylimits executable:

go install code.rocketnine.space/tslocum/citylimits@latest

Run ~/go/bin/citylimits to play.

Support

Please share issues and suggestions here.

Credits

Dependencies

  • ebiten - Game engine
  • gohan - Entity Component System framework