/survivreloaded-server

An open source server for the defunct online game surviv.io. Work in progress.

Primary LanguageTypeScript

Surviv Reloaded


Surviv Reloaded is an open-source server for the defunct online game surviv.io. Work in progress.

Try it out!

https://resurviv.io

Join the Discord!

https://discord.resurviv.io

Install it

Step 1: Install Node.js and Git

Node.js: https://nodejs.org/

Git: https://git-scm.com/downloads

Step 2: Clone the repo

Open a terminal or command prompt. Navigate to the folder you want the server to be in, then run the following commands:

git clone https://github.com/SurvivReloaded/survivreloaded-server.git
cd survivreloaded-server

Step 3: Set up the server

Run these commands to download the client and set up the server:

git clone https://github.com/SurvivReloaded/survivreloaded-client.git public
npm install
npm run build

Step 4: Start the server

To start the server, run this command:

npm start

To open the game, go to http://127.0.0.1:8000 in your browser.

Step 5: Develop the Game Locally

To start developing the game locally, run this command:

npm run dev

This will start the development server, and automatically recompile and restart it on changes.

FAQ

Is this a surviv.io clone?

No. It's an open-source server hosting the original client. In other words, it's the original game, just hosted by a different server.

Why this project?

I created Surviv Reloaded to preserve surviv.io after its shutdown.

I've played surviv.io since 2020, around the time it was acquired by Kongregate. This is when it began to die. Unlike the original developers, Kongregate put little thought into the game itself, instead filling it with useless microtransactions. Their efforts to combat hackers with the prestige system were largely unsuccessful. As a result, fewer and fewer people played the game every day.

On February 13, 2023, Kongregate announced that they were shutting down surviv.io.

On March 2, 2023, the SSL certificates for the game servers expired, rendering the game unplayable. It's still possible to join by changing your computer's time to before March 2, but the game is pretty much dead at this point.

A similar project to this one already exists: Open Surviv.io, which is essentially an open source surviv.io clone. It's a great project, but to me, it's just not the same. I want to preserve the original game as much as possible.