Go to file
2024-06-18 16:33:06 -04:00
.gitignore adding initial scripts 2024-06-11 17:37:04 -04:00
10print.ld adding scott's examples from the computer class repo 2024-06-11 17:55:57 -04:00
annoying_box.ld adding initial scripts 2024-06-11 17:37:04 -04:00
arguments.ld adding initial scripts 2024-06-11 17:37:04 -04:00
cngon.ld adding initial scripts 2024-06-11 17:37:04 -04:00
demo_1.ld adding initial scripts 2024-06-11 17:37:04 -04:00
dragon.ld adding more l-system examples 2024-06-14 13:52:54 -04:00
drawing.ld adding initial scripts 2024-06-11 17:37:04 -04:00
eliza.ld use words & sentence 2024-06-14 15:30:11 -04:00
functions.ld adding initial scripts 2024-06-11 17:37:04 -04:00
gons_recur.ld adding scott's examples from the computer class repo 2024-06-11 17:55:57 -04:00
ifs.ld adding initial scripts 2024-06-11 17:37:04 -04:00
koch_tri.ld adding scott's examples from the computer class repo 2024-06-11 17:55:57 -04:00
koch.ld adding more l-system examples 2024-06-14 13:52:54 -04:00
mattgonlol.ld adding the mattgonlol 2024-06-18 16:33:06 -04:00
ngon.ld adding initial scripts 2024-06-11 17:37:04 -04:00
random.ld adding initial scripts 2024-06-11 17:37:04 -04:00
README.md Update README.md 2024-06-14 14:48:18 +00:00
recursion.ld fixing a couple scripts 2024-06-18 11:53:31 -04:00
repeat.ld adding initial scripts 2024-06-11 17:37:04 -04:00
sierp.ld fixing a couple scripts 2024-06-18 11:53:31 -04:00
start.ld adding initial scripts 2024-06-11 17:37:04 -04:00
tenprintmod.ld adding initial scripts 2024-06-11 17:37:04 -04:00
walk.ld adding initial scripts 2024-06-11 17:37:04 -04:00

Ludus Scripts

For now this is a place to put our collective Ludus sketches and scripts. Some sort of structure or organization might emerge...

There are also available via web.ludus.dev. To load a script add add ?ld=[name of file without extension] to the web.ludus.dev url. For example, to load ngon.ld script into the web interface visit https://web.ludus.dev/?ld=ngon.