Mech arena
News
Download
Forum
SourceForge.net Logo Support This Project

History
I was thinking about application which simulate fight between two AI from a long time. The first realization of this project was probably “core wars”, but I wanted something more so I managed some free time and started Mech Arena.

What is Mech Arena ?
Mech Arena is an engine which gives you complete framework to create your own bot which can control Mech and fight opponent. All what you need to do is create your own dll run viewer and watch if your program is good enough to survive.

Why dll ?
  1. You can use your favourite language and compiler.
  2. You can debug your dll in your favourite IDE.
  3. It's easer to connect external dll than to write your own script language (and no one must learn your superb new script)

How can I use it ?
If you are using Delphi just download sources (via CVS) read some docs look into sample MCU and write your own. When you create dll start viewer and test your skills. If you are using other language (C/C++ ;) ) than you should be able to create own dll based on documentation, at this moment we didn't check for compatibility but I should be possible.

I have a super chruper MCU !!
Great ! If you want to show whole world that your bot is the greatest warrior all over the universe send source to us, we will add it to our project maybe some other people will learn something new from your source.