Skip to content

Latest commit

 

History

History
118 lines (80 loc) · 3.88 KB

README.md

File metadata and controls

118 lines (80 loc) · 3.88 KB

Rock Scissors Paper game - DevRush Marathon XII Challenge #1

GitHub repo size GitHub contributors GitHub last commit


The application was created as part of the DevRush Marathon XII.

Project created by:

Technologies Stack:

  • SDK version - Swift 5
  • Minimum iOS target - iOS 15
  • Only iPhone
  • Only Portrait mode
  • UserDefaults

Screenshot 2024-06-15 at 17 12 37


Description of functionality:

Main Screen
  • go to Rules Screen
  • proceed to the Game
  • go to Settings Screen
  • go to Results Screen

main

Settings Screen
  • ability to change game duration
  • ability to change device theme from light to dark
  • ability to change background music

settings

Rules Screen
  • description of game rules

rules

Pre-Fight Screen
  • Showing Players and their statistics

pre-fight

Game Screen
  • Game screen itself
  • ability to pause the game

fight

Pause Screen
    • current Players' score
  • go to Home screen button -> navigates back to Main Screen
  • reset game button -> resets the current game and begins new game
  • play button -> resumes the current game

pause

Results Screen
  • last game results
  • go to Home screen button -> navigates back to Main Screen
  • reload game button -> immediately starts the new game

results-Win results-Lost