Hard Puzzle by scheurneus
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!
| Windows | https://sites.google.com/site/hardpuzzlegame/download/puzzle.zip?attredirects=0&d=1 |
| Original URL | https://ludumdare.com/compo/ludum-dare-26/?action=preview&uid=23409 |
Ratings
| Coolness | 39% | 1564 |
| Overall(Jam) | 2.48 | 496 |
| Fun(Jam) | 2.30 | 466 |
| Graphics(Jam) | 1.86 | 546 |
| Innovation(Jam) | 3.30 | 167 |
| Mood(Jam) | 1.93 | 506 |
| Theme(Jam) | 3.61 | 155 |
Gameplay is fun and challenging though.
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 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 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