Boole Bots is a game that is not only fun, but also an aid in helping to understand basic Boolean logic. This game has an arena of 8x8 game tiles in which your bots move at random speeds and trajectories. The Bots are assigned boolean values of 0 or 1 and boolean operations - AND, OR, NOR, NOT.
I'm adding changes to get the full logic,
placement > movement > collision > battle > results
with several details to discuss,
just a test without speed and operation, hard coded for now
the results array can be used to get an idea of how the leaderboard data could look like
I'm adding changes to get the full logic, placement > movement > collision > battle > results with several details to discuss, just a test without speed and operation, hard coded for now the results array can be used to get an idea of how the leaderboard data could look like