Skip to content

State transition changes - #39

Open
rchillyard wants to merge 37 commits into
rchillyard:Spring2023from
Mehul-Natu:StateTransition_changes
Open

State transition changes#39
rchillyard wants to merge 37 commits into
rchillyard:Spring2023from
Mehul-Natu:StateTransition_changes

Conversation

@rchillyard

Copy link
Copy Markdown
Owner

The Runner now runs for the Sudoku game.
I'm not sure if it actually works, but at least it doesn't throw an exception.
If you, Mehul, have made any changes to the code, I would recommend you merge them into this branch (rather than the other way around).

Mehul-Natu and others added 7 commits March 13, 2023 18:40
SPGameCreator now takes three generic types rather than just the Board generic type.
MultiPlayerGame: makes the G type as Object.
Runner: game type (for Player, etc.) is Board_Grid_Array rather Sudoku
SinglePlayerGame
* now has second generic type: G;
* constructor is different SPGameCreator takes three generic types;
SUdokuCreator: added compile problems
Sudoku game now runs (although I'm not sure if it is successful).
A move is actually a series of (board) state transitions;
So, MoveProcessor has been renamed StateTransition;
Various other fixes, including the logic in Board_Grid.move;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants