Browser game

Reversi — Urs Behrmann

A small API-driven game project—live board state, move submission, and auto-refresh so two players can share a session without hassle.

Test my Reversi implementation

V1

This little project was done to better understand how to use an API to get information, to display them and to make changes to them. Also I wanted to have a page which auto refreshes the information so that two or more persons can play the game together without much hassle.

I'm OK with the result. I could probably do more one the front end part, but I'm quite happy with my backend work on my own C++ server.

Reversi V1

V2

I refreshed the frontend with an updated visual design and added an animated background to make the board feel more alive, while keeping the same API-driven multiplayer flow.

Reversi V2
Back to the list of projects