-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dan Serban
committed
Jun 8, 2013
1 parent
78553ad
commit deb761e
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). | ||
|