Skip to content

Instantly share code, notes, and snippets.

View andreimacavei's full-sized avatar

Andrei Macavei andreimacavei

  • Computer and Information Technology
  • Bucuresti
View GitHub Profile
---
description:
globs:
alwaysApply: false
---
---
description: How to add or edit Cursor rules in our project
globs:
alwaysApply: false
<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>
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,