GithubHelp home page GithubHelp logo

aseemakram19 / bingo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from andres0ares/bingo

0.0 0.0 1.0 454 KB

Multiplayer game using Next.js, React and Socket.io

Home Page: https://bingo-oandre.herokuapp.com/en

JavaScript 75.28% CSS 23.85% Dockerfile 0.87%

bingo's Introduction

Hi there! this my new project

The objective of this project was to learn how to use web sockets and how to create a multiplayer game. It was created using Next.js, React and Sockets.io. You can check it out for the English version. Feel free to modify as you wish.

If you want the logic of the game bingo, go to utils โ†’ bingo.js.

Getting Started

Install node.js 16 version v16.20.2 combatiable with our application npm 8.19.4 version First, run the development server:

npm install
npm run dev
to run in background
nohup npm run dev &

Docker Container application

docker build -t imagename rootdir

docker build -t bingo .

docker run -p 3000:3000 -d --name bingo your-image-name

docker run -p 3000:3000 -d --name bingoapp bingo

Build and start the Docker container

docker-compose up -d

To stop the containers, you can use the following command:

Stop the Docker containers

docker-compose down

Restart the Docker after permissions Granted

sudo usermod -aG docker ubuntu

sudo usermod -aG jenkins $USER

sudo systemctl restart docker

docker-compose build

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Example

You can create a room where multiplayers can join to participate:

Changes will reflect on all participants' screens in the room:

FlowChart

flowchart TB
  home --> cond{select}
  cond --> cr[create room]
  cond --> jr[join room]
  cr --> wp[wait players / start game]
  jr --> ws[wait start game]
  wp --> hd[host display]
  ws --> pd[player display]
  hd --> dw[display winner]
  pd --> dw
  
Loading

bingo's People

Contributors

andres0ares avatar aseemakram19 avatar

Forkers

praveenakumara

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.