I made a game!
Por Luis Correia em Terça, Outubro 13 2009, 12:00 - Link permanente
in order to be active in the awesome Experimental Gameplay project, i've managed to make my own first game!
it took me most of last saturday.
Números
it was written entirely in Lua, using the awesome rapid-prototyping Löve engine.
the gameplay is very basic:
a random number is generated as the target you must reach,
you have two numbers that scroll the screen,
and your cursor is the operation you perform,
the top left-to-right number is the left side of the operation,
the bottom left-to-left-to number is the right side of the operation,
the right mouse button selects on of the four basic math operations,
the left mouse button makes the operation and adds it to the total.
you win if you match the target number, you lose if the total goes over.
the download link can be found here: numeros and you'll need the Löve 0.5.0 binaries. so far i've tested both Windows and Linux, and it should also work in Mac.
comments are very welcome!