uniconproject / unicon

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

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

Closed StephenWampler closed 2 weeks ago

StephenWampler commented 2 weeks ago

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

StephenWampler commented 2 weeks ago

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

StephenWampler commented 2 weeks 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.