Research

Digital Surface Labs

"Top 100 Multiplayer Browser Games for ML Training Data"

Top 100 Multiplayer Browser Games for ML Training Data

Purpose

OpenArcade collects keyboard/mouse events paired with screen frames to build ML training datasets. Multiplayer games are the highest-value data source because they capture:

  • Multi-agent interaction -- how humans adapt to other humans in real time
  • Strategic reasoning -- planning, bluffing, deception, cooperation
  • Social dynamics -- communication, coordination, trust, betrayal
  • Diverse playstyles -- same game produces wildly different data per player pair
  • Non-stationary environments -- opponents change behavior, unlike static AI

This list prioritizes games that are complex enough to generate rich data but implementable in a browser with Canvas/WebGL + WebSocket/WebRTC networking.

Rating System

ML Value (1-5 stars): - 1 star: Simple reactive data, low strategic depth - 2 stars: Some strategic interaction, mostly mechanical skill - 3 stars: Good mix of strategy and execution, meaningful opponent modeling - 4 stars: Rich multi-agent data -- adaptation, planning, deception - 5 stars: Exceptional data -- deep strategy, social dynamics, emergent behavior

Implementation Complexity: - Medium: Doable in 2-4 weeks by one developer, straightforward netcode - Hard: 1-3 months, significant game logic + networking challenges - Very Hard: 3-6+ months, complex state sync, physics, or massive scale

Networking Requirement: - Turn-based: Simple request/response, no latency sensitivity - Real-time low-freq: ~5-10 updates/sec, tolerant of 100-200ms latency - Real-time high-freq: 30-60 updates/sec, needs <50ms latency, prediction/interpolation

AI Cold Start: How hard is it to build an AI opponent that makes the game fun without human players? - Easy: Well-known algorithms exist (minimax, heuristic eval, trajectory prediction, pathfinding) - Medium: Needs custom behavior trees, threat evaluation, or reactive rules, but doable - Hard: Complex multi-factor reasoning, requires sophisticated planning or opponent modeling - Impractical: Requires natural language, social deception, or creative generation -- AI can't fake it


Category 1: Real-Time Strategy (RTS) & Tower Defense

Games where players build, manage resources, and command units in real time. Generates exceptional planning and adaptation data.

# Game Description Players Input ML Value Complexity Networking AI Cold Start
1 Micro RTS Minimalist real-time strategy with resource gathering, unit production, and combat 2P Mouse + keyboard 5 stars Hard Real-time high-freq Medium
2 Tower Wars Competitive tower defense where you send creeps at opponents while building mazes 2P Mouse 4 stars Medium Real-time low-freq Medium
3 Hex Empire Turn-based territory conquest on a hex grid with army management 2-4P Mouse 5 stars Medium Turn-based Easy
4 Base Builder Blitz Fast-paced base building and raiding -- gather, build, attack in 5-minute rounds 2P Mouse + keyboard 4 stars Hard Real-time high-freq Medium
5 Ant Colony Wars Each player controls a colony -- assign worker/soldier ratios, expand tunnels, raid enemy food 2-4P Mouse 5 stars Hard Real-time low-freq Medium
6 Naval Commander Build fleets, control sea lanes, manage supply lines on a procedural ocean map 2P Mouse 4 stars Hard Real-time low-freq Medium
7 Creep TD Versus Cooperative tower defense with shared maze but competitive scoring 2-4P Mouse 3 stars Medium Real-time low-freq Easy
8 Kingdom Clash Simplified Age of Empires -- villagers, barracks, tech tree, 15-minute matches 2P Mouse + keyboard 5 stars Very Hard Real-time high-freq Hard
9 Factory Chain Competitive factory-building game -- optimize production chains faster than opponent 2P Mouse 4 stars Hard Real-time low-freq Easy
10 Swarm Control Direct swarms of units with mouse gestures -- no individual unit selection, pure macro 2P Mouse 4 stars Medium Real-time high-freq Medium

Category 2: Turn-Based Strategy & Tactics

Deep strategic thinking with clear decision boundaries. Excellent for modeling deliberate planning.

# Game Description Players Input ML Value Complexity Networking AI Cold Start
11 Advance Wars Online Turn-based tactical combat with unit production, terrain bonuses, and fog of war 2P Mouse 5 stars Hard Turn-based Medium
12 Battle for Wesnoth Lite Hex-based fantasy tactics with recruitment, terrain, and day/night cycle 2P Mouse 5 stars Hard Turn-based Medium
13 Civilization Micro 4X game compressed to 30-minute matches -- explore, expand, exploit, exterminate 2-4P Mouse 5 stars Very Hard Turn-based Hard
14 XCOM Tactics Squad-based tactics with cover, overwatch, and permadeath on procedural maps 2P Mouse 5 stars Hard Turn-based Medium
15 Pocket Generals Asymmetric warfare -- one player defends with fewer but stronger units, one attacks with numbers 2P Mouse 4 stars Medium Turn-based Easy
16 Tile Kingdoms Place terrain tiles to build your kingdom, then battle with armies on the map you built 2P Mouse 4 stars Medium Turn-based Medium
17 Mech Arena Tactics Customize mechs with weapons/armor, then fight turn-based on a grid with destructible terrain 2P Mouse 4 stars Hard Turn-based Medium
18 Pirate Conquest Sail ships, capture ports, trade goods, and sink enemy fleets on a Caribbean map 2-4P Mouse 4 stars Hard Turn-based Medium
19 Dungeon Tactician One player builds the dungeon, the other raids it with a party of heroes 2P Mouse 5 stars Hard Turn-based Hard
20 Warzone Diplomacy Risk-like territory control with alliance forming, betrayal, and simultaneous orders 3-7P Mouse 5 stars Medium Turn-based Hard

Category 3: Card & Board Games

High strategic depth with hidden information. Excellent for modeling reasoning under uncertainty.

# Game Description Players Input ML Value Complexity Networking AI Cold Start
21 Deck Builder Duels Dominion-style deck building with attack/defense cards and a shared market 2-4P Mouse 5 stars Medium Turn-based Medium
22 Tactical Card Battler Hearthstone-lite with minion placement on a lane-based board 2P Mouse 5 stars Hard Turn-based Medium
23 Poker Arena Texas Hold'em with tournament brackets, bluffing under pressure 2-8P Mouse 5 stars Medium Turn-based Medium
24 Mahjong Competitive Traditional 4-player Mahjong with Riichi rules and scoring 4P Mouse 4 stars Hard Turn-based Hard
25 Settlers Online Settlers of Catan in the browser -- trade, build, negotiate 2-4P Mouse 5 stars Hard Turn-based Hard
26 Stratego Digital Classic hidden-piece strategy with fog of war and bluffing 2P Mouse 5 stars Medium Turn-based Medium
27 Wizard Card Game Trick-taking game where you bid on exactly how many tricks you'll win 3-6P Mouse 4 stars Medium Turn-based Easy
28 Go (Baduk) Full 19x19 Go with ranked matchmaking -- deepest 2-player strategy game 2P Mouse 5 stars Medium Turn-based Easy
29 Battleship Evolved Battleship with submarine movement, sonar pings, and depth charges 2P Mouse 3 stars Medium Turn-based Easy
30 Splendor Online Engine-building gem game with resource denial and racing 2-4P Mouse 4 stars Medium Turn-based Easy
31 Codenames Duet Cooperative word association with limited clues and hidden assassins 2-8P Mouse + keyboard 4 stars Medium Turn-based Impractical
32 Blokus Territorial placement game where pieces must connect corner-to-corner 2-4P Mouse 3 stars Medium Turn-based Easy

Category 4: Fighting & Arena Combat

Frame-precise inputs with opponent reading. Captures reaction time, pattern recognition, and adaptation.

# Game Description Players Input ML Value Complexity Networking AI Cold Start
33 Pixel Fighter Street Fighter-inspired 2D fighter with combos, specials, and blocking 2P Keyboard 4 stars Hard Real-time high-freq Medium
34 Smash Arena Platform fighter with knockback mechanics, items, and stage hazards 2-4P Keyboard 4 stars Very Hard Real-time high-freq Hard
35 Nidhogg-like Fencing duelist -- one-hit kills, tug-of-war progression across screens 2P Keyboard 3 stars Medium Real-time high-freq Easy
36 Stick Fight Online Physics-based stick figure combat with weapons and destructible platforms 2-4P Keyboard 3 stars Hard Real-time high-freq Hard
37 Wizard Duels Spell-casting combat with element combos, shield timing, and mana management 2P Keyboard 4 stars Hard Real-time high-freq Medium
38 Sumo Push Simple but deep -- push opponent out of the ring with timing and positioning 2P Keyboard 3 stars Medium Real-time high-freq Easy
39 Gladiator Pit Top-down arena with weapon pickups, dodge rolling, and stamina management 2-4P Keyboard 4 stars Hard Real-time high-freq Medium
40 Boxing Ring Punch, block, dodge with stamina -- reads and counters matter more than speed 2P Keyboard 4 stars Medium Real-time high-freq Easy

Category 5: Racing & Competition

Competitive racing generates continuous decision streams under time pressure.

