Giter VIP home page Giter VIP logo

sagar-sharma-7 / reaction-game Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 1.0 440 KB

A Simple JavaScript Reaction Game. Click on view demo for trial. My best is 0.266 seconds. I know you can easily beat my score. All the best

Home Page: https://sagar-sharma-7.github.io/Reaction-Game/public/index.html

License: MIT License

HTML 33.76% JavaScript 45.12% SCSS 21.13%
game reaction reaction-game javascript sagar-sharma-7 sagar javascript-project time-game test css

reaction-game's Introduction

A Simple Reaction Game


If you have any crazy idea then please pull request...

Result




Text Editor Used

alttext

Languages Used

html css js node express bootstrap jquery


The Reaction Game is Running on local host using expressjs.

How to get express?

  1. First make a package.json file using npm command $ npm init
  2. Then type second command to get express $ npm i express
  3. Now you can check your dependences on package.json

How to get Bootstrap

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> 

How to get jQuery

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>

How to make Node.js server with Express

const express = require("express");
const app = express();
const path = require("path");
const port = 8000;

const filePath = path.join(__dirname, "../public");
app.use(express.static(filePath));

app.listen(port, () => {
    console.log("Server is live now!!!");
});

Cloning this repositary using command line

  1. Open Git Bash.
  2. Change the current working directory to the location where you want the cloned directory.
  3. Type git clone https://github.com/Sagar-Sharma-7/Reaction-Game.git
  4. Press Enter to create the clone of this repositary. `

How to reach me?

ForTheBadge makes-people-smile



Follower


ForTheBadge built-with-love ForTheBadge makes-people-smile

alttext License: MIT

reaction-game's People

Contributors

codewithme100 avatar sagar-sharma-7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

codewithme100

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.