Skip to content

fstrahij/Knight-Puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Game Knight Puzzle developed in Unity2018

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages