Coder Social home page Coder Social logo

aimran96 / ludo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cybercitizen01/ludo

0.0 0.0 0.0 517 KB

A multi-player LUDO game, made with node.js, socket.io

License: MIT License

JavaScript 71.22% CSS 14.94% HTML 13.27% Dockerfile 0.57%

ludo's Introduction

LUDO

A multi-player LUDO game, made with node.js, socket.io and Vanilla Javascript.


GitHub package.json dependency version (prod) GitHub package.json dependency version (prod)
Website GitHub last commit


Build

You can either build the app by cloning the repository or by pulling the Docker image.

  • By Cloning:

    Clone the repo:

    git clone https://github.com/CyberCitizen01/LUDO/

    Install the dependencies:

    npm install

    Start the node server:

    npm start

    Head over to http://localhost:3000/, to see the Home Page.


  • By Docker:

    From an docker image:

    Docker Image Size (latest by date)

    • Pull the image and run:
      docker run --name the-ludo-game -p 3000:3000 cybercitizen01/the-ludo-game
      Head over to http://localhost:3000/, to see the Home Page.
    • The above command attaches the shell of the container to your terminal, and thus when you hit ^C the container stops automatically. To run the container in detached mode:
      docker run --name the-ludo-game -d -p 3000:3000 cybercitizen01/the-ludo-game
    • To monitor the output of the game:
      docker logs the-ludo-game
    • Now, to stop the container:
      docker stop the-ludo-game
    • Also, to remove the container after stopping:
      docker rm the-ludo-game
      (add a -f flag at the end, to forcefully remove a running container)




Note: This is not an complete README file, It will soon have Screenshots to decribe the project in detail.

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.