https://github.com/kettek/goro-game
Implementation of a roguelike using goRo
https://github.com/kettek/goro-game
Last synced: 26 days ago
JSON representation
Implementation of a roguelike using goRo
- Host: GitHub
- URL: https://github.com/kettek/goro-game
- Owner: kettek
- Created: 2019-06-21T14:51:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T10:40:31.000Z (about 6 years ago)
- Last Synced: 2025-04-02T03:45:18.620Z (7 months ago)
- Language: Go
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goRo-game
This repository hosts a roguelike using [goRo](https://github.com/kettek/goro).
## Build steps
For a quick, terminal-only build:
```
go build -tags disableEbiten
```
For a bloated build:
```
go build
```
For a graphical build (that is not implemented yet):
```
go build -tags disableTCell
```
wow!