samuelowino/TicTac-ML
A tic tac toe game simulator built on c++ that comprises a Neural Network as an intelligent player. This project aims to address the technicality involved in integrated NCPs (Non-character Players) in game play from the game engine level.
C++
Issues
- 0
update gitignore file to remove binnary files
#15 opened by samuelowino - 2
map user inputs to player code
#1 opened by samuelowino - 0
match player move to cell index
#12 opened by Injiri - 0
integrate a CMake for build automation
#10 opened by samuelowino - 0
release SNAPSHOT 1.0 binnary
#11 opened by samuelowino - 0
integrate google tests to project
#9 opened by samuelowino - 1
check winning player
#3 opened by samuelowino - 0
- 1
move method declarations to header files
#2 opened by samuelowino - 0
validate take-turns logic
#6 opened by samuelowino - 0
update board state
#4 opened by samuelowino - 0
outline strategy to machine player
#5 opened by samuelowino