scene.org File Archive

File download

<root>­/­parties­/­2015­/­thegathering15­/­aiprogramming/wigglebot.zip

File size:
1 052 147 bytes (1.00M)
File date:
2015-04-10 05:45:01
Download count:
all-time: 26

Preview

  • readme.txt 319B
  • wigglebot 1.72M
  • wigglebot.exe 707.00K

file_id.diz

#How to compile on linux
c++ main.cpp -std=c++0x -O3 -s -static -static-libstdc++ -o wigglebot

#How to compile on windows
c++ main.cpp -std=c++11 -O3 -s -static -static-libstdc++ -lws2_32 -DPLEB -o wigglebot.exe

#How to run
{executable} [optional ip address (default 127.0.0.1)] [optional port (default 31337)]