Minimaxer Part 4 - Code optimisation14 March 2023·6 minsTypescript Javascript Games AI Benchmarks OptimisationMaking minimax run Blazingly Fast ™ with generators, faster loops and smarter sorting.
Benchmarking Typescript/Javascript on NodeJS on Linux22 February 2023·5 minsTypescript Javascript Node Benchmarks Linux PerformanceBenchmarking is useful, Javascript is everywhere, how do we combine them and get it right?
Minimaxer Part 3 - Implementing an AI player and benchmarking1 February 2023·7 minsTypescript Javascript Games AI BenchmarksImplementing the game mancala, building a minimax AI player and seeing how different configurations perform.