Skip to content

Commit

Permalink
Add strategy file from old repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordhippo committed May 1, 2024
1 parent b5b56e5 commit 5a62088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added data/strategy.ims
Binary file not shown.
3 changes: 2 additions & 1 deletion source/soccer/ai.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Ai::Ai(Common::WorldState *worldState, Common::RefereeState *refereeState, Sende
: maxBallHist(240), worldState(worldState), refereeState(refereeState), senderBase(sender), cmf(0), rmf(1), lmf(2),
gk(3), dmf(4), def(5), rw(6), lw(7)
{
std::cout << " Running Immortals SSL AI module 09" << std::endl << " Hope us luck :D " << std::endl;
Common::logInfo("Running Immortals SSL AI module");
Common::logInfo("Hope us luck :D ");

#ifndef NEW_FIELD_2018
field_width = 4500.0f;
Expand Down

0 comments on commit 5a62088

Please sign in to comment.