https://github.com/nathanielinman/experiments
Holds all programming experiments that are stand-alone.
https://github.com/nathanielinman/experiments
algorithms games generation javascript math random
Last synced: 9 months ago
JSON representation
Holds all programming experiments that are stand-alone.
- Host: GitHub
- URL: https://github.com/nathanielinman/experiments
- Owner: NathanielInman
- Created: 2014-05-16T06:30:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-10-08T13:02:17.000Z (9 months ago)
- Last Synced: 2025-10-10T12:38:48.243Z (9 months ago)
- Topics: algorithms, games, generation, javascript, math, random
- Language: JavaScript
- Size: 67.1 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Experiments
The purpose of this repository project was to acquire knowledge that was not taught in my Computer Science degree.
All code can be used without my consent.
Experiments are viewable [here](http://nathanielinman.github.io/experiments/).
* **Complex Math**
* Diffusion Limited Aggregation
* Dynamical System: Discrete Time
* Voronoi Diagram, Fortune's Algorithm, Lloyds Algorithm, Delaunay Triangulation
* CML : Coupled Map Lattice, Non-coupled Map Lattice
* L System (Lindenmayer) : Cantor Set, Barnsley Fern, Dragon Curve, Sierpinski's Triangle
* Fractals : Mandelbrot
* Langtons Ant
* **Artificial Intelligence**
* Grammar: Processing, Purposing
* Machine Learning
* Self-Identity
* **New Languages**
* Compile to JS: Coffeescript, TypeScript, Ruby
* **Programming Concepts**
* Regular Expressions
* Object Collision: Using Mapper, Using Entity Iteration, Spatial Hashing
* Map Generation: Basics, Prototype Variant, Asynchronicity
* **Random**
* Marvel Database