My first project to see production! Robot Rumble, an arena-style AI battle game for teams of Python-based robots

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • RustPython

    A Python Interpreter written in Rust

  • The data model is actually lives inside of our logic runner, which is in Rust, and yes the model is re-implemented in Elm as well. This logic layer simulates the battles and executes user code. Python comes in as being one of the two interpreters that the logic layer uses to execute arbitrary user (Python) code, using a Rust-based Python interpreter called RustPython. We've got a bit more details in our README here.

  • battle-viewer

    Battle-viewer is responsible for all of the dynamic frontend bits of the site

  • I see :) all of the Elm code is here, and you should theoretically just be able to clone the repo and build. But that won't be enough to get a functional viewer in your browser because it will expect a bunch of parameters that only the backend can provide. So it's not a completely standalone app.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • logic

    Logic backend implementation for Robot Rumble

  • The data model is actually lives inside of our logic runner, which is in Rust, and yes the model is re-implemented in Elm as well. This logic layer simulates the battles and executes user code. Python comes in as being one of the two interpreters that the logic layer uses to execute arbitrary user (Python) code, using a Rust-based Python interpreter called RustPython. We've got a bit more details in our README here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts