Python-Playground: "Knights Vs Orcs V2"

by Bobby Smith - Written on February 3, 2026


Happy Tuesday, everyone!

This a very quick post letting you guys know that I've made an updated version of Knights Vs Orcs available in my Python-Playground repository.

Knights Vs Orcs V2 is a slightly updated version of the original sim that adds a bit more flexibility to it, and adding a few things I wanted to add, but didn't because of my time constraint.

Objectives:

  • 1. Add a Dexterity attribute that allows for initiative rolls to determine attack order.
  • 2. Initiative Rolls
  • 3. Turn Order based on Initiative Rolls
  • 4. Simulate Combat with more than two units (e.g., small skirmishes)
  • 5. Team numbers and team-based combat
  • 6. Target Selection
  • 7. Simulation round update in console
  • 8. Add more unit types (e.g., Goblins)
Here is the link to the Knights Vs Orcs V2 simulation in my Python-Playground repository.