Hard Puzzle
Move your pointer with the keys A and D.
Place blocks with the arrow keys
Use F4 to go to full screen mode.
Try to make all gray blocks green and not to introduce red blocks!
Press 'S' to play a new level.
Press 'Esc' to quit the game, or click the 'X'-button in the top right of the window
Have fun!
Place blocks with the arrow keys
Use F4 to go to full screen mode.
Try to make all gray blocks green and not to introduce red blocks!
Press 'S' to play a new level.
Press 'Esc' to quit the game, or click the 'X'-button in the top right of the window
Have fun!
Comments15
HelkeGames30 Apr 2013, 09:42
The gameplay was pretty fun, well done :)
Pinkerator30 Apr 2013, 09:44
Original gameplay :) Never saw anything like that before
Johnicholas30 Apr 2013, 11:31
___________________________________________
ERROR in
action number 1
of Key Press Event for A-key Key
for object obj_controller:
In script scr_move_pointer:
Error in code at line 8:
while(placed[pointer_x,pointer_y] == true) pointer_y -= 1;
^
at position 33: Negative array index
ERROR in
action number 1
of Key Press Event for A-key Key
for object obj_controller:
In script scr_move_pointer:
Error in code at line 8:
while(placed[pointer_x,pointer_y] == true) pointer_y -= 1;
^
at position 33: Negative array index
UntitledQ30 Apr 2013, 11:37
I feel this game could actually get pretty challenging if levels weren't generated from just straight lines. Nice idea though, good job!
scheurneus30 Apr 2013, 11:59
Thank you for the bug reports. Whenever it gives an error, please click ignore!
scheurneus30 Apr 2013, 12:04
Maybe I'll go on ever with this...
SuperlevelSebastian30 Apr 2013, 15:51
"___________________________________________
ERROR in
action number 1
of Key Press Event for D-key Key
for object obj_controller:
In script scr_move_pointer:
Error in code at line 8:
while(placed[pointer_x,pointer_y] == true) pointer_y -= 1;
^
at position 33: Negative array index"
ERROR in
action number 1
of Key Press Event for D-key Key
for object obj_controller:
In script scr_move_pointer:
Error in code at line 8:
while(placed[pointer_x,pointer_y] == true) pointer_y -= 1;
^
at position 33: Negative array index"

fullmontis1 May 2013, 09:41
Very interesting concept but very buggy, crashed a lot when placing block. Still, with some polish this could be interesting.

GranaDa1 May 2013, 18:37
Nice idea. Really challenging.

Dans172 May 2013, 04:25
Good idea, but I think it would be more interesting if there were more factors in the game to make it challenging.
scheurneus2 May 2013, 11:33
Dans17, you're right, but minimalism, huh?

Yoni5 May 2013, 16:18
Nice one! Great use of the theme :)
Alex Camilleri12 May 2013, 19:30
Nice idea, but too challenging for me. Maybe it's not my kind of game ^^
___________________________________________
ERROR in
action number 1
of Key Press Event for A-key Key
for object obj_controller:
In script scr_move_pointer:
Error in code at line 8:
while(placed[pointer_x,pointer_y] == true) pointer_y -= 1;
^
at position 33: Negative array index
___________________________________________
ERROR in
action number 1
of Key Press Event for A-key Key
for object obj_controller:
In script scr_move_pointer:
Error in code at line 8:
while(placed[pointer_x,pointer_y] == true) pointer_y -= 1;
^
at position 33: Negative array index

aeveis20 May 2013, 05:22
interesting puzzle solving, maybe if there were built levels that focused on certain strategies used to fill the grey.




Gameplay is fun and challenging though.