RTanque icon indicating copy to clipboard operation
RTanque copied to clipboard

RTanque is a game for (Ruby) programmers. Players program the brain of a tank and then send their tank+brain into battle against other tanks.

Results 7 RTanque issues
Sort by recently updated
recently updated
newest added

The Gosu library has been updated to 1.4.3, but RTanque relies on 0.13.1 which will not install on a modern version of OSX. I'd love to get this working, as...

This leads to an unfair advantage for bots that hang out in the corner since bullets die when outside bounds of arena. See the graphic below. ![corner_issue](https://f.cloud.github.com/assets/696255/801852/c09aa68e-edac-11e2-9ef6-9ebf10d6d7df.png) The proposed solution...

It would be cool if there were multiple robot graphics, so that each unique bot class could possibly be given a unique color to distinguish it. Perhaps with the use...

enhancement

Hello, I am doing some big stats fights with bots and the results are better depending the order of the command of execution of bots. The more bots included, the...

Changed the bot.gun_energy_max in the configuration.rb file to be based on the energy required to fire one maximum power shell. Changed the initial gun energy to 0 so that there...

This patch adds support for recording matches (`start --capture`) and replaying recorded matches (`replay replays/last-match.yml`). Matches are recorded as bot-independent YAML files, so that you can share replays without necessarily...

Haven't had a chance to look at the documentation, but how hard would it be to record a game? I imagine it would be a matter of storing the initial...

question