TenFlappy (Commodore 64) by rosdec
- February 24, 2024
- BASIC 10Liner
The challenge was to convey the animation of the bird, the effect of the gravity and the simple commands to play with it in ten lines of code. When the game was complete I had one more line of code available. So I added the clouds and the high score!Code DescriptionLine 1: just set up of costants Line 2: draw the clouds random sampling string cl$ Line 3: set the array d$ with the possible pipes co…