commit 42e72c32964e246e09efcd89386bb7fb41b88e2b parent 8f857cba94d61d3ae050eb609966c27b3f0de8c5 Author: A Koens <[email protected]> Date: Wed, 12 Oct 2022 17:06:15 +0200 Delete TODOs.txt Diffstat:
D | TODOs.txt | 33 | --------------------------------- |
1 file changed, 0 insertions(+), 33 deletions(-)
diff --git a/TODOs.txt b/TODOs.txt @@ -1,32 +0,0 @@ -MODELS:: -- Game logic for tic tac toe. -- Game logic for Reversi/Othello. - - -VIEWS:: -- Design main menu. -- Design Tic Tac Toe window. -- Design Reversi/Othello window. -- Add animations / responsive interface features. - - -CONTROLLERS:: -- Add event handlers for the menu buttons. -- Add event handlers for the games. - - -NETWORK:: -- Create module to connect to and send and recieve data from server. -- Implement all the protocols. -- Implement Error handling for the protocols. - - -AI:: -- Random placing AI. -- Minimax => Minimax Alpha-Beta Pruning => Minimax ABP + Weight map -- Pre-calculate possible moves and their best possible responses. (Difficult / Optional) -- Use Machine Learning. (Optional) - - -THREADING:: -- Handle ai decision making on seperate thread. -\ No newline at end of file