Ooh, relaxing! I know the constraints are rough, but I yearn for another color of sand to mingle together. Surprisingly legible code given the challenge.
Here's a hot tip though, rather than declare a big 2D array for all your pixels, you can make use of pget() and pset() to do the same job! I made a similar tweet cart a sort while ago with this in mind; https://twitter.com/ctinney94/status/1250410751820472321
← Return to game
Comments
Log in with itch.io to leave a comment.
Ooh, relaxing! I know the constraints are rough, but I yearn for another color of sand to mingle together. Surprisingly legible code given the challenge.
Cool!
Oooo I love these sand game, very nice work!
Here's a hot tip though, rather than declare a big 2D array for all your pixels, you can make use of pget() and pset() to do the same job! I made a similar tweet cart a sort while ago with this in mind;
https://twitter.com/ctinney94/status/1250410751820472321
Hope to see you for TTJ5!