# Game Description Players Input ML Value Complexity Networking AI Cold Start
41 Kart Racer Mario Kart-style racing with items, drifting, and track hazards 2-8P Keyboard 3 stars Very Hard Real-time high-freq Medium
42 Micro Machines Top-down racing on household surfaces with weapon pickups 2-4P Keyboard 3 stars Hard Real-time high-freq Medium
43 Bike Trials MP Physics-based motorcycle obstacle course with ghost racing 2-8P Keyboard 2 stars Medium Real-time low-freq Easy
44 Speed Typing Racer Typing speed determines car speed -- competitive typing race 2-8P Keyboard 2 stars Medium Real-time low-freq Easy
45 Spaceship Circuit Zero-gravity racing with thrust vectoring and shield management 2-4P Keyboard 3 stars Hard Real-time high-freq Medium
46 Obstacle Course Race Platformer racing through procedural obstacle courses, Fall Guys-lite 2-8P Keyboard 3 stars Hard Real-time high-freq Medium
47 Drag Race Showdown Reaction-time based drag racing with gear shifting and nitro management 2P Keyboard 2 stars Medium Real-time high-freq Easy

Category 6: Shooter & Battle Royale

High-frequency input data with spatial reasoning, aim tracking, and threat prioritization.

# Game Description Players Input ML Value Complexity Networking AI Cold Start
48 Top-Down Shooter Arena Twin-stick shooter with weapon pickups, ammo management, and deathmatch 2-8P Keyboard + mouse 4 stars Hard Real-time high-freq Medium
49 Battle Royale 2D Shrinking zone, loot, and last-player-standing on a large 2D map 2-32P Keyboard + mouse 5 stars Very Hard Real-time high-freq Hard
50 Space Dogfight Asteroids-style ship combat with shields, missiles, and boost 2-8P Keyboard 3 stars Hard Real-time high-freq Medium
51 Capture the Flag Team-based CTF with classes (scout, heavy, medic) and base building 2-8P (teams) Keyboard + mouse 4 stars Very Hard Real-time high-freq Hard
52 Sniper Duel Side-scrolling sniper game -- wind, bullet drop, and camouflage 2P Mouse 4 stars Hard Real-time low-freq Medium
53 Zombie Siege Co-op Cooperative wave defense with barricading, resource sharing, and class roles 2-4P Keyboard + mouse 4 stars Hard Real-time high-freq Medium
54 Paintball Skirmish Team elimination with limited ammo, cover mechanics, and map control 2-8P (teams) Keyboard + mouse 4 stars Hard Real-time high-freq Hard
55 Mech Assault Pilotable mechs with heat management, weapon loadouts, and terrain destruction 2-4P Keyboard + mouse 4 stars Very Hard Real-time high-freq Hard

Category 7: Puzzle & Cooperative

Cooperative data reveals communication patterns, task division, and joint problem-solving.

# Game Description Players Input ML Value Complexity Networking AI Cold Start
56 Portal 2D Co-op Cooperative puzzle-platformer with portal guns -- both players must coordinate 2P Keyboard 4 stars Hard Real-time low-freq Hard
57 Bomb Defusal One player sees the bomb, others have the manual -- communicate to defuse (Keep Talking) 2-6P Mouse + keyboard 5 stars Medium Real-time low-freq Impractical
58 Competitive Tetris Head-to-head Tetris with garbage line sending 2P Keyboard 4 stars Medium Real-time high-freq Easy
59 Puzzle Race Competitive puzzle solving -- Sudoku, crossword, or logic puzzles with shared timer 2-4P Mouse + keyboard 3 stars Medium Real-time low-freq Easy
60 Co-op Dungeon Crawler Procedural dungeons, shared loot decisions, class synergy required 2-4P Keyboard 4 stars Very Hard Real-time high-freq Hard
61 Bridge Building Race Physics-based bridge construction under budget -- test by sending a truck across 2P Mouse 3 stars Hard Turn-based Medium
62 Escape Room Online Collaborative puzzle room with each player seeing different clues 2-4P Mouse + keyboard 5 stars Hard Real-time low-freq Impractical
63 Competitive Minesweeper Split board -- clear your half faster, mistakes give opponent bonus time 2P Mouse 3 stars Medium Real-time low-freq Easy
64 Factory Co-op Overcooked-style factory management -- coordinate conveyor belts and machines 2-4P Keyboard 4 stars Hard Real-time high-freq Hard

Category 8: Social Deduction & Hidden Role

The gold standard for ML deception/trust data. Players must model other players' hidden intentions.

# Game Description Players Input ML Value Complexity Networking AI Cold Start
65 Mafia / Werewolf Classic hidden role game with day discussion and night kills 5-15P Mouse + keyboard 5 stars Medium Turn-based Impractical
66 Among Us Clone Task completion + impostor identification with emergency meetings 4-10P Keyboard + mouse 5 stars Very Hard Real-time high-freq Impractical
67 Secret Hitler Lite Legislative card game with hidden fascists and liberal policies 5-10P Mouse 5 stars Medium Turn-based Impractical
68 The Resistance Mission-based deduction with team proposals and sabotage 5-10P Mouse 5 stars Medium Turn-based Impractical
69 Spy vs Spy Asymmetric stealth -- one player hides intel, other searches while both sabotage 2P Keyboard 4 stars Hard Real-time high-freq Medium
70 Blood on the Clocktower Lite Complex social deduction with unique roles, information drip, and demon mechanics 5-15P Mouse + keyboard 5 stars Hard Turn-based Impractical
71 Deception: Murder in HK Forensic scientist gives abstract clues, players deduce the murderer 4-12P Mouse 5 stars Medium Turn-based Impractical

Category 9: Sports & Physics

Physics simulations with competitive multiplayer generate rich continuous control data.

# Game Description Players Input ML Value Complexity Networking AI Cold Start
72 Rocket League 2D Car soccer with boost, aerial hits, and team play 2-4P Keyboard 4 stars Hard Real-time high-freq Medium
73 Air Hockey Pro Fast-paced air hockey with spin, power shots, and special abilities 2P Mouse 3 stars Medium Real-time high-freq Easy
74 Pool / Billiards 8-ball and 9-ball with realistic physics, spin control, and position play 2P Mouse 4 stars Hard Turn-based Easy
75 Volleyball 2D Slime volleyball evolved -- jumping, spiking, blocking with physics 2-4P Keyboard 3 stars Medium Real-time high-freq Easy
76 Wrestling Physics QWOP-like controls for wrestling -- hilarious and skill-intensive 2P Keyboard 3 stars Hard Real-time high-freq Hard
77 Golf It Competitive mini-golf with creative obstacles and ball physics 2-4P Mouse 3 stars Hard Turn-based Easy
78 Curling Simulator Strategic curling with sweep control and stone placement 2P (teams) Mouse 4 stars Medium Turn-based Easy
79 Soccer Heads Head-to-head single-button soccer with big-head characters 2P Keyboard 2 stars Medium Real-time high-freq Easy

Category 10: Economy, Trading & Tycoon

Economic games generate data on market modeling, negotiation, and long-term planning.

# Game Description Players Input ML Value Complexity Networking AI Cold Start
80 Stock Market Sim Competitive trading with simulated market events, insider info, and short selling 2-8P Mouse + keyboard 5 stars Hard Real-time low-freq Medium
81 Merchant Routes Trade goods between cities, build trade routes, corner markets, negotiate deals 2-4P Mouse 4 stars Hard Turn-based Medium
82 Auction House Bid on items with hidden values -- bluffing, value estimation, budget management 2-6P Mouse 5 stars Medium Turn-based Medium
83 Real Estate Mogul Buy, develop, and sell properties in a competitive market with random events 2-4P Mouse 4 stars Medium Turn-based Easy
84 Space Trader Elite-inspired trading between star systems with piracy, diplomacy, and market manipulation 2-8P Mouse + keyboard 4 stars Very Hard Real-time low-freq Hard
85 Restaurant Tycoon PvP Competing restaurants on the same street -- menu design, pricing, staffing 2-4P Mouse 4 stars Hard Real-time low-freq Medium

Category 11: MMO-lite & Persistent World

Persistent worlds generate longitudinal data -- how player behavior evolves over sessions.

# Game Description Players Input ML Value Complexity Networking AI Cold Start
86 Browser MMO RPG Persistent world with quests, PvP zones, guilds, and trading 8-64P Keyboard + mouse 5 stars Very Hard Real-time high-freq Hard
87 Territory Control MMO Factions compete for map control, build outposts, coordinate attacks 8-32P Mouse + keyboard 5 stars Very Hard Real-time high-freq Hard
88 Idle Clicker PvP Competitive idle game with sabotage mechanics and alliance forming 2-16P Mouse 3 stars Medium Real-time low-freq Easy
89 Survival Island Gather, craft, build shelter, and compete/cooperate with other castaways 2-16P Keyboard + mouse 5 stars Very Hard Real-time high-freq Hard
90 Trading Card MMO Collect cards, build decks, trade with players, compete in tournaments 2-32P Mouse 4 stars Very Hard Turn-based Medium

Category 12: Word, Trivia & Party Games

Accessible games that build community quickly and generate linguistic/social data.

