Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)