Very minor Lander tutorial fix
A huge thanks to Neil McEwan for finding a glitch in the Lander tutorial! I honestly can't believe I never noticed this in the months of testing, but there it is! Basically, when you play the Lander tutorial and win or lose, you can press X to play again, but if you play again more than twice, the ground stops randomly generating and just stays the same from that point forward.
The problem had to do with the draw_stars()
function. That function sets the random number generator to always generate the same pattern of random stars. However, the random number generator doesn't get reset after it's done being used to draw stars. As a result, new random terrain was set to always generate the same random terrain.
Suffice to say the PDFs have all been updated as well as the sample code.
Files
Get Game Development with PICO-8 - Issue 1
Game Development with PICO-8 - Issue 1
A zine about game development using PICO-8.
Status | Released |
Category | Book |
Author | MBoffin (Dylan Bennett) |
Genre | Educational |
Tags | 16-bit, 2D, book, fantasy-console, PICO-8, reference, Retro, Tutorial, zine |
Leave a comment
Log in with itch.io to leave a comment.