Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kettek/goro-game
Implementation of a roguelike using goRo
https://github.com/kettek/goro-game
Last synced: 19 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T10:40:31.000Z (about 5 years ago)
- Last Synced: 2024-06-20T03:29:36.388Z (7 months ago)
- Language: Go
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- 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!