Commits on Source (11)
-
Sławomir Stromski authored9051322f
-
Sławomir Stromski authoredc574bbb6
-
Sławomir Stromski authoredce3defde
-
Sławomir Stromski authored
Hopefully it's the last touch to instuctions
09057676 -
Sławomir Stromski authored
- Creation of MainRule object from SyntaxTree - Checking conditions to stop the game - Settig payoffs for players
e4beccf3 -
Sławomir Stromski authoredf5352370
-
Sławomir Stromski authored
- Created IPlayer class to communicate with user - Errors caused by cyclic includes - Minor cleanups
55407721 -
Sławomir Stromski authoreda1344e1e
-
Sławomir Stromski authored
- Created main loop in game execution - No Error handling (only error info) - Awaiting for tests
f7b5bc5a -
Sławomir Stromski authored
- Moves are validated properly - Not valid moves are not executed - Passing move to oher plyers works properly
52cec287 -
Sławomir Stromski authored5ae705e5
Showing
- .gitignore 1 addition, 7 deletions.gitignore
- Game/Compiler.cpp 251 additions, 11 deletionsGame/Compiler.cpp
- Game/Compiler.h 25 additions, 34 deletionsGame/Compiler.h
- Game/DataSet/DataSet.cpp 34 additions, 2 deletionsGame/DataSet/DataSet.cpp
- Game/DataSet/DataSet.h 3 additions, 0 deletionsGame/DataSet/DataSet.h
- Game/Game.cpp 41 additions, 2 deletionsGame/Game.cpp
- Game/Game.h 21 additions, 2 deletionsGame/Game.h
- Game/GameComponents/MainRule.cpp 14 additions, 0 deletionsGame/GameComponents/MainRule.cpp
- Game/GameComponents/MainRule.h 17 additions, 0 deletionsGame/GameComponents/MainRule.h
- Game/GameComponents/MainRule/EndRule.cpp 48 additions, 0 deletionsGame/GameComponents/MainRule/EndRule.cpp
- Game/GameComponents/MainRule/EndRule.h 24 additions, 0 deletionsGame/GameComponents/MainRule/EndRule.h
- Game/GameComponents/MainRule/Payoff.cpp 17 additions, 0 deletionsGame/GameComponents/MainRule/Payoff.cpp
- Game/GameComponents/MainRule/Payoff.h 19 additions, 0 deletionsGame/GameComponents/MainRule/Payoff.h
- Game/GameComponents/Moves.cpp 51 additions, 0 deletionsGame/GameComponents/Moves.cpp
- Game/GameComponents/Moves.h 24 additions, 0 deletionsGame/GameComponents/Moves.h
- Game/GameComponents/Moves/Move.cpp 29 additions, 0 deletionsGame/GameComponents/Moves/Move.cpp
- Game/GameComponents/Moves/Move.h 26 additions, 0 deletionsGame/GameComponents/Moves/Move.h
- Game/GameComponents/State.cpp 21 additions, 0 deletionsGame/GameComponents/State.cpp
- Game/GameComponents/State.h 20 additions, 0 deletionsGame/GameComponents/State.h
- Game/Instructions/Instruction/Expression/ExpressionInt.cpp 10 additions, 0 deletionsGame/Instructions/Instruction/Expression/ExpressionInt.cpp
Game/GameComponents/MainRule.cpp
0 → 100644
Game/GameComponents/MainRule.h
0 → 100644
Game/GameComponents/MainRule/EndRule.cpp
0 → 100644
Game/GameComponents/MainRule/EndRule.h
0 → 100644
Game/GameComponents/MainRule/Payoff.cpp
0 → 100644
Game/GameComponents/MainRule/Payoff.h
0 → 100644
Game/GameComponents/Moves.cpp
0 → 100644
Game/GameComponents/Moves.h
0 → 100644
Game/GameComponents/Moves/Move.cpp
0 → 100644
Game/GameComponents/Moves/Move.h
0 → 100644
Game/GameComponents/State.cpp
0 → 100644
Game/GameComponents/State.h
0 → 100644