Review: Gladiabots

4 stars
Entertaining Quasiprogramming Game

Gladiabots is a strategy game where you program a team of robots to win battles. There is 3 different game modes, elimination, domination and collection. The single player is lengthy with many levels of increasing difficulty with the layout of the arena and enemy team varying enough to keep it interesting.

The gameplay is half programming, half watching your team do battle. The programming is easy to get started with as every thing is done visually. You layout commands with the leftmost having the most priority. As you try to make your robots behavior more specific, the visual programming becomes a hinderence and anybody whos written code will be yearning to play the game by actually programming. Watching the battles stays fairly entertaining since you can speed up or slow down to only watch the parts that show if your programming is working.

There’s definitely bugs where the game doesn’t execute the programming properly, but they’re rare enough not to impact gameplay. The game also wants you to sign into an account to share your score and will ask you to sign in after EVERY game if you don’t. The game also comes with data collection for the Unreal engine turned on. On Linux, you can see the settings in .config/unity3d/GFX47/Gladiabots/prefs. There was no notice about this either. I only happened to find it while trying to debug a bad build of the game.

     <pref name="data.analyticsEnabled" type="int">1</pref>
    <pref name="data.deviceStatsEnabled" type="int">1</pref>
    <pref name="data.limitUserTracking" type="int">0</pref>
    <pref name="data.optOut" type="int">0</pref>
    <pref name="data.performanceReportingEnabled" type="int">1</pref>
    <pref name="unity.cloud_userid" type="string">ZGVlOTlkNDBhYzc0NzQzNGE5NThiN2JhOThiMGYyZDk=</pref>
    <pref name="unity.player_session_count" type="string">MTE=</pref>
    <pref name="unity.player_sessionid" type="string">MTYxNTUyNjIwOTAyNzUzOTA3OQ==</pref>

Unplayed: Multiplayer, Collection Mode

Overall, its worth a play.