GitXplorerGitXplorer
p

ai-tron

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2731469f17d1c26ed0a8a0783622309115523ad1

something?

pphillc committed 12 years ago
Unverified
fa91e4f795fcaeec952e32da1f25a53a122390cb

rakefile more about my bot

pphillc committed 12 years ago
Unverified
83542e84cd5327afe18785a4313a6b4c273f41fc

Moving clojure package down

pphillc committed 12 years ago
Unverified
cf72258a6e9c1c9324ae7398134e12b31c3b8c57

Haskell

pphillc committed 12 years ago
Unverified
956d5a712aa2db53be36d10cad0092db6d82a2c5

cpp commands

pphillc committed 12 years ago
Unverified
531aab9c2a44764cbab4672402894577737ed5d7

Wrote a js starter package... That was fun...

pphillc committed 12 years ago

README

The README file for this repository.

What?

This is an aggregation of tools related to the Tron AI Competition help by the Computer Science Club at the University of Waterloo.

This project could be used with Tron server in a box.

This is not meant to be a project where you pick a language, fork and go. Rather, this project is intended to leave breadcrumbs to figure out how to build your bot in any language. The ruby rake tasks should be enough to reverse engineer your way into figuring out how to get going in whatever language, and be able to use the two engines.

Why?

This is a great way to get out there and learn new things, while facilitating trash talk in a team environment.

Perhaps you want to learn a new language, perhaps you want to further your understanding of a language, perhaps you want to try out functional programming, perhaps you want to further your understanding of many different theories in ai, graphs, etc., this is a great way to do it.

I am building this for me, because I need an excuse to learn a few new languages, and I am building this for those around me, because the more they improve, the more I improve.

Requirements

  • Ruby - if you want to use the rake tasks
  • Python - if you want to use the python game engine
  • Java - if you want to use the java game engine
  • Your language of choice

Acknowledgements