Skip to content

Commit

Permalink
Remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
zernie committed Jan 10, 2020
1 parent 23c8a62 commit feb873d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ Built for educational purposes only. Your contributions are welcome 😉
### Technical
* [ ] Merge all game entities into `game.entities` (?)
* [ ] Tests

* [ ] [Sequences](https://hearthstone.gamepedia.com/Advanced_rulebook#Advanced_mechanics_101_.28READ_THIS_FIRST.29) (will require major refactoring)
* [ ] Load cards from https://hearthstonejson.com/
* [ ] Save/Load
Expand All @@ -64,6 +63,12 @@ Built for educational purposes only. Your contributions are welcome 😉
* [ ] ~~Multiplayer~~
* [ ] Triggers

## Project structure
* `src/models` contains game models' type declarations and some helper functions.
* `src/redux` contains contains actual game logic, using Redux and decoupled from UI rendering.
It is highly recommended to use [redux-devtools](https://github.com/reduxjs/redux-devtools) for debugging.
* `src/UI` is a React implementation of Game UI.

## Development
$ yarn && yarn start

Expand Down
1 change: 0 additions & 1 deletion public/cards.collectible.json

This file was deleted.

1 change: 0 additions & 1 deletion public/cards.json

This file was deleted.

0 comments on commit feb873d

Please sign in to comment.