Welcome to Boulder-Dash. A 2D tile-based game using Pascal and SDL.
First, install a Pascal compiler.
Next, fork the repository. Then, go into your favorite terminal.
git clone git@github.com:YOUR_USERNAME/boulder-dash.git
cd boulder-dash
Now, while still inside the boulder-dash
folder, compile the project and click on the main.exe.
Here is a non-exhaustive list of the features of this game.
- [Player]
- Walking
- Animations
- [User Interface]
- Level info
- Score
- Overall look & feel
- [Ennemies]
- Spawning
- Player damage
- Walking around
- Pathfinding algorithm
- Map
- Respawn system
- Border limits
- File-based generation
- Game skills
- Digging