I've ported the old Mac 68k game Continuum to javascript. Thanks of course to the original developers for making the code available.
You can try it out here:
continuumjs.com
The code is available here and a bit of a writeup of the project:
github.com
There a few minor things I still need to do, including adding highscores, more of a front page, custom controls, etc., but I would love it if some folks in this forum would beta test it and give me their feedback.
(BTW, one of the annoying things in playing the game emulated is the background pattern scrolling on a modern LCD. I've "fixed" that here by making the pattern static, but it causes the edges of certain objects to "shimmer". Ultimately, this will be a setting you can turn on or off, but for beta I left it on.)
You can try it out here:
Continuum - Full Game
The code is available here and a bit of a writeup of the project:
GitHub - sam-mfb/continuum
Contribute to sam-mfb/continuum development by creating an account on GitHub.
There a few minor things I still need to do, including adding highscores, more of a front page, custom controls, etc., but I would love it if some folks in this forum would beta test it and give me their feedback.
(BTW, one of the annoying things in playing the game emulated is the background pattern scrolling on a modern LCD. I've "fixed" that here by making the pattern static, but it causes the edges of certain objects to "shimmer". Ultimately, this will be a setting you can turn on or off, but for beta I left it on.)
