City-building simulation video game
Go to file
Trevor Slocum 6dbd53e9c4 Add power scan
Zones are now scanned for whether or not they are connected to a power plant.
2022-01-20 18:25:09 -08:00
asset Add power scan 2022-01-20 18:25:09 -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 Add power scan 2022-01-20 18:25:09 -08:00
system Add power scan 2022-01-20 18:25:09 -08:00
world Add power scan 2022-01-20 18:25:09 -08:00
LICENSE Initial commit 2022-01-09 09:10:40 -08:00
README.md Add power scan 2022-01-20 18:25:09 -08:00
citylimits.tiled-project Initial commit 2022-01-09 09:10:40 -08:00
flags.go Add sound effects and music 2022-01-11 18:13:06 -08:00
flags_web.go Add date display 2022-01-14 16:58:44 -08:00
go.mod Add power scan 2022-01-20 18:25:09 -08:00
go.sum Add power scan 2022-01-20 18:25:09 -08:00
goreleaser.yml Fill ground layer with dirt and trees 2022-01-10 13:15: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
  • go-tiled - Tiled map file (.TMX) parser
  • go-astar - Pathfinding library