SamLR.com

First try at a game

Posted: 22th March 2015

This was a project I started a while ago (according to the git log the first commit was June 2014). I decided I wanted to try making a simple game that only had one input. I was inspired by Daniel Linssen's ffffff. Unfortunately the game I've ended up with isn't really what I wanted to make but equally it taught me a lot.

With hindsight I could have probably got further making the game I wanted using a framework or similar (and I may well come back to this). I did manage to get a good distance in terms of playing around with vanilla javascript.

Anyway I made a simple platformer with a few levels. As ever the code's on Github.

PS. Press space to start.