Here is a simple snake game I made using the p8scii characters.
I used the DALL-E art generator to create the cartridge image.
@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" |
[Please log in to post a comment]