|
| 1 | +# Coding Train Spring 2021 |
| 2 | + |
| 3 | +## Coding Challenges or Cabana? |
| 4 | +* Fractal Flame |
| 5 | +* Tower of Hanoi |
| 6 | +* Tetris |
| 7 | +* ant colony (langston's ant already???) |
| 8 | +* image to ascii |
| 9 | +* Simple Q Learning Table (non deep learning) |
| 10 | +* Slime Mold Simulation (Sebastian Lague) |
| 11 | +* p5.glitch library |
| 12 | +* Shaders!!!!!! !!!!! !!!!! |
| 13 | +* 2D platformer |
| 14 | +* Falling Sand |
| 15 | +* Connect 4 |
| 16 | +* Spot It (Dobble) |
| 17 | +* Run 1 |
| 18 | +* Sudoku (generate puzzle and/or solve them) |
| 19 | +* Wave function collapse |
| 20 | +* Slide puzzle |
| 21 | +* Autoencoder |
| 22 | +* mathematical marbling |
| 23 | +* De Rham curve |
| 24 | + |
| 25 | + |
| 26 | +## Sequenced Tutorial (course curriculum) |
| 27 | + |
| 28 | +### Code! Introduction to Programming with p5.js |
| 29 | +* 3.x |
| 30 | +* 4.x |
| 31 | +* 7.1-7.2 |
| 32 | + |
| 33 | +### The Nature of Code 2.0 |
| 34 | +* Chapter 5 (Autonomous Agents) |
| 35 | + * Maybe more / esp group? |
| 36 | +* Chapter 6 (Physics Libraries) |
| 37 | +* Chapter 7 CA |
| 38 | +* Chapter 8 Fractals |
| 39 | +* Chapter 9 Genetic Algorithms (completed) |
| 40 | +* Chapter 10 Neural Networks (not sure what to do I have so many!) |
| 41 | +* Chapter 11 Neuroevolution |
| 42 | + |
| 43 | +### Machine Learning |
| 44 | +* NeuroEvolution w/ ml5.js |
| 45 | +* Reinforcement Learning (Q-Learning) |
| 46 | +* (RunwayML) StyleGAN latent space walk |
| 47 | + |
| 48 | +### JavaScript "express stops" "bytes" / "shorts" (what's a train name?) |
| 49 | +* [x] String Template Literals |
| 50 | +* Enhance Object Literals |
| 51 | +* Object destructuring |
| 52 | +* Generator Functions |
| 53 | +* Fix global npm permissions |
| 54 | + |
| 55 | +### Discord Bot Finish |
| 56 | +* Using an API (themoviedb) |
| 57 | +* Deal with the new "/" command? |
| 58 | +* Embed |
| 59 | + |
| 60 | +## Side Projects |
| 61 | +* Vinyl Cutting and Plotter |
| 62 | +* Learn Blender? |
0 commit comments