Neon Hockey is the air-hockey duel in our TwozyGames Originals lineup — first to seven, one puck, two paddles and four perfectly bouncy walls. It looks like a reaction game. It is really a physics game, and once you know what the collision code actually does, the CPU stops being difficult in a specific and exploitable way.
Swing through the puck — do not wait for it
The single biggest habit change. When your paddle touches the puck, two things happen: the puck bounces off you, and then a good chunk of your paddle's own speed is added on top.
That second part is most of your shot power. A stationary paddle just deflects whatever pace was already there; a paddle moving into the puck at the moment of contact sends it away far harder. Meeting the puck and swinging through it are completely different shots, and the game rewards the second one heavily.
So do not park your paddle and wait for contact. Time a forward stroke so the collision happens while you are still accelerating.
Rallies get faster on their own
A paddle collision is slightly more than perfectly elastic — the puck comes off you with a bit more energy than it arrived with. The walls, meanwhile, are perfectly elastic: a puck bouncing off the boards loses nothing at all.
The result is that a long rally accelerates by itself, with no big hit from either player, until it reaches the game's speed cap. Two things follow. First, the game gets harder the longer a point lasts, so an early clean shot is worth more than a patient one. Second, past the cap, extra swing is wasted — when the puck is already flying, positioning beats power.
Left alone in open ice the puck does bleed speed noticeably from second to second, so a puck drifting across your half is genuinely slower than it looked when it left the other paddle. Trust your eyes on the drift, not your memory of the shot.
The CPU never leaves its line
Here is the exploitable part. The bot has exactly two modes, and the switch is the halfway line:
If the puck is on its half, it attacks — it drives to a point just behind the puck so it can push it back toward you.
If the puck is anywhere on your half, it stops attacking entirely. It retreats to a fixed distance in front of its own goal and simply mirrors the puck's vertical position, clamped to the goal mouth.
Two consequences. First, you are never pressured on your own half — the bot will not come and hunt you, so you always have time to set up a proper swing. Take it. Do not panic-poke the puck.
Second, and more importantly: its defence is purely vertical tracking from a fixed distance. It has no answer to a shot whose vertical line changes late.
Which is why bank shots win
Put those two facts together — the walls lose no speed, and the bot defends by matching the puck's height — and the strategy writes itself. Do not shoot straight at the goal. Shoot at the side wall.
A puck banked off the top or bottom board arrives at the goal on a completely different vertical line from the one it left on, at full speed, after the bot has already committed to matching the original line. A direct shot is the one thing its tracking is designed to handle; a bank shot is the one thing it is not.
The angle matters more than the power here. A gentle bank into the far corner scores far more reliably than a maximum-strength shot straight down the middle.
You cannot trap the puck
If the puck stays almost still for about two seconds, the game takes it away and re-serves. So pinning it against a wall with your paddle to stall, or camping on it while you think, does not work — it resets and you have given up the position for nothing.
This mostly matters when you are ahead and tempted to kill time. There is no killing time in this game.
What the difficulties actually change
Three numbers, and they are all about the paddle rather than the tactics:
Speed. Easy's paddle is clearly slower than yours, Normal's is a little slower, and Hard's matches you exactly. On Easy you can simply outrun it to loose pucks; on Hard you never will.
Aim jitter. The bot targets a point near the puck with a random offset — a wide wobble on Easy, a moderate one on Normal, almost none on Hard. That wobble is why Easy mishits pucks it reached in time.
Reaction interval. The bot does not track continuously — it re-picks its target in steps, and you can watch the paddle move in visible twitches on Easy that smooth out into near-continuous motion on Hard. That stepping is the delay you are beating with a late-changing shot, and it is why bank shots work on every difficulty but feel outright unfair on Easy.
Notice again what does not change: Hard defends the same fixed line with the same purely vertical tracking. It just does it faster and more accurately. The bank shot never stops working.
Two players, one keyboard — and one phone
In 2P the asymmetry disappears and it becomes a genuine reaction duel: both of you can bank, both of you can swing through, and rallies hit the speed cap far more often. P1 on WASD, P2 on the arrow keys, no second device.
Neon Hockey was also the first of our originals to get same-device two-player touch controls: on a phone the screen splits in half and a floating joystick appears wherever each player puts their thumb, so two people really can share one handset. Turn the phone sideways — the rink runs left to right. More on the format in our mobile browser games guide.
Ready to drop the puck? Play Neon Hockey free in your browser, or browse the rest of the Originals lineup.

