The best two-player games you can play on one keyboard

Nine browser games for two people sharing one keyboard, ranked by how quickly the argument starts. All free, all instant, none of them needs a second device.

The best two-player games you can play on one keyboard

Online multiplayer solved the problem of finding an opponent and created a worse one: you can no longer see their face. The oldest form of multiplayer โ€” two people, one machine, one keyboard โ€” never had that problem, and it turns out the browser is the best place it has ever lived. No console, no second controller, no account, no download. One tab, two sets of fingers.

We have written full pages for every game below, which meant playing them, reading their code and tracking down who actually made them. Here is what we learned about which ones are worth opening when there is somebody sitting next to you.

The design rule that decides everything: how many keys each player gets

Almost every good local-multiplayer browser game gives each player one key. That sounds like a limitation. It is the entire design.

With arrows versus WASD, the player on the arrows has four inputs, the player on WASD has four differently-shaped inputs, and the loser has an excuse: the keys felt wrong. With one key each, the inputs are symmetric, nobody relearns anything between rounds, and there is no excuse available. It also means a complete beginner can be competitive within about four seconds, which is the real requirement when the second player is a seven-year-old or somebody who does not play games.

The lineage runs through Soccer Physics, the 2014 one-key ragdoll football game by Finnish developer Otto Ojala that won an International Mobile Gaming Award for multiplayer, and it is the reason most of the games below feel related even when they were made by different studios.

1. 12 MiniBattles โ€” the one to open first

Shared Dreams Studios, 2018 ยท Player 1: A ยท Player 2: L

If you only open one game from this list, open this one. It is a compilation of micro-duels โ€” football, tanks, archery, sumo, a helicopter rescue โ€” that each last about twenty seconds, and the loser always wants one more.

Two things we found that nobody else reports. First, the title undersells it: reading the game's own build turns up 37 minibattles and 76 arenas, not twelve. Second, there is no computer opponent anywhere in the code. This is structurally a game you play with a person, not against a machine.

The key choice is deliberate too. A and L sit on the home row at opposite ends, so two pairs of hands never collide.

Play 12 MiniBattles

2. Basket Random โ€” the one that makes a beginner competitive

RHM Interactive, 2020 ยท One key per team

Basketball with two ragdolls per side, both moved by the same key, and a match to five points. What makes it work is what changes between points: the ball, the bodies, the court and the hoop are all re-rolled. A heavy ball that barely bounces, a coloured ball worth two points, arms that suddenly reach further, a slippery snow court.

That randomness is a handicap system nobody has to negotiate. The better player cannot compound their advantage, because the game they were good at thirty seconds ago no longer exists. It is the reason this series works between a parent and a child.

Play Basket Random

3. Soccer Random โ€” the same trick, applied to football

RHM Interactive, 2020 ยท One key per team

First to five goals, two figures per side on one key, and a fresh roll after every goal: the pitch, the goal size and position, the kits, and the ball itself, which might be a rugby ball or a tennis ball.

There is no goalkeeper, which is not laziness. Football's rulebook fixes the goal at 7.32 by 2.44 metres, requires a spherical ball of a specified weight, and demands that one of the eleven players is a keeper. Soccer Random breaks all three on purpose. The real sport freezes those constants so that skill is the only variable; this game runs the opposite experiment.

Play Soccer Random

4. Volley Random โ€” the purest one of the series

RHM Interactive, 2021 ยท One key per side

Two ragdolls per side, first to five. You cannot aim: the key accelerates your figure in whatever direction it is already swaying, which sounds unplayable and turns out to be the joke.

The detail we like most: volleyball's central law is that the ball may never be caught or held, only rebounded. In Volley Random that foul is physically impossible, because there is no button to grab with. The sport's defining rule is enforced by the absence of a key.

Play Volley Random

5. Boxing Random โ€” chaos with pixels

RHM Interactive, 2021 ยท One key per player

The same formula in a boxing ring, and the one where the randomness bites hardest. Reading the game's data files turns up four separate rolls per point โ€” character, body type, arena and arm โ€” across exactly four arenas: indoor, snow, garden and beach. The snow arena adds a slip value the others do not have.

The best detail is that every punch is given a random spin between two fixed bounds. Not even your own attack is deterministic. Professional boxing has spent a century removing chance from a fight with weight classes, glove regulations and round timers. This spends twenty seconds putting it all back.

Play Boxing Random

6. Drunken Boxing โ€” the one with actual strategy

RHM Interactive, 2016 ยท Player 1: arrows ยท Player 2: WASD

The exception on this list, and worth it. Four keys each rather than one, and a resource: an energy bar that drains with every punch and leaves you defenceless when it empties.

That turns it into a genuine mind game. Throw three punches, step back, let the bar refill, and land the counter while the other boxer is gassed. Mashing loses. Against a human who has also worked this out, it becomes the most tactical game here.

The name is a joke about zui quan, the real Chinese "drunken fist" style whose swaying, off-balance movements disguise strikes. Jackie Chan made it famous; he did not invent it.

Play Drunken Boxing

7 and 8. Drunken Duel and Drunken Duel 2 โ€” twenty seconds per round

RHM Interactive, 2020 ยท One key per player

Pistol duels between two swaying stickmen who cannot aim. In the first game, where you hit matters: a foot takes about five per cent, the torso twenty, and a headshot ends the round instantly. Fatal shots trigger slow motion, and you can sometimes dodge them using your own recoil.

The sequel changes the win condition entirely โ€” knock the other player off a roof โ€” and deals four weapons at random, including a hand bazooka. There is a helicopter that drops crates, and you can shoot it down onto your opponent.

Play the first for precision, the second for spectacle.

Play Drunken Duel ยท Play Drunken Duel 2

9. Toy Soccer Cup โ€” when you want the argument to last longer

Mava Games ยท Turn-based, shared device

Ours, and the odd one out: it is turn-based tabletop football where you flick figures like a slingshot, and there is no randomness at all. The physics run at a fixed 120 steps per second, so the same flick always produces the same result.

That makes it the exact opposite of everything above. There, nobody is really in control and the fun is the chaos. Here, everything is your fault, which is why a match takes three minutes and a rematch takes the rest of the afternoon.

Play Toy Soccer Cup

Playing these at school or work

Every game here is a single HTML5 page. No plugin, no installer, no login, nothing to whitelist beyond the site itself, which is why they turn up on so many "unblocked games" lists. They run on a school Chromebook, an office laptop and a ten-year-old desktop.

Two practical notes for sharing one keyboard. Sit slightly apart rather than shoulder to shoulder, because the games that use A and L or W and the up arrow are designed for two pairs of hands at opposite ends. And if a keyboard drops one of two simultaneous presses, that is key ghosting in cheap membrane keyboards, not the game: switch to a game that separates the keys further, or use a different keyboard.

More of these live in the multiplayer category, and the sports category is where the Random series lives.

best-of2 playerlocal multiplayerbrowser games