Real-time strategy (RTS) video game
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Slocum 65816fd427
Add entity component system
5 months ago
component Add entity component system 5 months ago
game Add entity component system 5 months ago
system Add entity component system 5 months ago
world Initial commit 5 months ago
.gitignore Initial commit 5 months ago
LICENSE Initial commit 5 months ago
README.md Initial commit 5 months ago
flags.go Initial commit 5 months ago
flags_web.go Initial commit 5 months ago
go.mod Add entity component system 5 months ago
go.sum Add entity component system 5 months ago
goreleaser.yml Initial commit 5 months ago
main.go Initial commit 5 months ago

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