Basically a slightly downgraded fork of the original WorldGuessr I made for myself, because I hate what worldguessr has become. All online stuff is removed, only singleplayer and only selfhost 🙂
The key differences there are;
- Version of May 4th 2024 was taken as a base
- No online functionality
Original WorldGuessr can be found here
Github repo of WorldGuessr can be found here
All credits to the creator
Before you start, ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/TheUltimateSoyCode/worldguessr-legacy.git cd worldguessr
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.