Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
/ EbitenSandpiles Public archive

A sandpiles implementation using Ebitengine

Notifications You must be signed in to change notification settings

SHA65536/EbitenSandpiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ebiten Sandpiles

This repository is an example of using Ebitengine to draw 'sandpiles' on screen.

Algorithm

Each tick we increase the middle of the matrix by 1, once a cell in the matrix goes over the model threshold, the cell 'topples' to the surrounding cells and empties itself.

Video (press to follow link)

Sample Video

About

A sandpiles implementation using Ebitengine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages