BerryBots demo
Fragment of a discussion from Talk:Raspberry Pi
← Thread:Talk:Raspberry Pi/BerryBots demo/reply (12)
Jump to navigation
Jump to search
← Thread:Talk:Raspberry Pi/BerryBots demo/reply (12)
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
Return to Thread:Talk:Raspberry Pi/BerryBots demo/reply (12).
Actually, speed in bots has more to do with game tree size (complexity) than number representation. i.e. chess has an 8x8 discrete (integer) board and the top AIs in the world are incredibly complex and slow.
Want to make bots run fast? Add a real-time constraint (skipped turns), like Robocode has.
MN
Sure, I understand that. I more mean that at least your CPU time can be spent on game related strategy stuff instead of doing trig and sqrt's. :-)