This file contains hidden or 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
| --- | |
| description: | |
| globs: | |
| alwaysApply: false | |
| --- | |
| --- | |
| description: How to add or edit Cursor rules in our project | |
| globs: | |
| alwaysApply: false |
This file contains hidden or 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
| <i>"The three laws of gamebots":</i> | |
| <ol> | |
| <li>A gamebot may not harm or infect in any ways the host mother, which in this case is the online contest platform. | |
| <li>A gamebot must obey the orders given to it by human participants, except where such orders would conflict with the <b>First Law</b> – no <u>hacking bots</u> please :) ! | |
| <li>A gamebot's source code must be visible to other contest participants at least after the contest has ended. <i>One must not kill the spirit of the open source</i>. | |
| </ol> | |
| <p>Hello,<p> | |
| I am Andrei Macavei and together with my mentor Dan Serban, we started to develop from scratch a platform for game algorithm competitions called <b>"I, Gamebot"</b>, that is free and open source. | |
| <p> |
This file contains hidden or 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
| I, Gamebot - The three laws of gamebots: | |
| 1. A gamebot may not harm or infect in any ways the host mother, which in this case is the online contest platform. | |
| 2. A gamebot must obey the orders given to it by human participants, except where such orders would conflict with the | |
| First Law – no hacking bots please :) . | |
| 3. A gamebot's source code must be visible to other contest participants at least after the contest has ended. | |
| One must not kill the spirit of the open source. | |
| Hello, |