Typed and tidy. Powers .NET robot tanks and a healthy slice of the bot-battle catalog. This page focuses on games where C# is part of the actual play loop: you write scripts, solve puzzles, control bots or build systems instead of only reading a lesson.
Start with Robocode and Robocode Tank Royale if you want bot arena. The mix currently leans intermediate, so use the ratings and difficulty labels to choose a first game that matches your comfort level.
For learners, the useful question is not just “does this game support C#?” It is whether the game gives feedback you can reason about: a bot decision, a failing puzzle, a resource loop, a layout rule or a simulation that exposes what your code did wrong.
We keep the list narrow on purpose. If a game only mentions C# in a side feature, it belongs in the full catalog, not here. The goal is to help you find practice where the language matters to the core loop, with enough context to compare options before opening each review.
Below are the 2 C# programming games we track, ranked by rating. Browse the full catalog →

Robocode
OfflineFreeest. 2001★4.5 (274)Build a robot tank, code its brain in Java or .NET, and drop it into the arena. The classic that taught a generation to program by battling bots.

Robocode Tank Royale
OnlineFreeest. 2022★4.4 (88)The modern Robocode: bots connect over WebSocket so you can write them in any language you like.