Project developed for the Mobile Applications and Cloud Computing course at Sapienza University of Rome
This project is a 2D multiplayer game based on the game Blackjack. You play against your opponent instead of the dealer. The communication was done through web sockets.
- Kotlin
- Android Native
- Android Studio
- Node.js
- Express
cd app
* Run Android Studio project *
cd express-server
npm install
npm start