Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerald-jacob/ios-game-with-swift
Create an iOS Game with Swift and Xcode
https://github.com/jerald-jacob/ios-game-with-swift
Last synced: 4 days ago
JSON representation
Create an iOS Game with Swift and Xcode
- Host: GitHub
- URL: https://github.com/jerald-jacob/ios-game-with-swift
- Owner: jerald-jacob
- Created: 2020-05-18T12:44:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T17:37:14.000Z (over 4 years ago)
- Last Synced: 2024-04-13T20:50:38.073Z (7 months ago)
- Language: Swift
- Homepage:
- Size: 475 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iOS-Game-with-Swift
The iOS game we’e going to create is called “Add 1”. It’s inspired by Daniel Kahneman, a renowned psychologist and economist, and author of Thinking, Fast And Slow. Kahneman used a game, that lets people “add 1” to an arbitrary sequence of numbers, to test a concept called cognitive strain. The goal of the game we’re building is to “add one” to each of the numbers of a 4-digit sequence, as many times as you can in 60 seconds. You get one point for each correct answer. How many points can you score?