Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.25 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.25 KB

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;

  1. Version of May 4th 2024 was taken as a base
  2. No online functionality

Original WorldGuessr can be found here

Github repo of WorldGuessr can be found here

All credits to the creator

Running Locally

Prerequisites

Before you start, ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/TheUltimateSoyCode/worldguessr-legacy.git
    cd worldguessr
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev

    Open http://localhost:3000 with your browser to see the result.