Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blueloveth/dungeon

dungeon generation algorithm in python (WIP)
https://github.com/blueloveth/dungeon

Last synced: about 1 month ago
JSON representation

dungeon generation algorithm in python (WIP)

Awesome Lists containing this project

README

        

# dungeon

This repo is a dungeon generation framework for roguelike games (WIP).

## How to develop

First use pure python to dev and test,
then migrate performance-sensitive code to C++.

Also, use the [common feature set](https://reference.pocketpy.dev/python.html) of cpython and pocketpy to maximize compatibility.