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 🗿
- Host: GitHub
- URL: https://github.com/developerpuneet/potential-winner
- Owner: DeveloperPuneet
- License: mit
- Created: 2025-01-21T13:03:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T06:40:41.000Z (about 1 year ago)
- Last Synced: 2025-03-17T12:47:03.007Z (11 months ago)
- Topics: demo-app, expressjs, game, socket-io, tug-of-war, tutorial
- Language: HTML
- Homepage: https://potential-winner-o3n8.onrender.com
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.