This website requires JavaScript.
Explore
Help
Sign In
EmaMaker
/
SPQR-Team-2019-REVAMPED
Watch
1
Star
1
Fork
You've already forked SPQR-Team-2019-REVAMPED
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4a1ba46f5b
SPQR-Team-2019-REVAMPED
/
src
/
game.cpp
7 lines
100 B
C++
Raw
Normal View
History
Unescape
Escape
having troubles testing
2019-12-02 17:25:22 +01:00
#
include
"game.h"
ported goalie and keeper from old code, condtion code working to decide game strategy
2019-12-09 19:08:05 +01:00
Game
:
:
Game
(
)
{
}
having troubles testing
2019-12-02 17:25:22 +01:00
started porting bt, corrected smth
2019-12-11 16:29:18 +01:00
void
Game
:
:
play
(
bool
condition
)
{
ported goalie and keeper from old code, condtion code working to decide game strategy
2019-12-09 19:08:05 +01:00
if
(
condition
)
realPlay
(
)
;
}