# Game Description Players Input ML Value Complexity Networking AI Cold Start
91 Drawing & Guessing Pictionary-style -- one draws, others guess the word (skribbl.io style) 2-12P Mouse + keyboard 4 stars Medium Real-time low-freq Impractical
92 Trivia Royale Battle royale meets trivia -- wrong answers eliminate, last player standing 2-32P Mouse 3 stars Medium Real-time low-freq Easy
93 Word Association Chain Players must chain words by association under time pressure -- vote out fakes 3-8P Keyboard 3 stars Medium Real-time low-freq Impractical
94 Fake Artist Everyone draws the same word one stroke at a time, except one player who doesn't know the word 4-8P Mouse 4 stars Medium Real-time low-freq Impractical
95 Story Builder Collaborative storytelling where each player adds a sentence -- vote on best continuation 3-8P Keyboard 4 stars Medium Turn-based Impractical
96 Wavelength One player gives a clue, team guesses where it falls on a spectrum (e.g., hot-cold) 4-12P Mouse + keyboard 4 stars Medium Turn-based Impractical

Category 13: Sandbox & Creative

Creative games generate data on open-ended problem solving and emergent behavior.

# Game Description Players Input ML Value Complexity Networking AI Cold Start
97 Terraria Lite 2D sandbox with mining, building, and boss fights in multiplayer 2-4P Keyboard + mouse 4 stars Very Hard Real-time high-freq Hard
98 Competitive Level Designer Build a platformer level, then race through each other's creations 2P Mouse + keyboard 4 stars Hard Turn-based Impractical
99 Sandbox Physics Shared physics sandbox -- build machines, contraptions, and compete in challenges 2-4P Mouse 3 stars Very Hard Real-time low-freq Hard
100 Pixel Art Battle Competitive pixel art on a shared canvas with themes and voting 2-16P Mouse 3 stars Medium Real-time low-freq Impractical

Summary Statistics

Category Count Avg ML Value Best Networking Fit AI Cold Start Profile
RTS & Tower Defense 10 4.3 Real-time high-freq Mostly Medium, 3 Easy
Turn-Based Strategy 10 4.7 Turn-based Mostly Medium, 3 Hard
Card & Board 12 4.4 Turn-based Mixed -- 5 Easy, 5 Medium, 1 Hard, 1 Impractical
Fighting & Arena 8 3.6 Real-time high-freq 4 Easy, 3 Medium, 1 Hard
Racing 7 2.6 Real-time high-freq 4 Easy, 3 Medium
Shooter & Battle Royale 8 4.0 Real-time high-freq 5 Medium, 3 Hard
Puzzle & Co-op 9 3.9 Mixed 3 Easy, 1 Medium, 3 Hard, 2 Impractical
Social Deduction 7 4.9 Turn-based 1 Medium, 6 Impractical
Sports & Physics 8 3.3 Mixed 6 Easy, 1 Medium, 1 Hard
Economy & Tycoon 6 4.3 Mixed 1 Easy, 4 Medium, 1 Hard
MMO-lite 5 4.4 Real-time high-freq 1 Easy, 1 Medium, 3 Hard
Word & Party 6 3.7 Real-time low-freq 1 Easy, 5 Impractical
Sandbox & Creative 4 3.5 Mixed 2 Hard, 2 Impractical

Cold Start Feasibility Ranking

This ranking combines networking difficulty, implementation complexity, and AI cold start difficulty to determine which games can be launched fastest with a playable AI opponent. The goal: minimize time-to-launch while ensuring the game is fun even before human players show up.

Scoring: Each game is rated on three axes (networking ease, implementation ease, AI ease) and combined into a total build score. Lower score = easier to ship.

Tier 1: Ship Immediately (23 games)

Simple networking + manageable implementation + well-known AI algorithms. These can launch with a competent AI opponent from day one.

# Game Why it's Tier 1
3 Hex Empire Turn-based + medium complexity. MCTS/minimax works perfectly on hex grids.
7 Creep TD Versus Low-freq networking. Tower placement heuristics are well-studied.
15 Pocket Generals Turn-based + small state space. Minimax with asymmetric evaluation.
16 Tile Kingdoms Turn-based, medium complexity. Tile placement + combat heuristics.
21 Deck Builder Duels Turn-based. Card evaluation functions + greedy drafting is effective.
23 Poker Arena Turn-based. GTO-based poker AI is extremely well-studied.
26 Stratego Digital Turn-based. Probabilistic reasoning about hidden pieces, known algorithms.
27 Wizard Card Game Turn-based. Bid estimation + trick-taking heuristics are straightforward.
28 Go (Baduk) Turn-based. MCTS + neural nets, the most well-studied game AI (AlphaGo).
29 Battleship Evolved Turn-based. Probability-based targeting is a classic algorithm.
30 Splendor Online Turn-based. Small state space, greedy engine-building heuristics work.
32 Blokus Turn-based. Placement heuristics + territory maximization.
43 Bike Trials MP Low-freq, ghost racing. Pre-recorded runs or trajectory optimization.
44 Speed Typing Racer Low-freq. AI types at configurable speed -- trivially adjustable difficulty.
59 Puzzle Race Low-freq. Sudoku/logic solvers exist; throttle speed for difficulty levels.
63 Competitive Minesweeper Low-freq. Probability-based mine clearing is well-known.
74 Pool / Billiards Turn-based. Shot calculation with physics is well-understood.
77 Golf It Turn-based. Trajectory calculation with ball physics.
78 Curling Simulator Turn-based. Shot weight + placement calculation, strategic stone positioning.
82 Auction House Turn-based. Bidding strategies and value estimation are well-studied.
83 Real Estate Mogul Turn-based. Property valuation heuristics, buy/sell timing rules.
88 Idle Clicker PvP Low-freq. Optimization + timing heuristics, simple sabotage logic.
92 Trivia Royale Low-freq. AI answers from question database at tunable accuracy.

