Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hcarrasc/colour-memory
Sample iOS game developed with Objective-c, colour memory
https://github.com/hcarrasc/colour-memory
Last synced: about 2 months ago
JSON representation
Sample iOS game developed with Objective-c, colour memory
- Host: GitHub
- URL: https://github.com/hcarrasc/colour-memory
- Owner: hcarrasc
- Created: 2014-01-02T04:11:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-18T14:26:36.000Z (almost 11 years ago)
- Last Synced: 2023-03-25T13:59:29.795Z (almost 2 years ago)
- Language: Objective-C
- Homepage:
- Size: 2.03 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Colour-Memory
=============Sample iOS game developed with Objective-c, colour memory.
Colour-Memory
The goal of this work sample is to construct a sample memory game called ”Colour Memory”. The game board consists of a 4x4 grid with 8 pairs of color cards.The game starts initially with all cards facing down. The player is to then flip two cards each round, trying to find a match. If the flipped pair is a match, the player receives two (2) points, and the cards may be removed from the game board. Otherwise, the cards are turned face- down again and the player loses one (1) point. This continues until all pairs have been found.
After the game is finished, the user should be prompted to input his name. The user's name and the score would then be stored in a database, and the user should be notified of his score and the current rankings.
The database is hosted in a web server, this web server is programmed with PHP and the data is transferred using web services with json files.
![screenshot 1](https://github.com/hcarrasc/Colour-Memory/raw/master/img/1.png)
![screenshot 2](https://github.com/hcarrasc/Colour-Memory/raw/master/img/2.png)