Overview
Gol a Gol is an online 1v1 soccer game. The project combines a simple match loop with realtime communication so two players can compete from the browser.
Technical Direction
The game is built with Next.js for the web interface, Socket.IO for realtime events, and Render for deployment. The important engineering problem is keeping the game loop responsive while making the online session feel immediate.
What I Built
- A browser-based 1v1 match experience.
- Realtime player communication.
- A compact UI for score and gameplay state.
- A deployable multiplayer architecture for quick public access.