An open API service indexing awesome lists of open source software.

https://github.com/julesgrc0/pydungeon


https://github.com/julesgrc0/pydungeon

2d game map plugin python-extension

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## PyDungeon

> PyDungeon

Simple game with map creation and customization.
Made using dungeon tileset from [itch.io](https://0x72.itch.io/dungeontileset-ii).

(in development)

> Build/Run

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

```cmd
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.