Skip to content

exfret/randomizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Randomizer Repo

An open-source collection of algorithms for randomizing progression in games, from item placement to recipe shuffling to room transitions. These algorithms guarantee completability, while providing a fresh experience each time via structurally changing the game's dependency structure.


Overview

In the course of working on a randomizer mod for the factory-building game Factorio, I found my randomization techniques differed significantly from those of other randomization communities. I am hoping this repository can be a central location for hosting game-agnostic versions of these randomization algorithms. I believe the approach to game randomization I use could be useful to others designing randomization mods, as well as designers of games like rogue-likes that heavily employ procedural generation of game content.

About

A collection of algorithms for game randomization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors