Latest News

Kill Everything That Moves v0.8 (PSP Game Port)
Image provided by: deniskadeniska has updated his port of"Kill Everything That Moves". The title pretty much brings it to the point. This game is an excellent shooter. Changes:Hardware rendering: big performance boost; game runs ~ 30% faster nowPatched old objects garbage collection bug which used to slow down the game at later stages.Menu cleanup: all menu functions should work now. Fixed difficulty&sound fx tabs.Big graphics facelift, thanks to bourbon_bot :-)2 new enemy patterns&1 new bosshttp://deniska.dcemu.co.uk/ketm.shtml Read more
Interview with Homer (PSP misc)
Homer who recently picked up the work on the Gameboy and Gameboy Color emulator RIN for the PSP has been interviewed (in french language). You can read the interview here:http://www.pspngo.fr/... Read more
SuperTux v0.0.1 (GP2x Game Port)
Scachi released a first version of his SuperTux port for the GP2x. SuperTux is a classic 2D jump&run sidescroller game in a style similar to the original SuperMario games.first release of the gp2xport binary.Game is scaled via hardware, so hard to read text and so on, but quite fast gameplay.No music, as it slows it to much down and the game gets unplayablehttp://forum.gp2x.de/viewtopic.php?t=1350http://www.bitmage.de/index.php?section=52 Read more
GameBoxDS v0.6 (NDS Games)
GameBoxDS is a collection of smaller games in one binary by Gwoin. The included games are Reversi, Connect 4, Labyrinth and DSFlower. This version comes with changes for DSFlower.http://www.playeradvance.org/forum/showthread.php?t=1251 Read more
netlib v1.0 (PSP Lua misc)
netlib is small function library in Lua that will allow anyone with knowledge in Lua to make their game be online multiplayer. It uses simple commands such as netsend(id,data,abtribute ) and netget(id).The idea of the id is say if I made a game, the id could be"samsgame". Then, I could do netsend("samsgame","sam is at level 1","a"). If the abtribute is"a", it will add to the data, if it is"w", it will replace the data. Then another PSP would do something likeotherlevel = netget("samsgame"). Sending data takes .3 seconds, recieving data takes 1 to 3 seconds.http://forums.qj.net/showthread.php?t=39660 Read more