Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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