Four in a Row - Server
An online version of the popular game four in a row, written in Rust on the server side and Flutter + Dart on the client.
Download here: https://play.google.com/store/apps/details?id=ml.fourinarow
Or play online (beta): https://play.fourinarow.ml/
Related Projects:
-
Clientside: fourinarow-app
-
Serverside: fourinarow-server
-
[WIP] bot / watcher: fourinarow-bot
Features:
- world wide online play
- over 4000 downloads
- account creation, friends system
- beautiful, minimalist design
- subtle animations
- request to battle your friends
- local mode: two players - one device
Under the hood:
- reliable websocket connection
- message delivery guarantee
- message reordering on client and server side
- clean architecture: state and view completely separate
- automatic reconnection