Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!