Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ifarshgar/javascript-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧠 The Memory Game

Table of contents

dashboard page

dashboard page

🛠️ Setup

There arw two folders in the project.

  • client Where you can find a TypeScript Vite project.
  • server Where you can find a TypeScript Node/Express project.

Client

Get started by installing the code dependencies in the ./client folder.

npm install

Run the app with:

npm run dev

Testing

The Jest testing library has been added to the project

Run the tests with:

npm test

Server

Get started by installing the code dependencies in the ./server folder. The server runs on port 8888 by default

npm install

Run the app with:

npm run dev

Instructions for memory game

This is a card game where pairs of cards contain images, such that for each card, there is exactly one other card with the same image. The cards are placed face-down on a surface. A player chooses any two cards and flips them face-up. If they happen to have the same image, they will stay face-up — otherwise, they should be flipped back. This continues until all cards are face-up.

⏰ How long was spent on the project?

About 10-12 hours

🎮 Features

  • Player get points?
  • Timer
  • Scoreboard
  • Fancy animations
  • Single-player?
  • Responsive design that works for mobile and desktop

To be added:

  • Local multi-player? Networked multi-player?
  • Accessibility?

About

Javascript Game - Using pure Javascript with no libraries - was made only in a couple of days

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published