https://github.com/benc-uk/roguelike
Building roguelike game in Go targeting WASM
https://github.com/benc-uk/roguelike
ebitengine gamedev golang roguelike
Last synced: about 1 month ago
JSON representation
Building roguelike game in Go targeting WASM
- Host: GitHub
- URL: https://github.com/benc-uk/roguelike
- Owner: benc-uk
- Created: 2024-07-07T07:24:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-22T11:42:37.000Z (9 months ago)
- Last Synced: 2025-08-22T13:33:36.431Z (9 months ago)
- Topics: ebitengine, gamedev, golang, roguelike
- Language: JavaScript
- Homepage: http://rogue.benco.io/
- Size: 7.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Go Roguelike
This is a very, very, veeeeery work in progress classic & retro style roguelike being developed in Go targeting WASM for running in browsers.
Nothing more to say here until there's a working prototype đ
## Project Status
[](https://github.com/benc-uk/roguelike/actions/workflows/ci.yaml)
[](https://github.com/benc-uk/roguelike/actions/workflows/deploy.yaml)
Deployed versions to try out:
- [đšī¸ Game](http://code.benco.io/roguelike/)
- [đ Sprite Editor](http://code.benco.io/roguelike/sprite-editor)
## Screens


## Plan and Todo List
[Tracking all of that here](https://github.com/users/benc-uk/projects/9/views/1)
## Adjunct Side-Side Project Ideas
Ideas for spin off side projects
### Sprite Editor
A separate sprite editor has been developed to aid with creating sprites, it's pure a HTML/JS web app currently contained as a sub-project in this repo
### Sound Effect Engine
Make my own, 8 bit SID like sound engine?
### Music mod player
Make my own? (Probably not, [you've been here before](https://github.com/benc-uk/nanotracker) Ben)