Jonathan Turner Turner
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-05 23:50:56 +00:00
687eb8964b Still development of DFS, nonfunctional. Pushing to access on other device.
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-04 20:55:18 +00:00
8ecead1b37 Add the ability to get a list of possible moves on the board.
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-03 20:40:02 +00:00
9bcf2ddb9d Beginning DFS functionality.
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-03 20:25:27 +00:00
489ee0a50c Added functionality to keep track of moves.
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-03 20:02:37 +00:00
fe89cf76af Removed JUnit Tests.
36ff8d70fa Fixed javadocs
Compare 2 commits »
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-03 19:59:50 +00:00
ec0c41975d Depricated Piece.java and modified functionality to work under an int[].
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-03 19:22:46 +00:00
b6bbbef44b Removed the PuzzleManager.java and move Generator to models.
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-03 19:21:51 +00:00
e98ad869e8 Added functionality to allow for a board to be generated and check if the board is solvable.
945ef8fff6 Created parameters to allow for changable ways of the algorithms conditions.
Compare 2 commits »
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-03 17:39:18 +00:00
cd266d583d Added a method to get the pieces in order.
0a05da12bb Added missing javadocs.
c5687291be Implemented the capability of copying pieces from another piece. Prevents pass by reference.
56294257de Implementing hashing capabilities to the Board class.
a264075c1f Implementing hashing capabilities to the Board class.
Compare 5 commits »
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-03 05:23:19 +00:00
a07e2098b0 Fixed logical error....
Turner commented on issue Turner/Social-Network#6 2024-01-26 01:57:49 +00:00
Create Dev Branch

2606e02718

Turner closed issue Turner/Social-Network#6 2024-01-26 01:57:49 +00:00
Create Dev Branch
Turner created branch dev in Turner/Social-Network 2024-01-26 01:55:23 +00:00
Turner pushed to dev at Turner/Social-Network 2024-01-26 01:55:23 +00:00
2606e02718 Migrated to Dev Branch, Implemented SQLI pretection and Login/Registration.
Turner opened issue Turner/Social-Network#6 2024-01-26 01:44:40 +00:00
Create Dev Branch
Turner opened issue Turner/Social-Network#5 2024-01-26 01:43:44 +00:00
Add Forgot Password
Turner opened issue Turner/Social-Network#4 2024-01-26 01:43:20 +00:00
Create Email Confirmation (Registration)
Turner opened issue Turner/Social-Network#3 2024-01-26 01:41:16 +00:00
Seperate Login and Register
Turner commented on issue Turner/Social-Network#2 2024-01-25 06:36:22 +00:00
Make all SQL commands prepared.

Along with this prevent using * in all possible scenarios to prevent requesting more than needed user data.

Turner opened issue Turner/Social-Network#2 2024-01-25 06:35:16 +00:00
Make all SQL commands prepared.