ludus.surge.sh -> web.ludus.dev

This commit is contained in:
Scott Richmond 2024-03-22 17:21:46 -04:00
parent ba7914e55a
commit 359c86052e

View File

@ -6,17 +6,17 @@ This follows, reasonably closely, the path set out by Clayson, _Visual Modeling
The exceptions are the two random lessons, which are inspired by Dan Shiffman's [_The Nature of Code_](https://natureofcode.com/random/). The exceptions are the two random lessons, which are inspired by Dan Shiffman's [_The Nature of Code_](https://natureofcode.com/random/).
0. [The very, very basics.](https://ludus.surge.sh/) 0. [The very, very basics.](https://web.ludus.dev/)
1. [Baby's first drawing.](https://ludus.surge.sh/?ld=drawing) 1. [Baby's first drawing.](https://web.ludus.dev/?ld=drawing)
2. [Let's make an annoying box.](https://ludus.surge.sh/?ld=annoying_box) 2. [Let's make an annoying box.](https://web.ludus.dev/?ld=annoying_box)
3. [Let's make a less annoying box.](https://ludus.surge.sh/?ld=repeat) 3. [Let's make a less annoying box.](https://web.ludus.dev/?ld=repeat)
4. [Teaching Ludus how to make a box.](https://ludus.surge.sh/?ld=functions) 4. [Teaching Ludus how to make a box.](https://web.ludus.dev/?ld=functions)
5. [Boxes of various sizes.](https://ludus.surge.sh/?ld=arguments) 5. [Boxes of various sizes.](https://web.ludus.dev/?ld=arguments)
6. [Demonstrating design](https://ludus.surge.sh/?ld=demo_1) 6. [Demonstrating design](https://web.ludus.dev/?ld=demo_1)
7. [A random lesson.](https://ludus.surge.sh/?ld=random) 7. [A random lesson.](https://web.ludus.dev/?ld=random)
8. [A random walk.](https://ludus.surge.sh/?ld=walk) 8. [A random walk.](https://web.ludus.dev/?ld=walk)
9. [Flipping coins.](https://ludus.surge.sh/?ld=ifs) 9. [Flipping coins.](https://web.ludus.dev/?ld=ifs)
9. [Ngons: Parameterize all the things!](https://ludus.surge.sh/?ld=ngon) 9. [Ngons: Parameterize all the things!](https://web.ludus.dev/?ld=ngon)
11. [Spingons, or `spin_gons`: recursion and conditions.](https://ludus.surge.sh/?ld=recursion) 11. [Spingons, or `spin_gons`: recursion and conditions.](https://web.ludus.dev/?ld=recursion)
12. [`c_ngon`: centred gons.](https://ludus.surge.sh/?ld=cngon) 12. [`c_ngon`: centred gons.](https://web.ludus.dev/?ld=cngon)