Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfields/deeper
Dungeon RPG using The Python Arcade Library and Rust
https://github.com/kfields/deeper
game python rust
Last synced: 3 days ago
JSON representation
Dungeon RPG using The Python Arcade Library and Rust
- Host: GitHub
- URL: https://github.com/kfields/deeper
- Owner: kfields
- License: mit
- Created: 2022-11-25T06:24:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T19:31:29.000Z (16 days ago)
- Last Synced: 2024-11-04T20:32:28.169Z (16 days ago)
- Topics: game, python, rust
- Language: Python
- Homepage: https://kfields.github.io/deeper/
- Size: 41.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Deeper :skull:
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
Dungeon RPG using [Crunge](https://github.com/crungelab/crunge)
Tiles courtesy of [Dragosha](https://dragosha.com/free/dungeon-part-1-tiles.html)
## Links
:skull_and_crossbones: [Discord](https://discord.gg/VZnZ26fhqF):notebook: [Documentation](https://kfields.github.io/deeper/)
:package: [Package](https://pypi.org/project/deeper-rpg/)
## Development
You need to have [Hatch](https://hatch.pypa.io/latest/install/) installed
You need to have [Rust](https://www.rust-lang.org/tools/install) installed
```bash
git clone https://github.com/kfields/deeper.git
cd deeper
hatch shell
hatch run develop
python -m deeper
```## Resources
:link:[PyO3](https://github.com/PyO3/pyo3)
:link:[Maturin](https://github.com/PyO3/maturin)
:link:[Maturin Action](https://github.com/messense/maturin-action)
:link:[Parry](https://parry.rs/)
## Screen Shots
![Level Editor Screen Shot](https://github.com/kfields/deeper/blob/main/images/deeper1.png?raw=true "Level Editor")
![Entity Editor Screen Shot](https://github.com/kfields/deeper/blob/main/images/deeper2.png?raw=true "Entity Editor")