Skip to content

A simple number guessing game created using vue frontend framework and express backend framework

Notifications You must be signed in to change notification settings

Gopal9816/the-number-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

The Number Game

Introduction

The number game is a simple guessing game where one has to guess a 4 digit number randomly generated by the computer based on some clues given regarding the number of correct digits.

Rules of the Game

  1. The Computer generates a random 4 digit number. The digits are between 1-9 and there are no repetitions

  2. Your job is to guess the number in as few guesses as possible

  3. When you enter a guess, the computer will tell how many digits you got right

  4. If you got one digit right it will return 1 B

  5. If you got a digit right but it is in the wrong place, it will return 1 C

  6. For example, if the computer returns 2B 1C then your guessed number will have 2 digits in the right place and one digit which is correct but in the wrong place

  7. While guessing, you cannot repeat digits in the number you guess

Tools used

Client Side

  1. CSS Framework : Bulma

  2. JS Framework : Vue.js

Server Side

  1. Nodejs

  2. Express

  3. Redis cache using RedisLabs

Planned Improvements

  1. Improved UI

  2. Support for Multiplayer

  3. Support for common rooms

  4. Number of digits in the number to be made available as user input

About

A simple number guessing game created using vue frontend framework and express backend framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published