Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/s5bug/parabox
- Owner: s5bug
- Created: 2022-04-15T20:23:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T20:23:29.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T16:12:39.316Z (2 months ago)
- Language: Scala
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.