Skip to content

Simple console cave generator based on a cellular automaton.

License

Notifications You must be signed in to change notification settings

AlexeyDomozhirov/Caves-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the project

Simple console cave generator based on a cellular automaton.

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request.

How to use

Run compiled exe and enter path to json file with program settings.

After generating caves with the specified settings

following program behavior will depend on the value of the flag useInteractiveGeneration which was in loaded program settings file.

Also you can find examples of program settings in Caves-generator/settings for examples

Platforms

this project was tested on Windows, but not on any unix based systems (I didn’t have the opportunity to do this),

but i think it should be possible to use this project on most unix based systems.

Examples

Small caves system:

image

Some islands

(cave system with color settings suitable for islands and water + some minor changes in generation settings):

image

This program can also be used to create larger cave systems, for example:

image

variant with islands:

image

About

Simple console cave generator based on a cellular automaton.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published