Skip to content

Boulder dash level editor made in C/SDL2, for my Boulder dash clone.

License

Notifications You must be signed in to change notification settings

xinoip/boulderdash-level-editor

Repository files navigation

Showcase

Boulderdash Level Maker

This is a level maker/editor program for my boulderdash clone (in C).

Main Game

Main game that i made is here.

What it does?

It works as a basic tilemap editor. Select tiles and paint. For camera movement, use arrow keys.

Command Line Arguments

You need to pass 5 arguments when running the program. The arguments are, levels

  1. Name
  2. Timelimit
  3. Required diamonds to open door
  4. Canvas row limit
  5. Canvas col limit
./app MyLevel 150 30 128 56

Produced File

Produced file will be a basic txt file, and it will work for my game.

You can change the symbols of tiles in base.h file.

Library Path

If you run the game using makefile, there will be no problem.

But if you want to run the game without makefile set your LD_LIBRARY_PATH:

export LD_LIBRARY_PATH:$LD_LIBRARY_PATH:./libs

About

Boulder dash level editor made in C/SDL2, for my Boulder dash clone.

Resources

License

Stars

Watchers

Forks

Packages

No packages published