Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/steelx/go-rpg-cgm

GoLang 2D RPG Game - hobby project
https://github.com/steelx/go-rpg-cgm

2d-game game-development game-programming go golang pixel pixelgl state-machine

Last synced: 2 days ago
JSON representation

GoLang 2D RPG Game - hobby project

Awesome Lists containing this project

README

        

# 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](https://twitter.com/ajinkyax) or Subscribe on [Youtube](https://www.youtube.com/channel/UCuB4FSBjofpagXnBlHQUocA)

## Setup (Install)
`go get -v ...`
OR
`go get -v all`

## DEMO
[![Go RPG](https://img.youtube.com/vi/XBQ6jMGGk_Y/0.jpg)](https://www.youtube.com/watch?v=XBQ6jMGGk_Y)

# 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)