Skip to content

Commit

Permalink
Changes to main README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Serban committed Jun 8, 2013
1 parent 78553ad commit deb761e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
### "I, GameBot"
### Solve fun coding challenges, score points and move up through the leaderboard ranks!

A platform for game algorithm competitions, that is not only free and open source itself, but encourages participants to build their algorithms in the open and evolve their gamebots by learning from and iteratively improving upon each other's code.
"I, GameBot" is a platform for game algorithm competitions, that is not only free and open source itself, but encourages participants to build their algorithms in the open and evolve their gamebots by learning from and iteratively improving upon each other's code.

You can participate in two different kinds of coding challenges:
- Competitive Games ( [TicTacToe++](https://github.com/rosedu/I.GameBot/blob/master/tictactoe/README.md) )
- Algorithmic Challenges ( [Snake Maze](https://github.com/rosedu/I.GameBot/blob/master/snake_maze/README.md), [Elevators](https://github.com/rosedu/I.GameBot/blob/master/elevators/README.md) )

In a competitive game, your game bot will accumulate points by playing against those of all your other coder friends.
The algorithmic challenges are simulators that come with test cases which can be increasingly difficult to pass.

More information on how to get started in each competition:
- [TicTacToe++](https://github.com/rosedu/I.GameBot/blob/master/tictactoe/README.md)
- [Snake Maze](https://github.com/rosedu/I.GameBot/blob/master/snake_maze/README.md)
- [Elevators](https://github.com/rosedu/I.GameBot/blob/master/elevators/README.md)

License: [Affero GPL](http://www.gnu.org/licenses/agpl.html).

0 comments on commit deb761e

Please sign in to comment.