PDA

View Full Version : Template for map based games like Pac Man, Bruce Lee etc.



wraggster
October 1st, 2005, 11:20
Shine (http://forums.ps2dev.org/viewtopic.php?t=3569) posted this:

Posted: Sat Oct 01, 2005 10:20 am Post subject: Template for map based games like Pac Man, Bruce Lee etc.

--------------------------------------------------------------------------------

I've added a basic example for map based games to http://www.luaplayer.org/tutorial/index.html . Now it is trivial to implement games like Pac Man (one day) and easy to program games like Bruce Lee (less than a week). Some more ideas: http://www.df.lth.se/~ola/c64games.html
Some of this games were really fun back in the old days and even today. Today games have nice 3D graphics, but sometimes I miss novel ideas and good game play. Maybe I'm just too nostalgic :-)

A bit more difficult would be games with scrolling, like Boulder Dash, Marble Madness or Wizball (interesting game idea). But with 4 offscreen images and incremental update of parts of the images it should be really fast.

Discuss this and your game ideas in our Lua Forum here --> http://www.dcemu.co.uk/vbulletin/forumdisplay.php?f=89

Amiga
October 1st, 2005, 12:06
thanks for this ,youve got me hooked into trying to write something in lua :D