/gridgame

Primary LanguageJavaScript

gridgame ver 1.0

In a 2d grid, the player has to collect all the objects. There is one constraint, the player cannot move on the already visited path. The player can move in any of four directions(Left, Right, Up, Down) using arrow keys on the keyboard. The objects need to be collected in given time limit...