Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fccm2/rollmoon

A mini-game with 2d physics.
https://github.com/fccm2/rollmoon

2d-physics html5-canvas html5-game ocaml rescript

Last synced: 3 months ago
JSON representation

A mini-game with 2d physics.

Awesome Lists containing this project

README

        

This game is inspired by the SNES game "On The Ball".

I made a first version using Chipmunk and OpenGL libraries in 2008:
- https://github.com/fccm/rolling-moon
- http://decapode314.free.fr/ocaml/chipmunk/rolling-moon.html

This version was rewritten from scratch using physics functions provided
by ChatGPT, and importing the original levels from the first version.

### Play online:

- [play online](
https://fccm2.github.io/rollmoon/game/rollmoon.html)