Tier 2: Build Soon (18 games)

One dimension is harder (high-freq networking OR hard complexity OR medium AI) but the other dimensions compensate. Solid ROI for the engineering effort.

# Game Why it's Tier 2
2 Tower Wars Low-freq, medium complexity, but AI needs creep-sending + maze-building strategy.
9 Factory Chain Low-freq but hard complexity. AI is easy -- greedy production chain optimization.
11 Advance Wars Online Turn-based but hard complexity. MCTS with unit evaluation is proven.
12 Battle for Wesnoth Lite Turn-based but hard complexity. Hex tactics AI with heuristic evaluation.
14 XCOM Tactics Turn-based but hard complexity. Cover evaluation + threat assessment heuristics.
17 Mech Arena Tactics Turn-based but hard complexity. Loadout + tactical positioning search.
18 Pirate Conquest Turn-based but hard complexity. Multi-objective fleet + trade AI.
22 Tactical Card Battler Turn-based but hard complexity. Board evaluation + card play heuristics.
35 Nidhogg-like High-freq but medium complexity + easy AI. Reactive fencing rules.
38 Sumo Push High-freq but medium complexity + easy AI. Timing-based positioning heuristics.
40 Boxing Ring High-freq but medium complexity + easy AI. Pattern-based punch/block/dodge.
47 Drag Race Showdown High-freq but medium complexity + easy AI. Reaction timing + gear shift rules.
58 Competitive Tetris High-freq but medium complexity + easy AI. Tetris AI is very well-studied. Already have Tetris.
61 Bridge Building Race Turn-based but hard complexity. Structural optimization with physics.
73 Air Hockey Pro High-freq but medium complexity + easy AI. Trajectory prediction + reactive positioning.
75 Volleyball 2D High-freq but medium complexity + easy AI. Trajectory prediction + jump timing.
79 Soccer Heads High-freq but medium complexity + easy AI. Simple physics, reactive control.
81 Merchant Routes Turn-based but hard complexity. Route optimization + market timing heuristics.

Tier 3: Worth Building (26 games)

Both networking and AI require real engineering work, but proven algorithms exist for both. These produce rich ML data and are architecturally sound investments.

# Game Why it's Tier 3
1 Micro RTS High-freq + hard complexity. But RTS AI (scripted builds, influence maps) is well-studied.
4 Base Builder Blitz High-freq + hard complexity. Build-order AI + reactive combat rules.
5 Ant Colony Wars Low-freq + hard complexity. Colony ratio optimization + expansion heuristics.
6 Naval Commander Low-freq + hard complexity. Fleet AI with positioning and supply chain heuristics.
10 Swarm Control High-freq + medium complexity. Potential fields + swarm behavior algorithms.
13 Civilization Micro Very Hard complexity + hard AI. 4X AI needs multi-factor planning but compressed scope helps.
19 Dungeon Tactician Hard complexity + hard AI (asymmetric roles). Each side needs different AI approach.
20 Warzone Diplomacy Medium complexity but hard AI. Alliance-forming and betrayal need opponent modeling.
24 Mahjong Competitive Hard complexity + hard AI. Complex hand evaluation and discard reading.
25 Settlers Online Hard complexity + hard AI. Trading/negotiation needs multi-agent modeling.
33 Pixel Fighter High-freq + hard complexity. Frame data + reaction patterns via behavior trees.
37 Wizard Duels High-freq + hard complexity. Spell combo AI + mana management heuristics.
39 Gladiator Pit High-freq + hard complexity. Weapon selection + positioning + stamina management AI.
42 Micro Machines High-freq + hard complexity. Path-following + weapon timing AI.
45 Spaceship Circuit High-freq + hard complexity. Thrust vectoring AI, trajectory optimization.
46 Obstacle Course Race High-freq + hard complexity. Platformer navigation + reactive obstacle avoidance.
48 Top-Down Shooter Arena High-freq + hard complexity. Aim + positioning + threat evaluation AI.
50 Space Dogfight High-freq + hard complexity. Trajectory prediction + targeting algorithms.
52 Sniper Duel Low-freq + hard complexity. Ballistics calculation + positioning strategy.
53 Zombie Siege Co-op High-freq + hard complexity. Wave defense AI with resource management.
56 Portal 2D Co-op Low-freq + hard complexity + hard AI. Spatial reasoning for portal placement.
69 Spy vs Spy High-freq + hard complexity. Asymmetric stealth behavior trees.
72 Rocket League 2D High-freq + hard complexity. Trajectory + positioning + boost management AI.
80 Stock Market Sim Low-freq + hard complexity. Trading algorithms exist but multi-agent markets are tricky.
85 Restaurant Tycoon PvP Low-freq + hard complexity. Pricing + menu optimization heuristics.
90 Trading Card MMO Very Hard complexity but turn-based. Deck-building + draft + tournament AI.

