An open API service indexing awesome lists of open source software.

https://github.com/greenthepear/deck-aid

Rougelike deckbuilder game made in Go
https://github.com/greenthepear/deck-aid

ebitengine game

Last synced: 8 months ago
JSON representation

Rougelike deckbuilder game made in Go

Awesome Lists containing this project

README

          

Deck Aid - A rougelike deckbuilding game inspired by Slay The Spire, being created mainly as a programming exercize to practice Go and to try out the Ebitengine.

Current state: There is a game loop in the playable in the terminal until you kill the first test enemy (Duende), block and basic buffs (effects) work but there is still logic need to be made for enemy actions other than damage. I will probably move on to implementing the graphics when all the features "started" work in this CLI version, which should be very soon.

TODO:
- Combat loop (in terminal) - DONE
- Actual graphics
- Make it an actual rougelike with a map (?) and stuff
- Adding cool new enemies, cards, effects etc
- Lore?