Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.93 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.93 KB

QuizGame

About

Client‐server architecture. Bonjour is used for communication between devices, data transmission is carried out using tcp. The game goes through a full cycle from the selection / creation of the server to the output of the results table. It is possible to use both with a PC and with Android devices.

Screenshots

Main View Main Menu with active servers (iPhone SE) Results
Editing Player Name New Question View New Quiz View
Question View Lobby View (Dark Theme) Waiting Next Question

Technical Description

  • SwiftUI
  • MVVM
  • UserDefaults
  • CoreData
  • Concurrency
  • Network