Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T16:04:36.000Z (about 2 months ago)
- Last Synced: 2024-09-16T16:13:31.434Z (about 2 months ago)
- Topics: ebitengine, gamedev, golang, roguelike
- Language: JavaScript
- Homepage: http://code.benco.io/roguelike/
- Size: 6.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
[![CI Checks](https://github.com/benc-uk/roguelike/actions/workflows/ci.yaml/badge.svg)](https://github.com/benc-uk/roguelike/actions/workflows/ci.yaml)
[![Deploy to GitHub](https://github.com/benc-uk/roguelike/actions/workflows/deploy.yaml/badge.svg)](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
![screen 2 - latest](.etc/Screenshot_2024-09-27_163424.png)
![Screen 1 - older](.etc/Screenshot_2024-09-13_113518.png)## 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)