A collection of browser-based arcade games that run entirely client-side. No downloads, no installs — just open and play!
Visit: https://techsocialnetwork.github.io/tsn-arcade/
| Game | Description |
|---|---|
| 2048 | Slide tiles to reach 2048 |
| Asteroids | Classic space shooter |
| Breakout | Brick-breaking action |
| Civilization | Mini 4X strategy game |
| Minesweeper | Classic puzzle game |
| Pong | The original arcade game |
| Roguelike | Dungeon crawler |
| Snake | Eat food, grow longer |
| Solitaire | Classic card game |
| Space Invaders | Defend Earth from aliens |
| Tetris | Block-stacking classic |
- Visit the GitHub Pages link above
- Click any game card
- Play with keyboard or mouse (varies by game)
Most games use:
- Arrow keys or WASD for movement
- Space for action/shoot
- P to pause
- R to restart
Individual games show their controls on screen.
- Pure HTML5 + CSS3 + JavaScript
- No frameworks, no dependencies
- Canvas-based rendering
- Local storage for high scores
git clone https://github.com/techsocialnetwork/tsn-arcade.git
cd tsn-arcade
# Open index.html in your browser
# Or serve with a local server:
python3 -m http.server 8000MIT License — feel free to fork and modify!
Built by TSN for fun and nostalgia.