Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 613 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 613 Bytes

PyDungeon

PyDungeon

Simple game with map creation and customization. Made using dungeon tileset from itch.io.

(in development)

Build/Run

Run the project in VSCode using the build command or start the main.py file:

python main.py

Build with pyinstaller:

.\build.bat

What is BTP

  • Python extension made in C++ with Raylib and Pybind11 + Additional module (gui, utility, ...)

  • BTP stands for Better Than Pgzero. It's a library for laughs made for my brother at the base. I use it here as an example to show what can be done with it.