Pathfinding project with Opr, Wilq, Magus and Nimora for PythonSimplified CodeJam2022
- creativity
- code clarity - can somebody other than the team members understand the code? is it nice and neat?
- innovation - have you seen anything like this before? or was it implemented in such way?
- functionality - does it work? 🤪
- user experience - how convenient is your app/service for the average user?
- design - how appealing are the aesthetics? do you like it? (personal taste kind of thing...)
- modularity and separation of concerns - different pieces of functionality bundled in different functions, HTML in a different file than your CSS or Python, etc.
- teamwork - did all the active team members contributed equally?
- clear README documentation - please make sure you give us a briefing of your project along with the roles that each team member had (otherwise we can grade your teamwork at criteria 8 😉)
- clever control flow - smart use of conditional statements and loops
- EFFORT!!!
Source victory conditions: Discord, cj-general PERSISTENTxMF, 21:24 on 06.02.22
Currently, you can start the program and will get a maze with a viewable randomized start-node and end-node.
The actual traversal algorithm, a behind the sceenes graph creation and an edge-list generation (node-neigbors) is missing.
The things done until end of 19.02.2022 are fully working.