Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zernie committed Dec 28, 2019
1 parent 4f2ffd3 commit a6c3db9
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Roadmap:
* [x] Card rendering (basic)
* [ ] Use Sunwell?
* [x] Drag and Drop cards
# React & Redux based Hearthstone clone
Built for educational purposes only

## Roadmap:

### Gameplay
* [x] Stats
* [x] Armor
* [x] HP
Expand All @@ -10,17 +12,18 @@
* [x] Hand
* [x] Deck
* [ ] Turns
* [x] Control switch
* [x] Player control switch
* [ ] Turn timer
(https://github.com/matpaul/redux-timer-middleware/blob/master/src/index.js, https://stackoverflow.com/questions/3969475/javascript-pause-settimeout)
* [ ] Fatigue
* [ ] Fatigue damage
* [x] Weapons
* [x] Minions
* [x] Heroes
* [x] Basic mechanics
* [x] Charge
* [x] Windfury
* [x] Taunt
* [ ] Battlecry
* [ ] Stealth
* [ ] Deathrattle
* [ ] Graveyard
Expand All @@ -30,8 +33,13 @@
* [ ] Save/Load
* [ ] LocalStorage
* [ ] File system
* [ ] Multiplayer (distant future)
* [ ] Multiplayer

---
### Visual
* [x] Card rendering (basic)
* [ ] Use [Sunwell](https://github.com/HearthSim/Sunwell)?
* [x] Drag & Drop cards

## Technical
* [ ] Merge entities?
* [ ] Tests

0 comments on commit a6c3db9

Please sign in to comment.