Wild C star challenge Author: Mik / Computer Asylum Category: Wild System: Oric 1/Atmos Language: C for the cc65 compiler Len source code: 822 Len exe file: 1166 Len code only: ? Instructions: Two scripts have been provided for Linux to compile and to run (and can easily be adapted to another OS) The run script "r.sh" must be edited to set the correct path to Oricutron (the emulator) execute ./c.sh to compile execute ./r/sh to run type RUN in the emulator Description: A nice animated disitegrated star (most of the time looks like a snow flake, sometimes looks like the star from the challenge). Uses the algorithm that only goes through the points of the star and does not do any costly (performance wise) operation. It is especially fast in this C version (around 0.09 seconds for drawing the star once). It draws the star whith random holes in it and then redraws it with other holes, until the user presses a key. Comments: