Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fccm2/rollmoon
- Owner: fccm2
- License: other
- Created: 2024-07-01T08:36:09.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-19T09:11:09.000Z (6 months ago)
- Last Synced: 2024-09-30T06:24:30.775Z (3 months ago)
- Topics: 2d-physics, html5-canvas, html5-game, ocaml, rescript
- Language: JavaScript
- Homepage:
- Size: 80.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.htmlThis 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)