Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.14 KB

Knight-Puzzle

The game has 3D graphics, music and sounds. Goal of the puzzle is to collect all coins with knight figure. Knight can only move in "L" shape (like knight piece in chess). Knight can not move on the wall but can jump over them. The board on which the game is played is a rectangle. The layout of the level is defined in a text file that needs to be loaded of the disk. The board file is hot-swappable during gameplay: changing the file changes the board in the game.

Text file example

##..##
#C...#
....C#
#....#
..K..#
#...##

Symbol meaning

Symbol Name Description
# Wall Knight can’t reach this location.
. Empty Knight can land here.
C Coin Collect all to finish the puzzle.
K Knight Marks the start location of the knight.

Screenshoots:

kp 1 kp 2