Tier 4: Hard but Valuable (17 games)

Significant engineering on networking, implementation, or AI (often all three). High ML value justifies the investment for teams with resources.

# Game Key challenge
8 Kingdom Clash Very Hard implementation + high-freq + hard AI. Full RTS with economy and tech tree.
34 Smash Arena Very Hard + high-freq + hard AI. Platform fighter physics + multi-player knockback.
36 Stick Fight Online Hard + high-freq + hard AI. Physics-based combat is inherently unpredictable.
41 Kart Racer Very Hard + high-freq. 3D-like racing with items, drifting physics, track design.
49 Battle Royale 2D Very Hard + high-freq + hard AI. Large map, many players, looting + zone management.
51 Capture the Flag Very Hard + high-freq + hard AI. Team coordination, role-based behavior, base building.
54 Paintball Skirmish Hard + high-freq + hard AI. Team tactics, ammo conservation, map control strategy.
55 Mech Assault Very Hard + high-freq + hard AI. Heat management + loadout interactions + terrain.
60 Co-op Dungeon Crawler Very Hard + high-freq + hard AI. Coordination, class synergy, exploration AI.
64 Factory Co-op Hard + high-freq + hard AI. Real-time coordination and task division AI.
76 Wrestling Physics Hard + high-freq + hard AI. QWOP-like controls make AI extremely difficult.
84 Space Trader Very Hard + low-freq + hard AI. Multi-system: trading + diplomacy + combat AI.
86 Browser MMO RPG Very Hard + high-freq + hard AI. Diverse AI behaviors across many game systems.
87 Territory Control MMO Very Hard + high-freq + hard AI. Faction coordination at scale.
89 Survival Island Very Hard + high-freq + hard AI. Multi-system: gather, craft, build, fight.
97 Terraria Lite Very Hard + high-freq + hard AI. Open-ended sandbox + boss fight AI.
99 Sandbox Physics Very Hard + low-freq + hard AI. Open-ended construction lacks clear AI goals.

Tier 5: Defer (16 games)

AI cold start is impractical -- these games fundamentally require human-like language, social reasoning, or creativity. Launch only after building a player community through Tier 1-3 games.

# Game Why AI won't work
31 Codenames Duet Requires generating and interpreting word association clues in natural language.
57 Bomb Defusal Core mechanic is verbal communication between players with different information.
62 Escape Room Online Requires abstract reasoning and natural language exchange of puzzle clues.
65 Mafia / Werewolf Entire game is social deception through natural language discussion.
66 Among Us Clone Requires faking task behavior + social deception in emergency meetings.
67 Secret Hitler Lite Social deduction through voting patterns and policy manipulation.
68 The Resistance Trust/betrayal through team selection and mission sabotage reasoning.
70 Blood on the Clocktower Lite Complex role interactions + information sharing + social deduction.
71 Deception: Murder in HK Abstract clue-giving from forensic scientist requires human-level reasoning.
91 Drawing & Guessing AI must draw recognizable objects and interpret others' drawings.
93 Word Association Chain Requires semantic word understanding and creative association.
94 Fake Artist Must draw convincingly while hiding that you don't know the word.
95 Story Builder Requires creative fiction writing that fits narrative context.
96 Wavelength Abstract spectrum reasoning + language clue generation.
98 Competitive Level Designer Requires creative level design -- can't be heuristic-driven.
100 Pixel Art Battle Requires creative pixel art generation on a theme.

Note on Tier 5 games: Many of these have the highest ML value (social deduction averages 4.9 stars). They should absolutely be built -- but only after the platform has enough human players to fill lobbies. Use Tier 1-3 games to build the community first.


