favrora / Guessing-Game-TypeScript

This is a guessing game based on random numbers and will progress through a series of rounds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guess The Number Assessment

This is a guessing game based on random numbers and will progress through a series of rounds. The goal of this game is to observe the rising Multiplier value, predict at which point it will freeze, and place points based on the prediction.

Demo

Guess The Number

Built With

  • TypeScript
  • React.js
  • Redux
  • Node.js
  • Socket.io
  • Bootstrap CSS
  • Prettier

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/favrora/Splash-Task.git
  2. From the root, install NPM packages
    npm install
  3. From the app directory, install NPM packages
    npm install
  4. Start the server (root directory):
    npm run server
  5. In the second console, start the frontend (from the app directory):
    npm run start

Features

  • Livetime chat
  • Ranking system
  • Render graph with configurable speed
  • Possibility to choose the point and multiplier for the round

About

This is a guessing game based on random numbers and will progress through a series of rounds

License:MIT License


Languages

Language:TypeScript 65.7%Language:CSS 19.1%Language:JavaScript 7.6%Language:HTML 7.6%