Real-time strategy (RTS) video game
Go to file
Trevor Slocum 4d5381a222 Initial commit 2022-11-09 14:33:27 -08:00
game Initial commit 2022-11-09 14:33:27 -08:00
world Initial commit 2022-11-09 14:33:27 -08:00
.gitignore Initial commit 2022-11-09 14:33:27 -08:00
LICENSE Initial commit 2022-11-09 14:33:27 -08:00
README.md Initial commit 2022-11-09 14:33:27 -08:00
flags.go Initial commit 2022-11-09 14:33:27 -08:00
flags_web.go Initial commit 2022-11-09 14:33:27 -08:00
go.mod Initial commit 2022-11-09 14:33:27 -08:00
go.sum Initial commit 2022-11-09 14:33:27 -08:00
goreleaser.yml Initial commit 2022-11-09 14:33:27 -08:00
main.go Initial commit 2022-11-09 14:33:27 -08:00

README.md

Command Europa

Donate via LiberaPay Donate via Patreon

Real-time strategy video game

This game was created for the 2022 Seattle Indies Game Jam.

Play

Compile

Install the dependencies listed for your platform, then run the following command:

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

Run ~/go/bin/commandeuropa to play.

Support

Please share issues and suggestions here.

Credits

Dependencies

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