Your goal in this great shooting game is to kill the enemies and stay alive as long as possible.

Flash Man

Hamster Race

Gather the crates to get ammo and health and avoid explosions and enemy bullets. Use "A", "D", "W", "S" KEYS to move around, press "E" KEY to throw a grenade, hit "R" KEY to throw proximity mine, tap SPACEBAR to jump (double tap to double jump).Use left CTRL KEY to crouch (provides better aiming but you cannot move while crouched), and use 1, 2, 3 KEYS to change firing mode.
See Instructions.
News
  • Ghost Recon Advanced Warfighter 2 Exclusive Multiplayer Hands-On - Team Adversarial

    When Ubisoft showed off Ghost Recon Advanced Warfighter earlier this month, we weren't allowed to talk about the multiplayer section of the game at that time. Now we can, and Ubisoft and its Red Storm studio (which is developing the multiplayer section) have clearly thought about what players liked about the original GRAW's multiplayer, because they have built upon it considerably.

  • 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: