Sunday, May 29, 2011

In Your Face City Trains

Video


Instructions

The goal of the game is to survive as long as you can.
Jump over trains with closed doors and try (as much as possible) to run through trains with open doors to avoid birds and tunnels. Some open trains will give you coffee. When your coffee-meter is full, you have one extra life.


Controls

  • Space: Jump
  • R: Restart
  • 1-4: Set zoom
  • P: Pause game
  • M: Mute sound

Download

Licence/Credits
The source code for this game is released under GPLv3 licence.
See: http://www.gnu.org/licenses/gpl.txt

All assets including the background music is released under a CC BY 3.0 licence.
See: http://creativecommons.org/licenses/by/3.0/

The background music is 'The rb Sequence' by Fighter X from 'Little Fighter X', and
can be downloaded for free here:
http://www.crunchyco.com/wp-content/plugins/download-monitor/download.php?id=9

IYFCT uses the LÖVE framework which is released under the ZLIB licence.
See: http://love2d.org/wiki/License

Wednesday, March 9, 2011

Assorted fractals

Found some of my old fractal renderings. Though I'd put em up here. All done in either C++ or Java.

Nebulabrot
Julia set
Buddhabrot
Fractal heart (Nebulabrot derived)
Trippy buddhabrot

Monday, August 9, 2010

Gameboy Tone Matrix

The last couple of days I've been busy learning Gameboy assembly and working on my first Gameboy game.

The game is based on André Michelle's ToneMatrix, a game I thought would be awesome to have on your Gameboy during public transport and such.

It's written in RGBDS assembly and works on the original Gameboy as well as those emulators I've tried it on.
As it is my first assembly project I expect it to bugged as hell even though there aren't any I know of at the moment. If you find any bugs or have any feature requests, feel free to contact me. :)

How to play:
Arrow keys: Move cursor
A: Add tone
B: Remove tone
Select: Clear matrix

Note that due to limitations in the Gameboy hardware, only two notes will be played at once. If a column contains more than two notes, the two highest ones will be played.

Download:
The rom file can be downloaded here:
http://min.us/mcYEuPCMM

Screenshot:


Video: