was8bit 2024-12-10 23:45 (Edited)
Find all eight sets to level up
Touch then drag in a direction to select four numbers
To match, you must start the selection with the first number
The gray bar is your remaining time... if it runs out the game is over...
V1.2 fixes some bugs
Sylveon 2024-12-11 01:45
The thing I’m impressed about is that how big the font is :3
was8bit 2024-12-11 02:30 (Edited)
I started with the built-in font ... and manually upscaled by converting each small block into a 2x2 block for the big font...
was8bit 2024-12-11 02:45
I also do image searches with "8bit" and you can copy the image block by block...
was8bit 2024-12-11 02:46
The kirby images are roughly 16x16 pixels....
was8bit 2024-12-11 03:18
So the images are abit bigger, so my image had to squeeze into the 16x16...
Sylveon 2024-12-11 13:13
Cool, I’m trying a picture of my self with 10x10 pixel chunks using my 64x64 pixel buffer I’m working on :3
was8bit 2024-12-11 14:15 (Edited)
Ah... just remember that lowresnx can use sprites for up to 32x32 pixel block... and with CELL SIZE command and the similar setting for background editing, you only need to reference the top left cell to place a 16x16 pixel block (it uses a 2x2 cell block) ;)
Sylveon 2024-12-11 19:20
Ok :3