Real-time strategy (RTS) video game
Go to file
Trevor Slocum 39a46bbcea Unify coordinate systems 2022-11-18 14:12:00 -08:00
component Unify coordinate systems 2022-11-18 14:12:00 -08:00
entity Unify coordinate systems 2022-11-18 14:12:00 -08:00
game Unify coordinate systems 2022-11-18 14:12:00 -08:00
system Unify coordinate systems 2022-11-18 14:12:00 -08:00
world Unify coordinate systems 2022-11-18 14:12:00 -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 Unify coordinate systems 2022-11-18 14:12:00 -08:00
go.sum Unify coordinate systems 2022-11-18 14:12:00 -08:00
goreleaser.yml Initial commit 2022-11-09 14:33:27 -08:00
main.go Add unit system 2022-11-18 13:19:58 -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