Real-time strategy (RTS) video game
Find a file
2022-11-10 00:00:25 -08:00
component Add entity component system 2022-11-09 15:22:56 -08:00
game Procedurally generate terrain 2022-11-10 00:00:25 -08:00
system Procedurally generate terrain 2022-11-10 00:00:25 -08:00
world Procedurally generate terrain 2022-11-10 00:00:25 -08:00
.gitignore 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 Procedurally generate terrain 2022-11-10 00:00:25 -08:00
go.sum Procedurally generate terrain 2022-11-10 00:00:25 -08:00
goreleaser.yml Initial commit 2022-11-09 14:33:27 -08:00
LICENSE Initial commit 2022-11-09 14:33:27 -08:00
main.go Procedurally generate terrain 2022-11-10 00:00:25 -08:00
README.md Initial commit 2022-11-09 14:33:27 -08:00

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