2 Player Games Github.io May 2026

GitHub Pages (github.io) hosts numerous open-source, browser-based 2-player games and technical, developer-focused resources for building multiplayer experiences. Key projects include the online hub 2Player-Online, the brawler game by Yohan Guyomard, and specialized tools for local, split-screen gaming. Explore a curated list of these projects at the GitHub 2-players-game topic page . Duke University - Rajiv Nagipogu

Here are some of the top 2-player games available on GitHub.io: 2 player games github.io

1. Sumo Fighters (The King of the Ring)

Genre:

Shooter Why play it: Two biplanes on a single screen. You control a propeller plane with a machine gun. Player 1 flies with WASD, Player 2 with arrows. You loop around the top of the screen to appear at the bottom. It is turn-based chaos that feels like a modern take on Joust . GitHub Pages (github

  • Snake Game

    3. The Ecosystem of 2-Player Games

    PLAYER 1: WASD + F | PLAYER 2: ARROWS + M

    Alex clicked it anyway. Old habits. The page loaded in under a second — no ads, no trackers, no “rate us five stars.” Just a pixel-art tank, gray on black, and a line of text: Snake Game 3

    let board = Array(9).fill(null); let turn = 'X'; let over = false;

  • GitHub Pages (github.io) hosts numerous open-source, browser-based 2-player games and technical, developer-focused resources for building multiplayer experiences. Key projects include the online hub 2Player-Online, the brawler game by Yohan Guyomard, and specialized tools for local, split-screen gaming. Explore a curated list of these projects at the GitHub 2-players-game topic page . Duke University - Rajiv Nagipogu

    Here are some of the top 2-player games available on GitHub.io:

    1. Sumo Fighters (The King of the Ring)

    Genre:

    Shooter Why play it: Two biplanes on a single screen. You control a propeller plane with a machine gun. Player 1 flies with WASD, Player 2 with arrows. You loop around the top of the screen to appear at the bottom. It is turn-based chaos that feels like a modern take on Joust .

  • Snake Game

    3. The Ecosystem of 2-Player Games

    PLAYER 1: WASD + F | PLAYER 2: ARROWS + M

    Alex clicked it anyway. Old habits. The page loaded in under a second — no ads, no trackers, no “rate us five stars.” Just a pixel-art tank, gray on black, and a line of text:

    let board = Array(9).fill(null); let turn = 'X'; let over = false;