Games With Minimax
Background The minimax algorithm is an algorithm that uses recursion to play a turn based game. The name comes from the basic way the algorithm works, maximizing one player’s value while minimizin...
Background The minimax algorithm is an algorithm that uses recursion to play a turn based game. The name comes from the basic way the algorithm works, maximizing one player’s value while minimizin...
Background Sudoku is a classic single player game that many people know and love. It consists of a nine by nine grid of squares, with some squares filled in with a digit 1-9, and the rest empty. W...
Finishing this website The website was looking really good, however I was not complete. There were still a few things that needed to be done before I could say everything was “finished”. A few thi...
Making this website I have always thought it would be very cool to make a website, so I decided to make one. However I was unsure of what to put on my website. A game that I could play would be fu...