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

https://github.com/developerpuneet/potential-winner

Demo of Simple Tug of war game 🗿
https://github.com/developerpuneet/potential-winner

demo-app expressjs game socket-io tug-of-war tutorial

Last synced: 5 months ago
JSON representation

Demo of Simple Tug of war game 🗿

Awesome Lists containing this project

README

          

# Potential Winner

## Description
Potential Winner is a multiplayer game built using Node.js, Express, and Socket.IO. Players connect in real-time to compete against each other in a fun and engaging environment.

#### NOTE: This is only a demo project

## Technologies Used
- Node.js
- Express
- Socket.IO

## Installation Instructions
1. Clone the repository:
```bash
git clone https://github.com/DeveloperPuneet/potential-winner.git
```
2. Navigate to the project directory:
```bash
cd potential-winner
```
3. Install the dependencies:
```bash
npm install
```

## Usage
To start the game, run the following command:
```bash
npm start
```
Open your browser and navigate to `http://localhost:3000` to play the game.

## Features
- Real-time multiplayer functionality
- Room management for up to two players
- Ability to make moves and restart the game
- Handles player connections and disconnections
- COmputer bot player is also avalible

## Contributing
Contributions are welcome! Please submit a pull request or open an issue for any suggestions or improvements.

## License
This project is licensed under the MIT License.