Log In  

Cart #snelpsciisnake-0 | 2023-05-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5


Here is a simple snake game I made using the p8scii characters.
I used the DALL-E art generator to create the cartridge image.

P#129355 2023-05-03 23:27 ( Edited 2023-05-04 04:00)

@Aeklad Lovely p8scii game 👌
It's a pity not using p8scii control codes then, what about:

color(bc)
?"¹h█⁶r1¹k█⁶rw¹f█⁶j11"
?"¹h█⁶r1¹k█",120,0

to render the screen border tiles? (in place of the for loop)
More compact and just 9 tokens

Less compact version but only 2 tokens:

?"⁶rw¹h█¹s ██¹s ██¹s ██¹s ██¹s ██¹s ██¹s ██¹s ██¹s ██¹s ██¹s ██¹s ██¹s ██¹s ██¹s ██¹s ██¹s ██¹s ██¹s ¹h█\^g"
P#129387 2023-05-04 18:49

[Please log in to post a comment]