Skip to content

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

License

Notifications You must be signed in to change notification settings

DevlinRocha/Dota-Memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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