basicbots
basicbots copied to clipboard
basicbots is a programming game where you program your robot to compete against other robots.
@jottinger Added ddelay for darwin. Need a good solid test. Building a new release so everything is back in main.
Better documentation that I can write is needed. From programming in the BASIC language to robot code examples.
Version v0.0.1a Linux newdev.localdomain 3.10.0-1160.11.1.el7.x86_64 #1 SMP Fri Dec 18 16:34:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux CentOS Linux release 7.9.2009 (Core) ```./basicbots64 -b robots/rook.bas robots/corner-runner.bas panic: close of nil...
C:\Users\miste\go\src\basicbots>basicbots.exe -m 11 robots/target-v1.bas robots/nexus-b.bas Error running program: line 3025 : expected assignment after LET x, got Token{Type:, Value:,} 3010 LET SCANANGLE = 0 3020 LET RANGE = SCAN SCANANGLE,...