Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/steelx/go-rpg-cgm
- Owner: steelx
- License: gpl-3.0
- Created: 2020-01-01T17:10:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T03:49:58.000Z (over 3 years ago)
- Last Synced: 2024-06-18T23:12:16.187Z (5 months ago)
- Topics: 2d-game, game-development, game-programming, go, golang, pixel, pixelgl, state-machine
- Language: Go
- Homepage: https://www.youtube.com/watch?v=XBQ6jMGGk_Y
- Size: 2.7 MB
- Stars: 66
- Watchers: 5
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)