https://github.com/louis-finegan/chaos-game
Chaos Game in python3 using Pygame
https://github.com/louis-finegan/chaos-game
chaos chaos-game numpy pygame python3
Last synced: 7 months ago
JSON representation
Chaos Game in python3 using Pygame
- Host: GitHub
- URL: https://github.com/louis-finegan/chaos-game
- Owner: Louis-Finegan
- License: mit
- Created: 2023-01-26T22:19:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T16:12:09.000Z (over 2 years ago)
- Last Synced: 2025-02-01T18:36:34.695Z (8 months ago)
- Topics: chaos, chaos-game, numpy, pygame, python3
- Language: Python
- Homepage:
- Size: 2.16 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chaos Game
Chaos Game displayed using pygame displays.
Required libaries:
`pygame`
`numpy`
### How to use:
When the code has be ran:
1. Press `s` to start generating points inside the polygon.
2. Press `r` then `s` to reset the game.
3. Press `q` or close the window to quit.