Skip to content

L-o-ng/NEA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Non-Examined assessment is for the AQA Computer Science A-Level in 2023. It scored 74/75, losing 1 mark in the analysis section of the documentation.

The project is a gRPC-powered local network with a backend maze generator and solver, and a frontend interactive display. It allows for:

  • Unique password-protected profiles;
  • Saving and loading mazes from the server;
  • Viewing local and global statistics on a 3D graph;
  • Manual solving with uploadable times;
  • Algorithmic solving. The algorithms implemented include:
  • Recursive backtrack generation;
  • Growing tree generation;
  • Wilson's Algorithmic generation;
  • Recursive backtracking solve;
  • A bad implementation of the Maze Routing Algorithm
  • Breadth-First search.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages