Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qntum-dev/rock_paper_scissors

A two player game built with nodejs net module
https://github.com/qntum-dev/rock_paper_scissors

net nodejs

Last synced: about 1 month ago
JSON representation

A two player game built with nodejs net module

Awesome Lists containing this project

README

        

# rock_paper_scissors
This is a rock_paper_scissors cli game made with the help of net module in nodejs

start the game server:
```
node game.js
```
connect to the game server:
```
node gameclient.js
```
It will ask the address and the port of the server where you want to connect to

you can enter the ip address of the server

following commands to check the ip address of the server type the following in the server machine

### For Windows
```
ipconfig
```

### For Unix based systems
```
ifconfig
```
For Port enter 3000

### This is a Demo screenshot