Release

SPACEWALK game

8

was8bit 2021-07-26 19:28 (Edited)

Go on an adventure of discovery and skill as you explore different galaxies and collect golden suns.

TO PLAY:

AVOID:

DIFFICULTY:

... this game is built on a Pixel Detection system found here...

Spacewalk Game.nx | Open in app
2021-07-26 19:28

was8bit 2021-07-28 06:06 (Edited)

Updated version makes it harder, quicker...

If you are interested in tweaking the difficulty advancement, go here...

FOR I=1 TO 10+DIFF
CELL RND(17)+1,RND(13)+1,RND(4)+1
NEXT I
PAL 3
FOR I=1 TO 0+INT(DIFF/3)
CELL RND(17)+1,RND(13)+1,7
NEXT I
PAL 2
FOR I=1 TO 0+INT(DIFF/2)
CELL RND(17)+1,RND(13)+1,6
NEXT I
PAL 4
FOR I=1 TO 3
CELL RND(17)+1,RND(13)+1,8
NEXT I

Each section adds: blocks, novas, warps... (the last one adds the suns)

The math is...

FOR I=1 TO start#+INT(DIFF/modnum#)

Where start# is the minimum to always start with, and...

modnum# takes DIFF (or level#), and divides.. so if modnum#=5 then for each 5 levels, one more is added... set to 1 for adding an extra 1 per level....


G-9 2021-07-28 12:19

Noice :)


was8bit 2021-07-28 16:53

Thanky :)


Timo 2021-08-01 09:35

the warp effect looks cool


was8bit 2021-08-01 09:40

Thanky :D

It was a last minute idea :)


Log in to reply.