/Dota-Memory

A simple memory game built with React and the OpenDota API. Assignment from The Odin Project.

Primary LanguageJavaScriptMIT LicenseMIT

Dota Memory

A simple memory game built with React and the OpenDota API.

Play the game here!

This was an assignment from The Odin Project.

How to Play

  • Score a point whenever a card is clicked

  • The cards are shuffled whenever one is selected

  • Click on the same card twice and it's game over!

Getting Started

Instructions to run the project locally are below.

  1. Clone the repository:
# HTTPS
git clone https://github.com/DevlinRocha/Dota-Memory.git

# or

# SSH
git clone git@github.com:DevlinRocha/Dota-Memory.git
  1. Go into the directory and install modules:
cd Dota-Memory/

npm install

# or

yarn install
  1. Run the development server:
npm run dev

# or

yarn dev
  1. Open http://localhost:3000 with your browser.

Development