Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1006 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 1006 Bytes

Blackjack Mobile App

Project developed for the Mobile Applications and Cloud Computing course at Sapienza University of Rome

2D Multiplayer Blackjack

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.

Technologies

Frontend

  • Kotlin
  • Android Native
  • Android Studio

Backend

  • Node.js
  • Express

How to run

Frontend

cd app
* Run Android Studio project * 

Backend

cd express-server
npm install
npm start

Screenshots

Screenshot 2021-01-21 at 00 10 25 Screenshot 2021-01-21 at 01 49 39 Screenshot 2021-01-21 at 18 58 29