Introducing Realtime Bingo, a multiplayer game where players connect and play together in real-time. Create rooms, join others, and enjoy the built-in chat system for live communication. With a responsive design, it adapts to any screen size or device. Experience the excitement of Bingo with friends wherever you are!
- Realtime Multiplayer: Players can connect with other players and play the Bingo game online in real-time.
- Room Creation: Create rooms and invite other players to join.
- Join Rooms: Join existing rooms created by other players.
- Built-in Chat System: Players can communicate with each other through a chat system within the game.
- Responsive Design: The game adapts to different screen sizes and devices, providing a seamless experience.
- Launch the game in your web browser.
- Create a room or join an existing room.
- Wait for other players to join the room.
- Start playing the bingo game.
- Communicate with other players using the built-in chat system.
- Enjoy the real-time multiplayer experience!
- Front-end: HTML, CSS, Bootstrap, JavaScript
- Back-end: Python, Django, Django Channels, WebSockets
git clone
cd project
python3 -m venv env
.\env\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver