https://github.com/diggosilva/jokenpo
A iOS application written in Swift, JoKenPo game.
https://github.com/diggosilva/jokenpo
ios swift xcode
Last synced: 3 months ago
JSON representation
A iOS application written in Swift, JoKenPo game.
- Host: GitHub
- URL: https://github.com/diggosilva/jokenpo
- Owner: diggosilva
- Created: 2024-07-24T15:38:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T11:51:30.000Z (about 1 year ago)
- Last Synced: 2025-01-24T12:28:35.808Z (about 1 year ago)
- Topics: ios, swift, xcode
- Language: Swift
- Homepage:
- Size: 291 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JoKenPo
An iOS application written in Swift, Jokenpo game or Rock Paper Scissors.
| Demo | Main | Print |
| --- | --- | --- |
|  |  |  |
## Contents
- [Features](#features)
- [Requirements](#requirements)
- [Functionalities](#functionalities)
- [Setup](#setup)
- [Credits](#credits)
## Features
- Light Mode only
- MVVM
- View Code (UIKit)
- Custom elements
## Requirements
- iOS 17.0 or later
- Xcode 15.0 or later
- Swift 5.0 or later
## Functionalities
- [x] Login Screen
- [x] I.A for computer move
- [x] Animation for ScoreView
- [x] Animation for ResultView
## Setup
First of all download and install Xcode and then clone the repository:
```sh
$ git@github.com:diggosilva/JoKenPo.git
```
After cloning, do the following:
```sh
$ cd /JoKenPo/
$ open JoKenPo.xcodeproj/
```
## Credits
- Diggo Silva