OUTERN: The Bloody Escape is a simple graphics project created using the iGraphics library in C. The project demonstrates basic graphics programming concepts like drawing shapes, handling user input, and simple animations.
- Playable characters with different attack styles.
- Basic animations for Knife, Chain Saw and Pistol attacks.
- Health bars for both Hero and Enemies.
- Keyboard controls for attacking and movement.
IDE: Visual studio 2013
Language: C,C++.
Platform : Windows PC.
Genre : 2D action adventure
Make sure you have the following installed:
- Visual Studio 2013
- MinGW Compiler (if needed)
- iGraphics Library (included in this repository)
Open the project in Visual Studio 2013
- Open Visual Studio 2013.
- Go to File → Open → Project/Solution.
- Locate and select the .sln file from the cloned repository.
- Click Build → Build Solution
- Run the program by clicking Debug → Start Without Debugging
| Player | Move Left | Move Right | Jump | Weapon Switch | Dodge | Attack |
|---|---|---|---|---|---|---|
| Player | A |
D |
a/d + space |
1/2/3 |
a/d + e |
num0(Left Mouse Button) |
- Each player starts with 200 health points.
- Attacks reduce the enemy’s health based on the attack type:
- Knife: -5 HP
- Chain saw: -15 HP
- Pistol: -10
- Dodging can reduce damage by 100%.
- S. M. Samauzzaman
- MD. Rashidul Hasan
- MD. Tanvir Islam