Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

License

NotificationsYou 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

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

Play the game here!

This was an assignment fromThe 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:
# HTTPSgit clone https://github.com/DevlinRocha/Dota-Memory.git# or# SSHgit clone git@github.com:DevlinRocha/Dota-Memory.git
  1. Go into the directory and install modules:
cd Dota-Memory/npm install# oryarn install
  1. Run the development server:
npm run dev# oryarn dev
  1. Openhttp://localhost:3000 with your browser.

Development


[8]ページ先頭

©2009-2025 Movatter.jp