Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orshahar91/lazydigger_mapeditor
A map editor for lazy digger mini game (SFML)
https://github.com/orshahar91/lazydigger_mapeditor
cpp digger game map-editor oop oops-in-cpp sfml sfml-game
Last synced: about 1 month ago
JSON representation
A map editor for lazy digger mini game (SFML)
- Host: GitHub
- URL: https://github.com/orshahar91/lazydigger_mapeditor
- Owner: Orshahar91
- Created: 2022-03-25T16:10:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T17:18:50.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T14:12:00.532Z (3 months ago)
- Topics: cpp, digger, game, map-editor, oop, oops-in-cpp, sfml, sfml-game
- Language: C++
- Homepage:
- Size: 3.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lazy Digger MapEditor
* This project was created for the mini-game Lazy Digger, that can be found here:
https://github.com/Orshahar91/LazyDigger* The project was created in order to practice the use of inheritance, as well as a graphics library - 'SFML'.
* The project can be used to create map stages for the Lazy Digger mini-game, but can be modified for other purposes.
* The created map is saved within the 'out' folder as 'Board.txt' file.## Prerequisites:
* SFML folder to be placed in C:\SFML, can be downloaded from : https://www.sfml-dev.org/download/sfml/2.5.1/## Guidelines
* Run this project in Visual Studio
* Make sure SFML folder is placed under C:\SFML
* Type in the dimensions of the map in the console when prompt
* Save the map - can be found in 'out' folder with the name Board.txt
* Place the created txt file in the resources folder of the Lazy Digger mini-game
* Enjoy.## Notes
*This is a C++ CMAKE project, created with Visual Studio 2019.**Written by : Or Shahar*
![MapEditor](/Images/Map_Editor.PNG)