Well FlutterJump made it onto the front page of Brony Land, I Squee’d. Life is good. Now to try add more stuff to it. Permalink Here.
Making a Game 2
Today I carried on with the game, and went from this to this. I’ve swapped coloured bricks for clouds and made fluttershy say “yay” when she lands on a grey cloud.
I Also added a landing page for the most up-to-date version and start / restart button.
I’ve noticed that with this new canvas it takes a while to load the first time, but after it quite nice, unlike flash where it has ages to pre cache everything each time you refresh. On the downside the audio support isn’t great. There’s a php script to identify the browser and select the correct audio file. Clearing the canvas to start again was also a mystery, so instead made the button use ajax to load the game form a separate page. Restarting it simply empties the block and loads it in again, creating a blank canvas, may not be the best way of doing it but it seems to work fine.
The hard part now, trying to add a score submission box and a high scores table, and after that, actually try get this game out here a little.
Making A Game
The Short Story
I started making a game, tried to use flash, found it hard, asked around, used JavaScript and html 5, here’s the progress after a few hours.
The Long Story
I recently watched the MLP:FIM episode “read it and weep”, and more than anything wanted to make a Daring Do version of temple run. Honestly I had no idea how, so I started researching flash games. Read more …