Wiki Adventure is a multiplayer game combining culture and speed. Players compete against each other on Wikipedia and have to scroll through the pages as quickly as possible to win.
Play • Tech stack • Diagram • Run the project
The project is Web app made out of a signaling server for web-rtc hosted on cloudflare worker and a frontend as Progressive Web App in Vue 3.
Soon...
- Make sure you have v22 or higher. You can install it from the official website here.
- You can also use
misecli to install necessary tools like node for the project withmise install. Installmisehere.
Run #### Install dependencies
Run npm i && cd signaling-server && npm i
To run the app and connect the player together via web-rtc, we need a signaling server that will handle room creation and discovery.
Start it with npm run dev-signaling-server and start the web app with npm run dev.
Don't forget to copy the .env.example to a fresh .env.local