In order to develop my abstract thinking I figured it would be cool to make a game. Recently I have been playing a lot of Hearthstone: Heroes of Warcraft and I realised that it would be great practice to rebuild it using React with Redux.
Follow me in the journey that will be rebuilding this amazing card game.
I am in no way affiliated with Blizzard Entertainment or Hearthstone: Heroes of Warcraft and see this project as part of my learning experience.
- node
^4.2.0
- npm
^3.0.0
Just clone the repo and install the necessary node modules:
$ git clone https://github.com/inooid/react-redux-card-game.git
$ cd react-redux-card-game
$ npm install # Install Node modules listed in ./package.json (may take a while the first time)
$ npm start # Compile and launch
$ open http://localhost:3000
Updated: 18 February 2018
(Click on the image for a bigger version)