An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# JoKenPo




iOS

LinkedIn: @RodrigoSilva

An iOS application written in Swift, Jokenpo game or Rock Paper Scissors.

| Demo | Main | Print |
| --- | --- | --- |
| ![Demo](https://github.com/user-attachments/assets/8d2d87a5-91e5-4114-8627-73e25ba095b5) | ![Main](https://github.com/user-attachments/assets/6a4917b3-7fe9-44ad-9949-6c17c6b05d1e) | ![Print](https://github.com/user-attachments/assets/6e5eff96-1363-46b7-aff5-86942aefc802) |

## 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