Skip to content

steelx/go-rpg-cgm

Repository files navigation

go-rpg-cgm

GoLang 2D RPG Game - Chandragupta Maurya (CGM)

If you found this code useful or you love it, you can follow me on Twitter or Subscribe on Youtube

Setup (Install)

go get -v ... OR go get -v all

DEMO

Go RPG

Pending Tasks

1. Working on Town map - (difficult)

  • Town map inn NPC (e.g. enter house inside map see devlog video 03)
  • cave map quest
  • random encounters in town
  • persisting game state

2. Bug - At Menu screen XP box is going out of screen (easy)

3. replace Storyboard reflect type with Enum Match (medium)