BerryBots demo

Jump to navigation Jump to search
Revision as of 5 October 2012 at 02:17.
The highlighted comment was created in this revision.

BerryBots demo

Figured I'd take this to a separate thread. =) Posted another couple of vids with progress on the Raspberry Pi game I'm working on.

Still a lot to do but I think it's coming along pretty well.

    Voidious14:36, 21 September 2012

    Nice, looking neat :)

    Wonder how strategies will play out... hmm

      Rednaxela15:27, 21 September 2012
       

      Man, you are totally of the hook :). Looks indeed very neat. The race looks and sound as it could provide a lot of fun and maybe some nice pathfinding programming.

      Well done!

        Wompi17:02, 21 September 2012
         

        (Sorry, gotta take this back to LiquidThreads.. =))

        If anyone's curious, here's some TPS measurements (with graphics off) of Lua vs LuaJIT on the Raspberry Pi and my 2009 MacBook Pro 2.8 GHz. RandomBot is a trivial bot like sample.Crazy, BasicBattler is a slightly non-stupid bot with a simple Minimum Risk movement and random linear gun.

        • 2x BasicBattler
          • Rpi Lua: 343
          • Rpi LuaJIT: 632
          • MBP Lua: 5967
          • MBP LuaJIT: 19101
        • 8x BasicBattler
          • Rpi Lua: 44
          • Rpi LuaJIT: 88
          • MBP Lua: 766
          • MBP LuaJIT: 2377
        • 2x RandomBot
          • Rpi Lua: 782
          • Rpi LuaJIT: 1053
          • MBP Lua: 17781
          • MBP LuaJIT: 28154
        • 8x RandomBot
          • Rpi Lua: 119
          • Rpi LuaJIT: 182
          • MBP Lua: 2429
          • MBP LuaJIT: 4159
          Voidious04:17, 5 October 2012