Implementation Priority Recommendations

Tier 1: Highest ROI -- Ship First (easy build + easy AI + high data value)

These give the best data-per-engineering-hour ratio, with AI opponents ready from launch:

  1. Go (Baduk) (#28) -- Deepest strategy game, turn-based, MCTS AI is state-of-the-art. 5-star ML value.
  2. Hex Empire (#3) -- Deep strategy, turn-based, minimax AI works perfectly. 5-star ML value.
  3. Poker Arena (#23) -- Hidden information, bluffing. GTO poker AI is well-studied. Turn-based = simple netcode.
  4. Deck Builder Duels (#21) -- Enormous design space, turn-based. Card evaluation AI is effective.
  5. Stratego Digital (#26) -- Bluffing + tactics, turn-based. Probabilistic hidden-piece AI.
  6. Competitive Tetris (#58) -- Already have Tetris; Tetris AI is trivial. Adding garbage lines is incremental.
  7. Auction House (#82) -- Bidding behavior + value estimation. Auction AI algorithms are proven.
  8. Splendor Online (#30) -- Engine-building strategy, turn-based. Small state space, strong heuristic AI.
  9. Pool / Billiards (#74) -- Physics-based shot calculation AI. Turn-based = easy networking.
  10. Curling Simulator (#78) -- Strategic stone placement. Shot calculation + positioning AI.

Tier 2: High Value -- Build Next (strong data, moderate engineering, workable AI)

Worth the investment for exceptional data, AI opponents are doable:

  1. Advance Wars Online (#11) -- Gold standard for turn-based tactical ML data. MCTS AI works.
  2. Competitive Tetris already listed above -- swap in Air Hockey Pro (#73) -- Instantly understandable, trajectory prediction AI is trivial.
  3. Boxing Ring (#40) -- Pattern-based punch/block/dodge AI. High-freq but simple game state.
  4. Nidhogg-like (#35) -- Reactive fencing AI, simple state. Fast, engaging matches.
  5. XCOM Tactics (#14) -- Squad tactics with cover. AI uses threat evaluation + probability.
  6. Micro RTS (#1) -- Real-time multi-agent strategy. High research value, scripted AI is functional.
  7. Top-Down Shooter Arena (#48) -- Aim + positioning AI. Valuable spatial reasoning data.
  8. Rocket League 2D (#72) -- Physics-based car soccer. Trajectory + positioning AI.

Tier 3: Community Builders (high engagement, grow the player base for Tier 5 games)

Lower ML value but high accessibility. These fill lobbies for the social deduction games later:

  1. Trivia Royale (#92) -- Easy to join, scales well. AI answers at tunable accuracy.
  2. Speed Typing Racer (#44) -- Accessible, competitive. AI types at configurable speed.
  3. Idle Clicker PvP (#88) -- Low-friction engagement, long sessions.
  4. Bike Trials MP (#43) -- Ghost racing against recorded runs. Asynchronous multiplayer.
  5. Puzzle Race (#59) -- Competitive puzzle solving. Solver AI at adjustable speed.

Tier 4: Social Deduction (highest ML value, but need human players first)

Build these once the community from Tiers 1-3 can fill 5-15 player lobbies:

  1. Secret Hitler Lite (#67) -- Peak social deduction data. Needs 5+ humans.
  2. Mafia / Werewolf (#65) -- Classic deception game. NLP crossover data.
  3. The Resistance (#68) -- Mission-based trust and betrayal.
  4. Among Us Clone (#66) -- Social deduction + spatial reasoning. Community magnet.
  5. Bomb Defusal (#57) -- Cooperative communication data, unique in ML literature.

Technical Architecture Notes

Networking Stack

  • Turn-based games: WebSocket with simple message passing. Reconnection-friendly.
  • Real-time low-freq: WebSocket with 100ms tick rate. State reconciliation on reconnect.
  • Real-time high-freq: WebSocket or WebRTC DataChannel. Client-side prediction + server reconciliation. Requires interpolation/extrapolation for smooth rendering.

Data Collection Considerations

  • Frame rate: 10 FPS for turn-based, 30 FPS for real-time (matching recorder.js)
  • Input events: All keyboard/mouse events with timestamps relative to game state
  • Game state snapshots: Periodic full state dumps for training label generation
  • Player identity: Anonymous but consistent per session for multi-agent modeling
  • Multiplayer sync: Record each player's perspective independently -- different information states

Scalability Path

  1. Start with turn-based games (simple server, no tick loop)
  2. Add real-time low-freq (WebSocket rooms with 100ms ticks)
  3. Graduate to real-time high-freq (dedicated game servers, WebRTC for P2P where possible)
  4. MMO-lite last (persistent state, database, sharding)