Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acbikash13/bingo-game
This is a Multiplayer online real-time BINGO Game. Player can join or host the game; it includes real time chat functionality with web sockets
https://github.com/acbikash13/bingo-game
javascript oauth2 real-time websocket
Last synced: 15 days ago
JSON representation
This is a Multiplayer online real-time BINGO Game. Player can join or host the game; it includes real time chat functionality with web sockets
- Host: GitHub
- URL: https://github.com/acbikash13/bingo-game
- Owner: acbikash13
- Created: 2023-12-30T17:37:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T00:12:19.000Z (3 months ago)
- Last Synced: 2024-12-03T10:18:14.411Z (2 months ago)
- Topics: javascript, oauth2, real-time, websocket
- Language: JavaScript
- Homepage:
- Size: 35.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bingo Game
## Overview
This project is a Bingo game built using Node.js. The game can be played over a local network, allowing multiple players to join and play together.## Prerequisites
- Node.js and npm installed on your machine.
- A local network to connect multiple devices.## Getting Started
### 1. Clone the Repository
First, clone this repository to your local machine:
\`\`\`sh
git clone https://github.com/acbikash13/BINGO-GAME.git
Go to the cloned Directory
\`\`\`### 2. Set Up Environment Variables
Find your local IP address using \`ipconfig\` on a Windows machine or \`ifconfig\` on a Unix-based system. Create a \`.env\` file in the root directory of the project and set up your variables as shown in the \`.env_example\` file.### 3. Install Dependencies
Run the following command to install all necessary dependencies:
\`\`\`sh
npm install
\`\`\`### 4. Start the Server
Run the following command to start the server:
\`\`\`sh
npm start
\`\`\`
Your project will start on the specified IP and port on your local network. You can then access the game by navigating to \`http://:\` in your browser.## Usage
- Open your browser and navigate to the IP and port specified in your \`.env\` file.
- Follow the on-screen instructions to join a game and start playing Bingo!## Contributing
If you'd like to contribute to this project, please fork the repository and use a feature branch. Pull requests are welcome.## License
This project is licensed under the MIT License.## Contact
If you have any questions or feedback or want to contribute to this project and discuss, please feel free to reach out to:
- Your Name - [[email protected]](mailto:[email protected])
- GitHub - [acbikash13](https://github.com/acbikash13)Enjoy playing Bingo!