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: 3 months ago
JSON representation

Implementation of a roguelike using goRo

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!