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
- Host: GitHub
- URL: https://github.com/greenthepear/deck-aid
- Owner: greenthepear
- Created: 2023-06-28T21:17:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T20:59:54.000Z (over 2 years ago)
- Last Synced: 2025-08-04T04:35:26.587Z (8 months ago)
- Topics: ebitengine, game
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?