https://github.com/dbackowski/gorog
Simple roguelike game written in Go
https://github.com/dbackowski/gorog
Last synced: 9 months ago
JSON representation
Simple roguelike game written in Go
- Host: GitHub
- URL: https://github.com/dbackowski/gorog
- Owner: dbackowski
- License: mit
- Created: 2024-10-30T18:18:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T18:28:25.000Z (over 1 year ago)
- Last Synced: 2025-01-08T19:37:46.195Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 5.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### GoRog
Roguelike game written in Go, based on the great tutorial from this page: https://www.fatoldyeti.com/posts/roguelike-tutorial-0

### How to run?
You can run it locally by cloning this repo and running this command:
```go
go run .
```
Or you can play it in the browser, the WebAssembly version is hosted at this URL: https://dbackowski.github.io/gorog/
### How to play?
Use arrows keys to move and attack