Shoot ‘Em Up Game in under 4Kb

There’s talk of a competition to make a Flash game in under 4Kb (link). So I thought I’d have a go. This is what I managed to create in about 4 hours. It’s an R-Type style shoot ‘em up. Use the cursor keys to move the ship and hold down space to fire. I found myself renaming variables to single characters in order to save on file size. It might be even smaller if I use a compression program to shrink it. Game play lacks at bit but there’s only so much you can achieve in 4Kb although I like the movement and explosions.

Virtual Eel

Play with my pet eel. I coded this eel using Box 2D. It strangely addictive to watch. You can click on the stage to make the ball move towards the mouse.

Posted in: Effects, Games by Ric No Comments ,

Quadism

This is a work-in-progress; a game I’m currently making which I’d describe a squares version of Trism, the popular iPhone game. The idea of the game is to remove groups of tiles that are the same colour. Once the tiles vanish you can drag the grid in one of 4 directions to rearrange it and bring new tiles in. It’s never ending. The game play isn’t quite there yet. I’ve never even played Trism so I’m making it up as I go along.

Posted in: Games by Ric 1 Comment , , , ,

Melon Effect Sequencer

Melon Sequencer

Melon Sequencer

If you play Nova Chain then you’ll notice the Melon Effect (see post below) before each level. Before I created that version I coded a sequencer for it so you can manually draw them yourself. This version allows you to pick the shape, colour and other parameters then draw on the screen and record it.

After building this I realised that the human drawn result isn’t as eloquent as a mathematically drawn pattern so abandoned it for some nice algorithms instead. However, it does remain a fun little tool.

Posted in: Effects, Tools by Ric No Comments , , ,

Nova Chain

I had a few days to kill so in my spare time I thought I’d have a go at making my own game inspired by a nice little game called Boomshine. My version is much more polished and now has added physics as well as some nice drawing routines thrown in to enhance the experiences. The original was largely a game of luck so I’ve attempted to improve on it by making it into a puzzle game. There are currently 42 levels to play. I might add more if I get the motivation.

I’ve added a cool effect for the in between levels screen. I call it the Melon Effect since I first saw it done by Melon Dezign in their SOS demo for the Amiga back in 1991. It looks like an oil smudge and I use Lissajous and Rose Curves to define its motion path. The game also features a great soundtrack by my old pal Michael Forrest.

Posted in: Games by Ric 3 Comments ,

Sony - Walkman Project

This is the Sony Walkman web site launched Christmas 2007. A scalable actionscript 3 web site (try resizing the browser), where users can upload videos of themselves playing along to the song from the advert. Users can pick up to four video tracks and play them in synch to make a new rendition of the music.

Sony Bravia website - Archives Section

Sony Bravia - Colour Like No OtherThis is a prototpye from the Sony Bravia website. I actually prefer this version to the final version. There’s more going on that at first meets the eye. What’s clever about it is the way it zooms in to the choosen items. You click and drag to open the items. Releasing the mouse auto opens/closes the chosen item. There’s no preloader on this so please bear with it while it loads.


BBC - Signs Of Life

Signs Of Life is now live for the next 5 years and can be watched at: www.bbc.co.uk/signsoflife. The following list is the sections I personally coded.

Hertz Car Game

Hertz Car GameThis is a game I build for Hertz. The object is to pick up items that appear on the road. The game is not my design (I would have added gameplay!) but the code is. It uses semi-fake 3D technique called Z-mapping combined with some custom road rendering routines. It chugs a bit because they insisted on adding textures to the surfaces.

Posted in: Uncategorized by Ric No Comments ,

Keno Bubbles

Screenshot

Screenshot

A Keno game. Pick up to 15 numbers. Hit PLAY. You win money accoring to how many numbers drawn match yours. This game was a prototype for the gaming industry.