Resident Evil
A silly flash movie based on characters from the video game series Resident Evil.
Also has a preloader game with it where Zombies are attacking!Stop them by gunning them down. Let 3 through and its game over.
Use your MOUSE. Press R to reload.
News
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:
The Structure of a Game AI System
Let's start to understand the structure of game AI systems by taking a virtual microscope and looking inside a single AI entity. It can be a Quake enemy, an Age of Empires army, or the creature from Black & White. Understanding the major building blocks will later help you structure and code your systems efficiently.