Hi all,

Are there any League of Legends players on this list?
Riot has announced the second API challenge, and there is lots of fun and 
prizes to be had.
https://developer.riotgames.com/discussion/announcements/show/2lxEyIcE

I'm building something in the item set category. I'm using Simulated 
Annealing to generate optimal item sets for a given set of metrics.
https://github.com/pepijndevos/LolItemSets

Example of a Greaves ADC build that balances damage per second and life 
steal per second:

$ lein run 5 0.5 0.5 0
Items: (Essence Reaver Phantom Dancer Essence Reaver Infinity Edge Phantom 
Dancer)
DPS: 2104.1080928000006
life steal: 20.0
armor: 81.976
attack damage: 350.00800000000004
attack speed: 2.1470000000000002
crit: 90.0


Unfortunately I'm quite busy, so I might not have the time to turn it into 
something usable in time.
So I was wondering if there are one or two people who would like to join my 
team.
If so, send me your summoner name and github account.
If it turns out there are a lot of interested people, I'll give preference 
to people on EUW and names I've seen on #clojure

The main things that need to happen are:

   - Turn it into a snazzy cljs app. I've never done this, so help welcome.
   - Add metrics for different roles and tweak parameters. Almost done with 
   ADC, starting with Tank, followed by Assassin.
   - Export the actual item set.
   - As a stretch goal, include runes, masteries, passives, and opponents 
   in the equation. This gets complicated and laborious quick, though.

Keep lisping!

Pepijn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to