Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvigier/room_generator
A Room Generator based on a CSP Solver
https://github.com/pvigier/room_generator
constraint-satisfaction-problem constraints csp pcg procedural procedural-generation procgen
Last synced: about 2 months ago
JSON representation
A Room Generator based on a CSP Solver
- Host: GitHub
- URL: https://github.com/pvigier/room_generator
- Owner: pvigier
- License: mit
- Created: 2022-10-21T19:02:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T17:47:19.000Z (about 2 years ago)
- Last Synced: 2024-01-27T06:39:49.756Z (11 months ago)
- Topics: constraint-satisfaction-problem, constraints, csp, pcg, procedural, procedural-generation, procgen
- Language: C++
- Homepage: https://pvigier.github.io/2022/11/05/room-generation-using-constraint-satisfaction.html
- Size: 11.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Room Generator
Demo code that accompanies my talk "Room Generation using Constraint Satisfaction" at [Roguelike Celebration 2022](https://www.roguelike.club/).
You can [watch the talk](https://youtu.be/oVhq8V93gHM) on YouTube, [get the slides](https://docs.google.com/presentation/d/1lECom7pLqrKIiVtetD_KEZHAtFeXWwcMqCItoteSEQ4/edit?usp=sharing) or [read the article](https://pvigier.github.io/2022/11/05/room-generation-using-constraint-satisfaction.html) that transcribes the talk on my blog.
## License
Distributed under the MIT License.