Deckbuilder Template >> Raylib & Go

Contents
Deck Builder Game Template…
I always wanted to make a deck building game and did start coding one, however the grind of adding all the content got the better of me and I gave up. Therefore, if anyone is interested, there is an almost complete template available on GitHub using Go and Raylib with enemies, cards and a map.
Video
Want to give it a Go?
To start making games with Go and Raylib you will need:
- Go - https://go.dev/
- TDM-GCC - https://jmeubank.github.io/tdm-gcc/
- Git - https://git-scm.com/downloads
- Go Bindings for Raylib - https://github.com/gen2brain/raylib-go
- Visual Studio Code - https://code.visualstudio.com/
You can, of course, use other code editors however VS Code is my own personal preference