reedlaw / ruby-mmo

Ruby MMO: massively multiplayer online programming challenge
274 stars 102 forks source link

Player: BioCreature #87

Closed NathanLapp closed 10 years ago

NathanLapp commented 10 years ago

I'm looking for a job. You can contact me by my email on my profile.

About the player module BioCreature: This player module was inspired by players 'Valentin' and 'Teeler'.

What is novel about this character is that it calculates the Time-To-Kill (both for and against) to determine if it should attack a target or not.

This character is an Endurance (./multi_run.rb -r 1000 -o 1000) character. Through a few Endurance tests, BioCreature has always ended up being the top player by a large margin (usually 100+ more wins than the second place player).

For Sprint (./multi_run.rb -r 1000 -o 10), he is terrible, and he is average at Race (./multi_run.rb -r 1000 -o 100).