This is my Map Generator for games that uses txt with numbers for maps!
You need to add images (32x32px) into assets/tiles folder and open the Map Generator!
U can:
- Create new map with your size :-)
- Open an old map (check maps folder)
Controls:
- Spacebar - open menu. (use up and down arrows to scroll menu)
- Left and Right arrows - choosing layers (top and bottom layer)
- WASD - movement on map :-P
- 1 - Save Map
Install Map Generator (editor)
python -m venv venv
FOR WINDOWS:
open ..\venv\Scripts\Activate.ps1 in Terminal
FOR LINUX (or Mac OS):
source venv/bin/activate
AND:
pip install -r requirements.txt
python main.py
i don't want make .exe file. just use IDE for openning map_generator -_-