Skip to content

jaamo/restfight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTFight

Game is currently higly WIP! Play at your own risk :)

RESTFight is an AI programming game. In the turn based game two robots combat in an arena. The game is running on a web server and robots are controller via REST API so any language can be used to program the AI.

Robots can move around and shoot their opponents. There are also obstacles on the arena which robots should avoid. A robot has three primary properties: engine level, shield level and weapon level. Each property affects how the robot behaves. Robots has maximum load capacity and players need to balance properties to not overload the robot.

Screenshot

Documentation

Developer documentation

Test server

You can test your robots on a test server:
restfight.mrjaamo.com:8000

Viewer: http://restfight.mrjaamo.com:8000/viewer/

Test remote controller: http://restfight.mrjaamo.com:8000/viewer/remote.html

Author