 |
Operation Slaps |
| |
|
Operation Slaps
Old game we all played at school.
You have the option to fight against your friend or the intelligent computer. Select your character and your opponent and beat him. In single player mode use "Z", "X" KEYS to defend, slap or taunt. In two players mode, the second player uses "O", and "P" KEYS.
See instructions.
News
OutRun 2006: It's a Classic
It has been 20 years since Sega introduced its "OutRun" racing game at arcades, but it has been only a year and a half since it teamed with Microsoft to release "OutRun 2" exclusively on Xbox. Anyone who purchased that game can skip the new installment, "OutRun 2006: Coast 2 Coast," which doesn't bring many new features to the table. PS2 and PSP racing fans get a classic arcade racer with plenty of RPMs.
Creating 2D Action Games with the Game API
GameCanvas is a Canvas with additional capabilities; it provides methods for immediate painting and for examining the state of the device keys. These new methods make it possible to enclose all of a game's functionality in a single loop, under control of a single thread. To see why this is attractive, think about how you would implement a typical game using Canvas: