Snowblitz 2005
Go on a snowball killing spree in this action packed snow fighting game.
Go around town and take on other kids. Use ARROW KEYS to move. Press "A" KEY to throw snowball to left, "D" KEY to throw snowball to right. Hit "S" KEY to duck, and "W" key to jump.
See instructions
News
Florida Bill Takes Aim at Violent Video Games
Bills aimed at restricting sales of violent games to minors are the latest salvo in a long campaign by detractors and some parent groups to limit access to games with adult content. Critics of violent games often cite research suggesting that such games can increase aggressive behavior in young boys.
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: