abdcelik / Boulder_Dash_Level_Editor

This is a level editor to desing unique levels for Boulder Dash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

abdcelik

Boulder Dash Level Editor

Design your own unique levels or edit the existing level for KDGL - Boulder Dash

The editor is written in C language and using the Simple Directmedia Layer(SDL). See Simple Directmedia Layer

Coverage Status License

Gameplay


Table of Contents


Installation

Clone

  • Clone this repo to your local machine using https://github.com/abdcelik/Boulder_Dash_Level_Editor

Setup

First clone or download Level editor is here

Install this libraries on Linux environments

$ sudo apt-get install libsdl2-dev
$ sudo apt-get install libssdl2-image-dev

Now compile and run on root folder

$ make
$ ./LevelEditor

Compile_GIF

Features

  • There are 5 different themes. You can design any theme you like.

Themes

  • Desing your levels, then save or clear them.
  • Edit your old level.

Usage

  • Use arrow keys to scroll
  • Click left to place objects
  • Click right to delete objects
  • Click the save button to save the generated map.
  • Click the clear button to clear all map

Boulder Dash

Click on the gif to see Boulder Dash

Gameplay

Support

Reach out to me at one of the following places!


About

This is a level editor to desing unique levels for Boulder Dash.

License:MIT License


Languages

Language:C 88.7%Language:C++ 9.8%Language:Makefile 1.5%