Posted 17 January 2015 - 02:09 PM
Hello guys, i just came back to cc yesterday and i decided to make a game that i saw lately. The game is called knight tour and it consists in the ordinary chess horse making its way through the chess board (or any board really). The player can choose only the moves that the horse can preform in chess and can not go to a tile which was already stepped. The player loses if he has no more tiles to run to, and wins if he walks through all the board.
Attention: the wikipedia link show how to end the game, so it will ruin the gameplay if you already know how to finish it. ;)/>
Wikipedia link: http://en.wikipedia....Knight%27s_tour
Even though this game is played on the 8x8 chess board i decided to make it 15x15. It is possible to end it either way.
Color code:
White = Player
Brown = Board
Red = Already stepped tiles
Green = Possible tiles to move to
Screenshots:
After a couple of moves:
When the player runs out of moves:
Download:
pastebin get G5FqHanB
Attention: the wikipedia link show how to end the game, so it will ruin the gameplay if you already know how to finish it. ;)/>
Wikipedia link: http://en.wikipedia....Knight%27s_tour
Even though this game is played on the 8x8 chess board i decided to make it 15x15. It is possible to end it either way.
Color code:
White = Player
Brown = Board
Red = Already stepped tiles
Green = Possible tiles to move to
Screenshots:
Spoiler
The game when it starts:After a couple of moves:
When the player runs out of moves:
Download:
pastebin get G5FqHanB
Edited on 18 January 2015 - 04:59 PM