Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/el634dev/concentration-game
Concentration game
https://github.com/el634dev/concentration-game
Last synced: about 1 month ago
JSON representation
Concentration game
- Host: GitHub
- URL: https://github.com/el634dev/concentration-game
- Owner: el634dev
- Created: 2023-12-18T23:39:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T19:12:52.000Z (about 1 year ago)
- Last Synced: 2024-01-01T20:30:02.263Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://el634dev.github.io/concentration-game/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Concentration Game
> Game made using Vanilla JS, HTML and CSS
>
> Try memorize all the colors and get all to match
>
> Live demo [_here_](https://el634dev.github.io/concentration-game/).## Table of Contents
* [General Info](#general-information)
* [Technologies Used](#technologies-used)
* [Features](#features)
* [Installation](#installation)
* [Usage](#usage)## General Information
- Project is built using HTML, CSS and Vanilla JavaScript
- The purpose of this project is to practice with Vanilla JavaScript## Important
- If you do not have Live Server then you will be unable to see any changes or errors with your code## Technologies Used
- [![Langs Used](https://skillicons.dev/icons?i=js,html,css)](https://skillicons.dev)
- [![Code Editor](https://skillicons.dev/icons?i=vscode)](https://skillicons.dev)## Features
List of features here:
- Users can match titles that have the same color
- When users refresh the page, there are different colors## Installation
See the appropriate guide for your environment and operating system.>
a. HTML/CSS/JavaScript Installation
>
- There is no installation needed for JavaScript, HTML, CSS.
>
HTML, JavaScript and CSS is built into VSCode. If you would like to see your project then Live Server is needed.
>
b. Live Server Installation
>
- Head over to the plugins in VSCode (looks a stack of blocks) and then in the search bar, type Live Server. Download and you now have Live Server.## Usage
How does one go about using it?`User clicks on titles and matches all the tiles with the same color.`