Skip to content

djanito/Boulder-dash

Repository files navigation

Welcome to Boulder-Dash. A 2D tile-based game using Pascal and SDL. Game screenshot

Getting Started

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.

Features

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

About

Remake of Boulder Dash in 2D with Pascal + SDL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages