v0.1.0


First version:

I had two very basic game ideas years ago. Over the last couple of years, I've occasionally pulled it out and worked on it, but it's only been partially finished. I was basically learning/practicing programming on them. One of the ideas was a point and click adventure game that I wanted to run as an electron app, and the other idea was a graphical makeover of a 2D car game. I transformed a js car game found on GitHub by dithering the rendered image (I used this repo: https://github.com/neurogame/dither-js)

I have now revisited this project.  

So I made a basic file structure for the react-electron app. I implemented the game "engine" in it. I created the following basic functions:

  • Basic view change system
  • State control system
  • Base driver view
  • Dither filter and picture loading system
  • UI animations (pointing and clicking) and Video playing
  • Possible to play music, fx, noises and atmo

Get The Journey Back