Sierpiński triangle
This is a quick test of the Sierpiński triangle.
No audio was added to the game.
The rules of the paper game are:
- Take three points in a plane to form a triangle.
- Randomly select any point inside the triangle and consider that your current position.
- Randomly select any one of the three vertex points.
- Move half the distance from your current position to the selected vertex.
- Plot the current position.
- Repeat from step 3.
I have created this program to simulate the game.
You can read more about the Sierpiński triangle here: https://en.wikipedia.org/wiki/Sierpi%C5%84ski_triangle
Edit: added a continuous mode so you can watch the triangles form in real time.
Status | Prototype |
Platforms | HTML5 |
Author | BenTu578 Games |
Made with | Godot |
Tags | 2D, Godot, sierpiski-triangle |
Development log
- Initial Release35 days ago
Leave a comment
Log in with itch.io to leave a comment.