Skip to content

Artificial intelligence programming contest toolkit, based on the Advance Wars game by Intelligent Systems.

Notifications You must be signed in to change notification settings

asiviero/forkwars

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Scrutinizer Code Quality Build Status Code Coverage

Forkwars

Forkwars is a turn by turn strategy game based on the Intelligence System success Advance Wars.

Read more about it on http://en.wikipedia.org/wiki/Advance_Wars

The game provide an environment where one can develop and test AI code, against self or other competitors.

Disclaimer

This is still work in progress. There's not much you can do with this code right now, except having an infantry displayed and walking around. Help us make it work !

Requirements

GNU make, composer

Installing

php composer.phar install --prefer-dist

You can serve the web/ folder and have a look at the .php file.

php -S localhost:8000 -t web

And then navigate to http://localhost:8000 in your favorite browser.

game viewer screenshot

The viewer basically helps you see all the game steps.

Testing

Make sure you have phpunit installed somewhere in your PATH. Just run phpunit in the root folder.

phpunit

Contributing

Fill or solve issues.

Hall Of Fame

About

Artificial intelligence programming contest toolkit, based on the Advance Wars game by Intelligent Systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.2%
  • JavaScript 7.8%