uniconproject / unicon

http://www.unicon.org
Other
57 stars 28 forks source link

A few simple programs demonstrating different features of the uni library #449

Closed StephenWampler closed 6 months ago

StephenWampler commented 6 months ago

One demonstration of 2D graphics and two programs showing example use of various uni packages.

StephenWampler commented 6 months ago

I've converted this to a draft until the recursive GenerateMaze gets "unrecursed".

StephenWampler commented 6 months ago

The qmazer program has been rewritten so maze-generation no longer uses recursion, allowing for larger mazes to be generated without causing a stack-overflow.