Multiplayer implementation of Wiki Game made with Django&React&Websockets.
This is a multiplayer version of Wiki Game, also known as the Wikipedia race, is a race between any number of participants, using wikilinks to travel from one Wikipedia page to another. The first person to reach the destination page, wins the race.
- WebSocket Communication
- Lobby management(creating,joining,dynamic lobby owner)
- Live view of other players current article
To clone and run this application, you'll need Git and Docker From your command line:
# Clone this repository
$ git clone https://github.com/CMD451/Wikirush
# Go into the repository
$ cd Wikirush
# Run docker compose
$ docker compose upAfter containers are created frontend site should be available on: http://localhost:3000
