Skip to content

Game of labyrinth's. Project creates a labyrint and the user must solve it as fast as posible. Also includes a mazeSolver, if the labyrinth is too hard to solve.

Notifications You must be signed in to change notification settings

ZigiMigi/LabyrinthGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

LabyrinthGame

About

This game will test your intuition in a given maze. Server creates a maze with a random size (etc. 100x100, 30x30, ...), and gives it to all clients/players. Clients/players get the maze and solve it as quickly as possible and return their time to the server, which shows the scoreboard. This is my first ever big project that I am working on alone. Project started in July 2021.

Features

  • Server site generates a random maze that is created with the Random Prim Algorithm. (*Maze's always have solutions)

  • Maze 40x40 image

  • Maze 100x100
    image

  • My project also includes a MazeSolver (if a player gives up on a maze or just wants to see how a solution looks, he may use a function that will draw him the solution). The function uses the BFS method to find the end. image

  • Demonstration of the Maze Solver:

20210627_140614.mp4

TBD

  • Server's site that shows the scoreboard
  • Server sending mazes over the network (currently server writes the maze in a .txt file and clients read it from that file localy)

About

Game of labyrinth's. Project creates a labyrint and the user must solve it as fast as posible. Also includes a mazeSolver, if the labyrinth is too hard to solve.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages