Inspired by Jonanthan Cooper's article and the disappointing Flashback remake released some time ago, I wanted to try to implement my own version of Dolphin Software game. However time flies and a lot of things happened in between, so I just tried to develop a simple demo - named Feedback - by using CreateJS and the Conrad-sprite from the Flashback MacOS version at least (kindly provided me by Gregory Montoir many thanks!).
- Fork the Feedback repo
- Run
npm install
- Then
npm run dev
- Use Right and Left to move the sprite
- Use Shift + Up to make it jump forward
- Use Shift + Down or Up to make it go down/up
That's all.