2012-12-20T00:12:57 I like this replay: http://li414-97.members.linode.com:2090/replay.48211 2012-12-20T00:14:04 Lost by launching an attack from a winning position 2012-12-20T00:14:18 can you up the amount of turns? 2012-12-20T00:15:53 I can run a separate server with different settings; I'm reluctant to change this one because bocsimacko (and others) crash after turn 200. :( Not really their fault, though - I think it didn't tell you the number of turns back then, so all bots which cared about the turn limit had it hardcoded 2012-12-20T00:16:31 hey smiley im the guy trying to start my own tcp server 2012-12-20T00:16:43 hey, having any luck? :) 2012-12-20T00:17:19 havent tried yet. might do tonight 2012-12-20T00:17:26 thanks for the info though 2012-12-20T00:17:37 no worries 2012-12-20T00:17:54 how many people have bots on your server 2012-12-20T00:18:28 do they just leave their computer on and running their bot? 2012-12-20T00:19:20 Not many; ants-beginner has seen a bit of activity from people developing new bots, but most of the others are just people running old bots to keep the server alive 2012-12-20T00:19:43 yes, I just leave my computer on and restart the scripts when the internet dies and gets restored 2012-12-20T00:20:44 ramn has published a template for running bots on Heroku's free server offer: http://blog.ramn.se/post/36958955940/run-an-ant-bot-on-heroku 2012-12-20T00:21:37 i want it running on my own linode server 2012-12-20T00:21:49 all my bots are written on ocaml, though, so it'd take a bit of work for me to get mine running that way; python bots (and other supported languages) can be run with very little effort, I think 2012-12-20T00:21:49 does it take up much cpu? i have other websites too 2012-12-20T00:22:07 depends how much activity there is, I'll go grab my usage graph... 2012-12-20T00:22:42 i thought people could use any language 2012-12-20T00:23:06 it can use a whole quad core processor when there's a lot of activity, though 2012-12-20T00:23:36 On heroku? I think you can, but some languages need special buildpacks to install them 2012-12-20T00:23:45 have you seen how the actual aichallenge people do it? its open source 2012-12-20T00:24:51 if i run my own tcp server using linode with ubuntu, would the languages bots are made in matter? 2012-12-20T00:25:04 I've looked a bit into the epsilon server code; the setup procedure installs all of the languages they offer, and they made sure to offer every language anyone made a starter package for, if they could 2012-12-20T00:25:28 no, the tcp server doesn't care about anything but the data stream 2012-12-20T00:25:46 oh good 2012-12-20T00:27:56 setting up the epsilon servers is a bit of a pain (at least, my attempts to do it in a virtual machine were unreliable, working at some points during the development and then failing when I tried to reinstall with later versions) - the tcp servers are very easy 2012-12-20T00:28:22 but be warned that the tcp webserver.py is synchronous, and will wait 25 seconds sometimes if it gets two requests at once 2012-12-20T00:28:30 only really suitable for testing and low traffic 2012-12-20T00:28:47 easy for who? i dont know much about this server side stuff 2012-12-20T00:29:29 what do you mean two requests at once. two people cant test their bots at the same time? 2012-12-20T00:30:54 http://imgur.com/xWGz1 2012-12-20T00:31:40 which linode plan are you on 2012-12-20T00:32:19 I mean if two people try to look at any of the pages delivered by the webserver at the same time, one will have to wait 25 seconds - the tcpserver.py is entirely separate, and can handle dozens of simultaneous connections 2012-12-20T00:32:34 Cheapest one, 512MB ram 2012-12-20T00:33:46 Sorry, I shouldn't say it's 'easy' - I just mean that there are far fewer steps, and when things don't work, the fixes are generally straightforward 2012-12-20T00:35:50 do you save all games permanently? 2012-12-20T00:37:41 depends on what you mean by "permanent" :) All game records for one server go into a single database file (I think it's MySQL) and as long as that file is kept, they're never deleted 2012-12-20T00:38:50 I don't really know much about database maintenance, though, so probably I will eventually move those entire database files to another location, make them available for download, and start afresh with a blank database for each server 2012-12-20T00:39:11 if I keep hosting the server for long enough for that to be necessary, that is 2012-12-20T00:39:32 im happy to take over :) 2012-12-20T00:40:23 That's good to hear :) I probably don't want to keep running it forever. 2012-12-20T00:41:08 I sort of want to rewrite the webserver part, both to make it asynchronous and to make one piece of code handle multiple games 2012-12-20T00:43:16 probably won't happen soon, though, I'm currently writing code for hackerrank games 2012-12-20T00:44:38 are you this guy too: http://www.benzedrine.cx/planetwars.html 2012-12-20T00:46:00 he had a tcp server going and has the code open source 2012-12-20T00:46:55 no, that's not me, though thanks for the reminder - I should look at his code for the server-side stuff to see if there's anything worth taking :) 2012-12-20T01:21:42 *** smiley1983 has quit IRC (Ping timeout: 256 seconds) 2012-12-20T01:53:38 *** Eibwen_ has joined #aichallenge 2012-12-20T01:54:15 *** Eibwen has quit IRC (Ping timeout: 255 seconds) 2012-12-20T01:54:18 *** Eibwen_ is now known as Eibwen 2012-12-20T02:23:50 *** antimatroid has quit IRC (Ping timeout: 252 seconds) 2012-12-20T02:26:01 *** smiley1983 has joined #aichallenge 2012-12-20T02:29:32 hey smiley1983 you there 2012-12-20T02:29:54 i downloaded the tcp server 2012-12-20T02:30:16 and ran the tcp server and webserver. i think it works 2012-12-20T02:36:21 *** antimatroid has joined #aichallenge 2012-12-20T02:37:05 how do i get bots playing? 2012-12-20T02:37:52 how do i save games? 2012-12-20T02:41:05 also why do i need to redirect port 80 to 2090 if 80 is already my webserver port 2012-12-20T02:42:18 *** Eibwen has quit IRC (Ping timeout: 255 seconds) 2012-12-20T02:45:12 *** Eibwen has joined #aichallenge 2012-12-20T02:46:41 crimbox: if you already have a webserver running there, you don't want to do that redirecting; however, the game webserver will be on port 2090, not port 80 2012-12-20T02:47:36 To get bots playing, you just have to connect two bots using the same tcpclient.py script which users will run; here's an example of the script I run: (one moment...) 2012-12-20T02:48:49 python2 ./tcpclient.py 106.187.94.97 2091 "command to run bot" bot_name password -1 2012-12-20T02:50:47 since i already have a webserver do i need another domain name? 2012-12-20T02:50:58 Games which are played are saved on the server automatically; users can download them with the usual right click -> save link as 2012-12-20T02:51:48 you don't need another domain name, but as it stands users will have to connect to domain.name:2090 instead of just connecting to domain.name 2012-12-20T02:52:04 oh i see 2012-12-20T02:52:28 you can set it up to connect port N to a subdomain, like ai.domain.name, but I don't know how to do it 2012-12-20T02:53:01 I imagine there are instructions on stackoverflow and other places, though 2012-12-20T02:53:22 its actually port 2080 2012-12-20T02:53:37 http://106.187.44.50:2080/ranking 2012-12-20T02:53:54 right, I've been looking at modified files 2012-12-20T02:54:49 ok so now that the tcp and webservers are working i can now run some bots? 2012-12-20T02:55:08 Yes, should be possible 2012-12-20T02:55:14 shall I connect one? 2012-12-20T02:55:14 i havent modified anything 2012-12-20T02:55:27 ok 2012-12-20T02:55:51 connected :) 2012-12-20T02:56:00 1 players online! 2012-12-20T02:57:20 do you have the link to set up tcp on the clients computer? 2012-12-20T02:57:32 it 2012-12-20T02:57:46 's linked under "HowTo" on the webserver itself 2012-12-20T02:58:44 is this for ants as well as planet wars? 2012-12-20T02:59:06 Ah, looks like you have the Ants server running 2012-12-20T02:59:15 oops my bad 2012-12-20T02:59:49 that repo contains many whole copies of the tcp server, slightly modified to run different games 2012-12-20T03:01:33 ok pw should be runing now 2012-12-20T03:02:43 http://106.187.44.50:2090/ 2012-12-20T03:05:32 *** pairofdice has joined #aichallenge 2012-12-20T03:09:31 *** Wren80[work] has joined #aichallenge 2012-12-20T03:10:07 im getting a: Message: Bad request version ('2'). 2012-12-20T03:10:17 im running this line: 2012-12-20T03:10:18 *** SJRvanSchaik has quit IRC (Ping timeout: 246 seconds) 2012-12-20T03:10:21 python tcpclient.py 106.187.44.50 2090 "python MyBot.py" tinny 2 2012-12-20T03:14:52 missing password - adding one might give more info 2012-12-20T03:15:34 python tcpclient.py 106.187.44.50 2090 "python MyBot.py" tinny password -1 2012-12-20T03:15:45 error code 400. Message: Bad request version ('password'). 2012-12-20T03:16:02 Error code explanation: 400 = Bad request syntax or unsupported method. 2012-12-20T03:17:09 hm... are you certain you're running python2 and not python3? 2012-12-20T03:17:23 ah i see 2012-12-20T03:18:52 *** SJRvanSchaik has joined #aichallenge 2012-12-20T03:19:09 i have python 2.7.1 2012-12-20T03:19:59 and running python2 gives me: -bash: python2: command not found 2012-12-20T03:20:59 smiley1983: i fought against hard coding the time limit in pw for so long, but in the end it had to happen 2012-12-20T03:21:10 i ended up winning a bunch of games in the final tournament because I had it hardcoded 2012-12-20T03:21:24 well, at least a few that i noticed 2012-12-20T03:21:48 it would have been nice if it was an input parameter though 2012-12-20T03:23:07 antimatroid: yes, mine was completely oblivious to the length of the game, and was weaker for it 2012-12-20T03:23:36 crimbox: what do you get when you just run "python" on the commandline by itself? 2012-12-20T03:23:49 *** epicmonkey has joined #aichallenge 2012-12-20T03:24:03 Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05) 2012-12-20T03:25:14 hm... if you're actually setting the password to "password" then it may be failing because of that, but I don't know why it would give that error message if that were the case 2012-12-20T03:25:41 i changed the password and get the same error 2012-12-20T03:27:47 ah, you're connecting to port 2090; should be 2091 for tcp 2012-12-20T03:27:51 2090 for the webserver 2012-12-20T03:28:27 nice! 2012-12-20T03:29:54 this is excellent 2012-12-20T03:30:20 is there any worry about people running bad code? 2012-12-20T03:30:29 or purposely harmful code? 2012-12-20T03:34:14 *** smiley1983 has quit IRC (Ping timeout: 265 seconds) 2012-12-20T03:34:55 *** NoxiaZ^ has joined #aichallenge 2012-12-20T03:35:40 *** smiley1983 has joined #aichallenge 2012-12-20T03:36:02 crimbox: my connection died at just that moment, which will be why the game didn't run 2012-12-20T03:36:28 the starter bot always breaks for some reason 2012-12-20T03:37:00 If it's unmodified from the contest, it won't know about the "ready" line at the end of the first turn 2012-12-20T03:37:13 It just has to respond to "ready" the same as "go" 2012-12-20T03:37:36 and not crash when it gets an unexpected line saying "turn n" 2012-12-20T03:38:05 *** epicmonkey has quit IRC (Ping timeout: 246 seconds) 2012-12-20T03:38:27 As for people running malicious code: since it's not running on your server, it's only a risk if there's some unknown insecurity in the program's parsing of the orders sent 2012-12-20T03:39:26 given that the webserver part handled all the sqlmap attacks without problems, I think it's probably pretty secure 2012-12-20T03:42:34 awesome got the bot working 2012-12-20T03:42:52 *** loskana has joined #aichallenge 2012-12-20T03:43:02 hi everybody 2012-12-20T03:43:18 Hi 2012-12-20T03:43:21 crimbox: great :) 2012-12-20T03:43:43 the web server seems to be down thogh 2012-12-20T03:44:04 crimbox: have you written a bot previously? 2012-12-20T03:44:10 how's the day? 2012-12-20T03:44:15 *** Eibwen has quit IRC (Ping timeout: 260 seconds) 2012-12-20T03:44:22 i wrote one for pw in c++ when the comp was on 2012-12-20T03:44:25 loskana: good, summer is awesome 2012-12-20T03:44:35 pw was fun 2012-12-20T03:44:40 tron was still my favourite though 2012-12-20T03:44:47 +1 for c++ 2012-12-20T03:45:01 summer? i sincerely envy you xD 2012-12-20T03:45:31 i mostly played with ants... i think it was awesome 2012-12-20T03:45:39 we have our fair share of australians on here 2012-12-20T03:46:29 I think the webserver might crash when people try to look at the maps (it expects maps in the Ants format) 2012-12-20T03:48:16 yea i rebooted and it works 2012-12-20T03:48:23 this is awesome 2012-12-20T03:48:29 antimatroid: though this one can't wait for winter to roll around again :) 2012-12-20T03:48:34 anyone actually play galcon? 2012-12-20T03:48:57 *** coeus has joined #aichallenge 2012-12-20T03:49:12 yes, the tcp server setup is great; I used a local copy for much of my local testing in Ants 2012-12-20T03:49:33 I have never played galcon, but planetwars was one of the best things I've ever worked on 2012-12-20T03:49:50 my pw bot came 1800 2012-12-20T03:50:10 *** Eibwen has joined #aichallenge 2012-12-20T03:50:14 its cool how they still have al lthe games up 2012-12-20T03:50:35 yes, I'm glad they're still there too 2012-12-20T03:51:57 smiley1983: but why? 2012-12-20T03:52:11 i played quite a bit of galcon during pw 2012-12-20T03:52:30 crimbox: my pw bot came 36 2012-12-20T03:53:05 its first place or nothing so we're on the same level! 2012-12-20T03:53:09 any chance they will reboot the ai challenge? ^^ 2012-12-20T03:53:11 word :) 2012-12-20T03:53:27 loskana: a few things need to be done, and nobody has time 2012-12-20T03:53:34 eventually hopefully something will happen 2012-12-20T03:53:53 most notably we need to become a non-profit 2012-12-20T03:54:45 antimatroid: I just like cold weather. Autumn is my favourite season, with winter being a close second, and the other two trailing massively because of the hay fever and heat they bring. 2012-12-20T03:55:05 I think one of the admins said they might try to get something happening early next year 2012-12-20T03:55:07 i don't have hay fever and the heat isn't so bad most of the time in tassie :) 2012-12-20T03:55:13 which admin? 2012-12-20T03:55:16 that's true 2012-12-20T03:55:23 antimatroid: why a non-profit? now what is it? 2012-12-20T03:55:33 at the moment it's not really anything 2012-12-20T03:55:38 it goes on jeff's tax 2012-12-20T03:55:43 at least i think 2012-12-20T03:55:54 so we can't take donations for example 2012-12-20T03:55:59 um... either amstan or janzert, I think the latter. Definitely not j3camero. 2012-12-20T03:56:08 hehe, was going to say :P 2012-12-20T03:56:23 i am always happy to write map gens 2012-12-20T03:56:27 and c++ starter bots 2012-12-20T03:57:05 animatroid: uh... i understand 2012-12-20T03:57:14 we need a new "boss" 2012-12-20T03:57:37 if i was a billionaire i'd employ janzert full time 2012-12-20T03:57:52 he is the hero of the aichallenges (sorry, I'll stop with the highlighting now :P) 2012-12-20T03:57:58 thanks for the help smiley1983. cant wait to start making my own bot now 2012-12-20T03:58:09 good night! 2012-12-20T03:58:21 smiley1983: this morning i've spent 20 minutes trying to un-freeze my car. and the winter is going to last for a long time. 2012-12-20T03:58:40 today i did shit in the garden, in shorts and a shirt :) 2012-12-20T03:58:49 antimatroid: an open-source project? could it work? 2012-12-20T03:59:00 it already is open source 2012-12-20T03:59:35 crimbox: good night, good luck with the bot creation! 2012-12-20T03:59:56 loskana: yes, I might be less keen on winter if that was what I had to contend with 2012-12-20T04:00:02 smiley1983: i had my confirmation of candidature the other day, 1 year progress check (/chance for the uni to kick me out if the want) 2012-12-20T04:00:04 in Sydney it never drops below freezing 2012-12-20T04:00:08 that's a weight off my back just before christmas 2012-12-20T04:01:24 antimatroid: Congratulations :) 2012-12-20T04:01:39 *** crimbox has quit IRC (Quit: Leaving.) 2012-12-20T04:01:43 *** coeus has quit IRC (Quit: Verlassend) 2012-12-20T04:02:03 yeah! 2012-12-20T04:19:09 *** mcstar has joined #aichallenge 2012-12-20T04:19:48 in the meantime, im going for a ride 2012-12-20T04:19:57 in my room! 2012-12-20T04:20:08 thats right, folks, spin bike arrived 2012-12-20T04:35:00 well, i put it in my room, turned one monitor towards it 2012-12-20T04:35:17 lets watch something 2012-12-20T04:42:51 goog fitness xD 2012-12-20T04:49:46 *** epicmonkey has joined #aichallenge 2012-12-20T04:57:40 mcstar: i have new wheels for my skateboard 2012-12-20T04:57:44 bones stf <3 2012-12-20T05:06:00 *** epicmonkey has quit IRC (*.net *.split) 2012-12-20T05:06:01 *** smiley1983 has quit IRC (*.net *.split) 2012-12-20T05:06:56 *** smiley1983 has joined #aichallenge 2012-12-20T05:09:15 *** sigh has joined #aichallenge 2012-12-20T05:20:38 this was great 2012-12-20T05:20:52 the wheel's pretty hot 2012-12-20T05:22:34 that* was great 2012-12-20T05:22:41 or this *is great 2012-12-20T05:24:21 *** ikaros has joined #aichallenge 2012-12-20T05:31:57 *** ronchamon has joined #aichallenge 2012-12-20T05:32:49 *** ronchaine has quit IRC (Ping timeout: 260 seconds) 2012-12-20T05:33:34 antimatroid: i just finished when i said that 2012-12-20T05:34:00 imagine, that i said it when i was still on the bike 2012-12-20T05:34:11 (but since i had to type it...) 2012-12-20T05:34:24 anyway, that was great 2012-12-20T05:34:30 but i dont want to over exert myself 2012-12-20T05:35:40 antimatroid: what happened to your old wheels? 2012-12-20T05:36:16 *** antimatroid has quit IRC (Ping timeout: 264 seconds) 2012-12-20T05:37:03 do they break? or only the bearing gives in? 2012-12-20T05:37:37 yeah, pls, time out when im talking to you :( 2012-12-20T05:41:21 *** antimatroid has joined #aichallenge 2012-12-20T05:43:47 antimatroid: i was writing to you when you disconnected :( 2012-12-20T05:45:23 *** smiley1983 has quit IRC (Ping timeout: 252 seconds) 2012-12-20T05:46:24 *** smiley1983 has joined #aichallenge 2012-12-20T05:55:11 mcstar: my network died :( 2012-12-20T05:55:22 so i put my new wheels on ready for tomorrow 2012-12-20T05:55:37 $70 for wheels is so expensive :| 2012-12-20T05:56:16 a good set up for a skateboard in Australia is like $300 :| 2012-12-20T05:58:12 yeah, thats expensive 2012-12-20T05:58:19 they dont really cost that much 2012-12-20T05:58:31 cost of manufacturing.. 2012-12-20T05:59:02 antimatroid: why did you need new wheels? 2012-12-20T05:59:50 *** Wren80[work] has quit IRC (Remote host closed the connection) 2012-12-20T05:59:53 mcstar; other ones have flat spots, too many sess slides 2012-12-20T05:59:55 i bet if you had used it properly you wouldnt need new wheels 2012-12-20T06:00:09 *** Wren80[work] has joined #aichallenge 2012-12-20T06:00:21 they got fucked when i slid down a quarter side ways while falling, with my full weight on the wheel 2012-12-20T06:00:24 since it wasn't rotating, bam 2012-12-20T06:00:31 they were getting reasonably small anyway 2012-12-20T06:01:11 you could have artificially wear other parts of the wheel to fit 2012-12-20T06:01:20 they're about $36 online with postage 2012-12-20T06:01:44 but i know and like the guy who owns the skate shop here, so meh 2012-12-20T06:01:47 this bike came with plastic pedals but it had metal ones on the picture :( 2012-12-20T06:02:10 and i had to fit the spin wheel to make it vertical 2012-12-20T06:02:27 but otherwise, it is ok 2012-12-20T06:03:30 mcstar: how's the bike? 2012-12-20T06:03:38 i bet it's not as fun as doing skids down hills 2012-12-20T06:03:44 :p 2012-12-20T06:04:40 i dont know what fun you are talking about 2012-12-20T06:04:47 i stay away from dangerous things 2012-12-20T06:05:32 im have to come up with an exercise plan 2012-12-20T06:06:00 i mean, the 'ride it when you feel like it' is probably not the best way to go 2012-12-20T06:07:21 ride it when can 2012-12-20T06:07:23 you* 2012-12-20T06:07:30 dangerous is fun 2012-12-20T06:07:39 i like flying through the air or sideways 2012-12-20T06:08:22 you can launch surprisingly high out of stuff on a skateboard if you get enough speed 2012-12-20T06:14:24 antimatroid: this phone doesnt take too good pictures, it looks better in real life (and 3D) http://i.imgur.com/wJrKb.jpg 2012-12-20T06:15:28 slam the stem bro 2012-12-20T06:15:35 optimal aero 2012-12-20T06:15:59 looks pretty good though 2012-12-20T06:17:29 it was pretty cheap, i got it -30% 2012-12-20T06:18:01 330 aud 2012-12-20T06:22:00 that's pretty good 2012-12-20T06:22:08 though i dunno what the standard price for them is :P 2012-12-20T06:23:18 they can be pretty expensive, especially those models that can be used in a fitness salon 2012-12-20T06:23:53 i hate when i cant find the right word 2012-12-20T06:24:07 probably you dont call tha place 'fitness saloon' 2012-12-20T06:24:25 fitness center 2012-12-20T06:26:51 it's called a gym :P 2012-12-20T06:27:24 salon is a hairdressers, saloon sounds western 2012-12-20T06:28:22 heh 2012-12-20T06:28:25 i guess 2012-12-20T06:28:29 but thats not a gym 2012-12-20T06:28:51 it is something lighter, full of women? 2012-12-20T06:29:05 but i think fitness center is ok 2012-12-20T06:29:24 a gym is full of sweating beef cakes 2012-12-20T06:31:17 *** Wren80[work] has quit IRC (Quit: Wren80[work]) 2012-12-20T06:34:38 both are called gyms in australia 2012-12-20T06:55:18 *** smiley1983 has quit IRC (Ping timeout: 265 seconds) 2012-12-20T06:56:44 *** smiley1983 has joined #aichallenge 2012-12-20T07:01:52 *** loskana has quit IRC (Quit: Page closed) 2012-12-20T07:15:57 *** smiley1983 has quit IRC (Ping timeout: 252 seconds) 2012-12-20T07:17:50 *** smiley1983 has joined #aichallenge 2012-12-20T07:19:24 *** mceier has quit IRC (Quit: leaving) 2012-12-20T07:27:09 great, i fixed my cuda error 2012-12-20T07:27:16 i had a misaligned read 2012-12-20T07:39:28 *** Wren80[work] has joined #aichallenge 2012-12-20T08:18:57 *** Eibwen_ has joined #aichallenge 2012-12-20T08:19:15 *** Eibwen has quit IRC (Ping timeout: 265 seconds) 2012-12-20T08:19:23 *** Eibwen_ is now known as Eibwen 2012-12-20T08:42:12 *** AlliedEnvy has joined #aichallenge 2012-12-20T08:43:36 *** epicmonkey has joined #aichallenge 2012-12-20T09:04:13 *** Wren80[work] has quit IRC (Quit: Wren80[work]) 2012-12-20T09:34:06 *** Wren80[work] has joined #aichallenge 2012-12-20T09:45:33 *** Wren80[work] has quit IRC (Quit: Wren80[work]) 2012-12-20T10:03:54 *** Wren80[work] has joined #aichallenge 2012-12-20T10:04:50 *** Wren80[work] has quit IRC (Client Quit) 2012-12-20T10:17:41 *** mceier has joined #aichallenge 2012-12-20T10:54:32 *** Wren80[work] has joined #aichallenge 2012-12-20T11:06:52 *** Wren80[work] has quit IRC (Quit: Wren80[work]) 2012-12-20T11:19:00 *** sigh has quit IRC (Remote host closed the connection) 2012-12-20T11:27:18 *** Scooper has joined #aichallenge 2012-12-20T11:33:26 *** awly has joined #aichallenge 2012-12-20T12:01:36 *** Kingpin13 has joined #aichallenge 2012-12-20T12:14:55 *** Wren80[work] has joined #aichallenge 2012-12-20T12:30:37 *** Wren80[work] has quit IRC (Quit: Wren80[work]) 2012-12-20T12:36:04 *** pairofdice has quit IRC (Quit: In girum imus nocte et consumimur igni.) 2012-12-20T13:00:26 *** Wren80[work] has joined #aichallenge 2012-12-20T13:02:08 *** Wren80[work] has quit IRC (Client Quit) 2012-12-20T13:03:11 *** epicmonkey has quit IRC (Ping timeout: 264 seconds) 2012-12-20T13:03:27 *** heyandy has joined #aichallenge 2012-12-20T13:29:07 *** dici has joined #aichallenge 2012-12-20T13:31:38 *** ChanServ has quit IRC (*.net *.split) 2012-12-20T13:33:17 *** ChanServ has joined #aichallenge 2012-12-20T13:33:17 *** moorcock.freenode.net sets mode: +o ChanServ 2012-12-20T13:36:54 *** foRei has joined #aichallenge 2012-12-20T13:40:32 *** thestinger has joined #aichallenge 2012-12-20T13:52:42 *** heinrich5991 has quit IRC (Ping timeout: 252 seconds) 2012-12-20T13:54:42 *** Accoun has quit IRC () 2012-12-20T14:02:13 *** heinrich5991 has joined #aichallenge 2012-12-20T14:09:45 *** Accoun has joined #aichallenge 2012-12-20T14:17:31 *** epicmonkey has joined #aichallenge 2012-12-20T14:31:41 *** smiley1983 has quit IRC (Ping timeout: 252 seconds) 2012-12-20T14:39:07 *** smiley1983 has joined #aichallenge 2012-12-20T15:29:29 *** epicmonkey has quit IRC (Remote host closed the connection) 2012-12-20T15:29:49 *** epicmonkey has joined #aichallenge 2012-12-20T15:31:37 *** Wren80[work] has joined #aichallenge 2012-12-20T15:34:17 *** Wren80[work] has quit IRC (Client Quit) 2012-12-20T15:46:09 *** pairofdice has joined #aichallenge 2012-12-20T16:08:59 *** Kingpin13 has quit IRC (Ping timeout: 250 seconds) 2012-12-20T16:29:07 *** Kingpin13 has joined #aichallenge 2012-12-20T16:30:12 *** heyandy has quit IRC (Quit: Leaving) 2012-12-20T16:31:01 *** ChanServ has quit IRC (*.net *.split) 2012-12-20T16:33:18 *** iglo has joined #aichallenge 2012-12-20T16:33:54 *** ChanServ has joined #aichallenge 2012-12-20T16:33:54 *** moorcock.freenode.net sets mode: +o ChanServ 2012-12-20T16:43:09 *** awly has quit IRC (Read error: Connection reset by peer) 2012-12-20T16:46:32 *** pairofdice has quit IRC (Quit: In girum imus nocte et consumimur igni.) 2012-12-20T17:00:07 *** Wren80[work] has joined #aichallenge 2012-12-20T17:00:28 *** janzert has quit IRC (Read error: Connection reset by peer) 2012-12-20T17:02:19 *** Wren80[work] has quit IRC (Client Quit) 2012-12-20T17:02:52 *** Wren80[work] has joined #aichallenge 2012-12-20T17:03:20 *** Wren80[work] has quit IRC (Client Quit) 2012-12-20T17:06:55 *** janzert has joined #aichallenge 2012-12-20T17:17:18 *** dici has quit IRC (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )) 2012-12-20T17:20:03 *** mcstar has quit IRC (Quit: mcstar) 2012-12-20T17:23:58 *** Kingpin13 has quit IRC (Ping timeout: 265 seconds) 2012-12-20T17:32:56 *** iglo has quit IRC (Remote host closed the connection) 2012-12-20T17:41:16 *** thestinger has quit IRC (Quit: WeeChat 0.3.9.2) 2012-12-20T17:46:02 *** thestinger has joined #aichallenge 2012-12-20T18:00:01 *** crimbox has joined #aichallenge 2012-12-20T18:03:07 *** thestinger has quit IRC (Quit: WeeChat 0.3.9.2) 2012-12-20T18:04:42 *** janzert1 has joined #aichallenge 2012-12-20T18:07:29 *** janzert has quit IRC (Ping timeout: 264 seconds) 2012-12-20T18:16:07 *** ikaros has quit IRC (Quit: Ex-Chat) 2012-12-20T18:36:19 *** epicmonkey has quit IRC (Ping timeout: 250 seconds) 2012-12-20T18:55:49 *** NoxiaZ^ has quit IRC (Ping timeout: 250 seconds) 2012-12-20T19:18:30 *** ramn[ws] has quit IRC (Remote host closed the connection) 2012-12-20T19:35:56 *** foRei has quit IRC (Quit: Bye) 2012-12-20T21:01:00 *** Scooper has quit IRC (Quit: Leaving) 2012-12-20T21:03:33 *** crimbox has quit IRC (Quit: Leaving.) 2012-12-20T21:30:18 *** crimbox has joined #aichallenge 2012-12-20T22:20:28 *** dmj111 has joined #aichallenge 2012-12-20T22:36:38 *** antimatroid has quit IRC (Ping timeout: 255 seconds) 2012-12-20T22:47:26 smiley1983, is there anyway i can seperate the webserver stuff into php files? 2012-12-20T23:07:09 *** dvladim has joined #aichallenge 2012-12-20T23:07:47 and where is the actual data for each game stored? 2012-12-20T23:09:33 nvm i found it 2012-12-20T23:24:28 *** kbasten has quit IRC (Ping timeout: 252 seconds) 2012-12-20T23:24:43 crimbox: I don't know about separating it into php files; I imagine it's possible. (I didn't write any of this web/tcp material, btw, I just modified and ran berak's code) 2012-12-20T23:31:34 *** ermau_ has joined #aichallenge 2012-12-20T23:37:18 *** kbasten has joined #aichallenge 2012-12-20T23:37:34 *** dvladim has quit IRC (Ping timeout: 248 seconds) 2012-12-20T23:42:35 *** dmj111 has quit IRC (Ping timeout: 252 seconds)