Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icy-lava/go-rogue
Terminal Rogue-Like written in Go
https://github.com/icy-lava/go-rogue
game go golang roguelike termbox terminal-based
Last synced: about 1 month ago
JSON representation
Terminal Rogue-Like written in Go
- Host: GitHub
- URL: https://github.com/icy-lava/go-rogue
- Owner: icy-lava
- License: mit
- Created: 2023-02-06T15:37:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T20:04:29.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T19:04:51.599Z (6 months ago)
- Topics: game, go, golang, roguelike, termbox, terminal-based
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-rogue
Terminal rogue-like using Go + Termbox
## Usage
```shell
git clone https://github.com/icy-lava/go-rogue.git
cd go-rogue
go run .
```