Mobile client for a marbles guessing game inspired by Squid Game TV series. Built with Flutter and uses Spring Boot application as back-end. This app was created as a tutorial which you can find here.
- Clone the back-end repo and run the server. You can find the instructions to run the server in the README of that repo.
- Clone the repo and open the project in VS Code.
- Make sure you have the flutter extension and AVD manager installed.
- Start an android emulator.
- Open any source code file and press
CTRL + F5
to run the app or run the commandflutter run
in terminal.