Real-time strategy (RTS) video game
You cannot 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 39a46bbcea Unify coordinate systems 6 months ago
component Unify coordinate systems 6 months ago
entity Unify coordinate systems 6 months ago
game Unify coordinate systems 6 months ago
system Unify coordinate systems 6 months ago
world Unify coordinate systems 6 months ago
.gitignore Initial commit 7 months ago
LICENSE Initial commit 7 months ago
README.md Initial commit 7 months ago
flags.go Initial commit 7 months ago
flags_web.go Initial commit 7 months ago
go.mod Unify coordinate systems 6 months ago
go.sum Unify coordinate systems 6 months ago
goreleaser.yml Initial commit 7 months ago
main.go Add unit system 6 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