https://medium.com/@stanfy/cthulhu-fhtagn-d07e076368bf
Pics and our thoughts during contest. At this moment Stanfy+ team is on 122 place :( Could be better :)
Program needs node.js server.
You can download it from https://nodejs.org/
or we have added script inside Makefile that should download it automatically.
play_icfp2015 is command line js file, that post result to console.
Program writes debug into to std:err and result to std:out. https://twitter.com/ICFPContest2015/status/630667692370886656
If you're interested, you can find sources in such languages:
- obj-c (command line tool and iPhone app). Used to post results on lightning round
- scala. We started from scala, but then moved to obj-c :)
- python. First visualizator was written on python
- node.js/javascript. Last tool and we used most. Visualizer, brain, estimator, a*, cli - everything is written on javascript. To play with visualizer, please, start "npm start" and open "localhost:3000" in browser.
- Program makes simple loop among all seeds. For each seed algo is the same.
- "Brain" is our engine. It controlls all steps and decides what to do (play hex-tris or post cats to twitter :))
- Everything starts when new unit appears. "Estimator" finds top 10 best positions for it to move next. Estimator uses bunch of coefficients to select positions. It tries to "fill holes" and to create full-lines.
- Then A* algo finds way to best positions.
- Unit moves to position that is reachable.
- It continues until no reachable positions found for last unit.
- Command interpretator transforms commands into letters, trying to use power phrases.
- And output json is generated :)
Algo solving map 19 https://www.youtube.com/watch?v=CKe1RYMj_Rw&feature=youtu.be
"Optimized" aka drunk A* algo solving problem 24 https://www.youtube.com/watch?v=-2EmujTho6Q
Commits visualization https://www.youtube.com/watch?v=KrCUs4naT3M&feature=youtu.be
Stanfy+ team <3 you and we're waiting for next year. Hope to perform better that this time.
Kilew, Vixentael, Fix, Alex Voronov, Lampapos, Silver
Moral support: