https://github.com/adamspannbauer/misc_code_fun
Miscellaneous smaller projects/scripts for fun
https://github.com/adamspannbauer/misc_code_fun
Last synced: about 2 months ago
JSON representation
Miscellaneous smaller projects/scripts for fun
- Host: GitHub
- URL: https://github.com/adamspannbauer/misc_code_fun
- Owner: AdamSpannbauer
- License: mit
- Created: 2018-07-25T11:48:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T21:44:32.000Z (almost 8 years ago)
- Last Synced: 2025-03-02T18:19:47.570Z (over 1 year ago)
- Language: Python
- Size: 46.9 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Miscellaneous Fun with Code
Disclaimer: these are just one off projects for fun. They might not optimized, readable, original, etc. Some might include re-implementing something that someone already wrote better ¯\\\_(ツ)\_/¯
### Subprojects:
#### [r\_fractal\_tree (R)](r_fractal_tree)
#### [py\_steering (python)](py_steering)
##### Output
##### Input
#### [py\_smart\_flies (python)](py_smart_flies)
Homegrown genetic algorithm for 'flies' to learn how to reach a target through an obstacle course.
##### Example learning
#### [py\_spirograph (python)](py_spirograph)
Create a random spirograph animation/drawing.
#### [r\_barnsley\_fern (R)](r_barnsley_fern)