Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadavbitran/perfect-maze-app
A perfect maze app which users can play infinite generated mazes, track leaderboards and more...
https://github.com/nadavbitran/perfect-maze-app
algorithms bfs client dfs java javafx server shortest-path-algorithm
Last synced: 5 days ago
JSON representation
A perfect maze app which users can play infinite generated mazes, track leaderboards and more...
- Host: GitHub
- URL: https://github.com/nadavbitran/perfect-maze-app
- Owner: NadavBitran
- Created: 2024-03-07T09:24:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T19:00:36.000Z (8 months ago)
- Last Synced: 2024-03-27T19:12:03.757Z (8 months ago)
- Topics: algorithms, bfs, client, dfs, java, javafx, server, shortest-path-algorithm
- Language: Java
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perfect Maze App 🌀
Welcome to the Perfect Maze App! This application allows users to generate perfect mazes using either Breadth-First Search (BFS) or Depth-First Search (DFS) algorithms. It features a client-side interface developed in JavaFX and a server-side implemented in Java. Users can play an infinite number of games to solve mazes and compete for top spots on the leaderboards.
## Table of Contents
- [Features](#features) 🚀
- [Technologies Used](#technologies-used) 🔧
- [Authors](#authors) 📝## Features
- Generate perfect mazes using BFS or DFS algorithms.
- Play infinite maze games.
- Compete for top spots on the leaderboards.
- User-friendly JavaFX interface.
- Server-side implemented in Java.## Technologies Used
| Technology | Description |
|------------------|-------------------------------------------------|
| JavaFX | Java library for building desktop applications |
| Java | Backend language |
| Git | Version Control |## Authors
- [@Nadav Bitran](https://www.github.com/NadavBitran)
- [@Avichai Gal Or](https://www.github.com/avichai504)