-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0dbf0c
commit fd15455
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ShakTrisLib
updated
9 files
+89 −0 | .vscode/settings.json | |
+3 −3 | src/VersusGame.cpp | |
+5 −5 | src/engine/BitPiece.hpp | |
+8 −8 | src/engine/Board.hpp | |
+1 −1 | src/engine/Game.cpp | |
+46 −46 | src/engine/MoveGen.hpp | |
+15 −15 | src/engine/RotationSystems.hpp | |
+2 −2 | src/engine/Utility.hpp | |
+3 −3 | src/engine/modes/Botris.hpp |