Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleksiyrudenko/memory-pair-game
The game is developed as a task from Kottans frontend course
https://github.com/oleksiyrudenko/memory-pair-game
Last synced: 17 days ago
JSON representation
The game is developed as a task from Kottans frontend course
- Host: GitHub
- URL: https://github.com/oleksiyrudenko/memory-pair-game
- Owner: OleksiyRudenko
- Created: 2017-12-10T16:53:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T11:52:40.000Z (about 7 years ago)
- Last Synced: 2024-10-29T20:18:05.836Z (2 months ago)
- Language: JavaScript
- Homepage: https://oleksiyrudenko.github.io/memory-pair-game/
- Size: 2.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Memory Pair Game
A card game in which all of the cards are laid face down on a surface
and two cards are flipped face up over each turn.
The objective of the game is to turn over pairs of matching cards.
The game ends when the last pair has been picked up.The game is developed as a task from
[Kottans frontend course](https://github.com/OleksiyRudenko/kottans_frontend).[Play on-line!](https://oleksiyrudenko.github.io/memory-pair-game/)
![demo screencast](images/memory-pair-game-rs.gif)
### Time Track
* `TOTAL= 12h05`
* `171211 02h00` - style, Engine and Card classes initialized
* `171211 01h20` - card flip animation and Card.onClick handler
* `171211 01h25` - remove matching cards
* `171211 00h50` - game restart
* `171211 01h10` - style fixes
* `171212 00h35` - annotate code
* `171212 02h30` - bigfixes, code improvements
* `171214 02h15` - code refactoring