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.
32 lines
1.2 KiB
32 lines
1.2 KiB
3 months ago
|
# Command Europa
|
||
|
[](https://liberapay.com/rocketnine.space)
|
||
|
[](https://www.patreon.com/rocketnine)
|
||
|
|
||
|
[Real-time strategy](https://en.wikipedia.org/wiki/Real-time_strategy) video game
|
||
|
|
||
|
This game was created for the [2022 Seattle Indies Game Jam](https://itch.io/jam/seattle-indies-slow-jam-2022).
|
||
|
|
||
|
## Play
|
||
|
|
||
|
### Compile
|
||
|
|
||
|
Install the dependencies listed for [your platform](https://github.com/hajimehoshi/ebiten/blob/main/README.md#platforms),
|
||
|
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](https://code.rocketnine.space/tslocum/commandeuropa/issues).
|
||
|
|
||
|
## Credits
|
||
|
|
||
|
- [Trevor Slocum](https://rocketnine.space) - Game design and programming
|
||
|
|
||
|
## Dependencies
|
||
|
|
||
|
- [ebiten](https://github.com/hajimehoshi/ebiten) - Game engine
|
||
|
- [gohan](https://code.rocketnine.space/tslocum/gohan) - Entity Component System framework
|