https://github.com/julesgrc0/pydungeon
https://github.com/julesgrc0/pydungeon
2d game map plugin python-extension
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/julesgrc0/pydungeon
- Owner: julesgrc0
- Created: 2023-02-24T15:59:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T21:46:18.000Z (over 2 years ago)
- Last Synced: 2025-01-29T09:48:34.807Z (11 months ago)
- Topics: 2d, game, map, plugin, python-extension
- Language: Python
- Homepage:
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.