Skip to content

Gambling game made by my friend and me for educational purposes.

Notifications You must be signed in to change notification settings

kenosej/Gambling-Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lucky BINGO

Welcome to the Lucky BINGO repository!

This game is a Single Page Application(SPA) created in Vue.

How to build and run:

After downloading the repo, navigate to it's directory with CLI.

npm install to restore dependencies.

npm run serve to host and run locally in debug mode.

Description:

Grab your tickets before the timer hits 00:00. On your ticket, you will see combination of 8 numbers and ID of your ticket. You can't make new tickets when the timer hits 00:00. New timer arrives and every 6 seconds new number will be generated.

Our bingo will create a combination of 8 different numbers. On screen you will see which ticket has the highest hits. Ticket with most hits is a winner.

If you are lucky enough and you guess all of eight numbers, you scored Bingo.

Good luck!

About

Gambling game made by my friend and me for educational purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 77.6%
  • JavaScript 20.5%
  • HTML 1.9%