Log In  


Cart #37281 | 2017-02-08 | Code ▽ | Embed ▽ | No License
1

This a simple application of the flood fill recursive algorithm.
As having a table (2D array) to keep the pixels of the screen in memory is slow and pico-8 is out of memory pretty quickly, all the pixels manipulations are done through read/write of the screen ram and the user ram.

1



[Please log in to post a comment]