Ruby-warrior

From Libregamewiki
Jump to navigation Jump to search
Ruby-warrior
GenreProgramming,Roguelike
Latest releaseVersion 0.1.3
Release date2012-04-28
DeveloperRyan Bates
Code licenseMIT
Media licenseMIT
P. languageRuby
Contribute
Ruby-warrior is a free game. This means that the source code is available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well.

Ruby-warrior is an AI programming game written in Ruby by Ryan Bates. It is licensed under a MIT license.

Gameplay[edit]

The objective of this game is to get to the next level and score as many points as possible. The game will generate the initial codebase for you. After that, you are left to code your AI.

With each new levels you succeded, the AI code you wrote in the previous level is copied over. Some new functionality may also be availiable for you to use.

External links[edit]

References[edit]