Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s5bug/parabox

A test reimplementation of the Patrick's Parabox engine
https://github.com/s5bug/parabox

Last synced: 17 days ago
JSON representation

A test reimplementation of the Patrick's Parabox engine

Awesome Lists containing this project

README

        

# parabox

An attempt at a reimplementation of the Patrick's Parabox state machine.

This reimplementation's purpose is to aid in understanding how to port
Patrick's Parabox to less powerful platforms (of interest are Fancade and
SmileBASIC 4).

## running the Indigo frontend

```shell
sbt game/fastOptJS
sbt game/indigoBuild
```

Then open `./game/target/indigoBuild/index.html`.