Giter Site home page Giter Site logo

codemeoutpleo's Introduction

codeMeOut

A multiplayer game where two players work together to write a piece of code. Communication is key to complete the exercise. The "app" is built with React and node.js. Socket.io is used to communicate between the 2 users.

Getting Started

Start by cloning/downloading the repository.

Prerequisites

What you need to install the app.

Node.js for the "back-end".

NPM or yarn to run the "front-end"

Installing

Start by cloning/downloading the repository, fx:

git clone https://github.com/Wesselexe/codemeoutPleo.git

Next install the dependencies at root, server & src:

npm install

cd server
npm install

cd src
npm install

Next start the server.js:

cd server
node server.js

You should see

Listening on port 4001

Next open a new terminal and start the front-end:

cd src
npm start

The app should now start on localhost:3000

Check src/socket.js to add your local ip address to play locally on your network

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.