Anthony Erb Lugo
Anthony Erb Lugo
The `global` keyword should be used when the variable in question is being assigned to as otherwise it would create a local variable as opposed to operating on the global...
Implements a subset of the Catanatron features in C++. The focus of this code is to improve the speed of certain graph operations. In particular, a translation of the `longest_acyclic_path`...
Reworks the logic that checks for a winner. The new implementation checks after the end of each turn for the current player vs. the current implementation that loops over each...