Skip to content

dori-dev/marching-squares

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Marching Squares

Marching Squares algorithm in python with clean code.

Tools

  • Python 3
  • EasyDraw

Run the Code

Installation Requirements

pip install EasyDraw
pip install opensimplex

How to run

python noise_marching_squares.py
python simple_marching_squares.py

You can change these variables to get a different result

  • WIDTH: screen width

  • HEIGHT: screen height

  • COUNT: count of points

  • NOISE_INC: noise increment(just in noise_marching_squares.py)

  • SPEED: speed of world change(just in noise_marching_squares.py)

Links

Download Source Code: Click Here

My Github Acount: Click Here

About

marching squares algorithm in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages