Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tfagaming/surviv.io
2D battle royale game
https://github.com/tfagaming/surviv.io
surviv-io survivio
Last synced: about 1 month ago
JSON representation
2D battle royale game
- Host: GitHub
- URL: https://github.com/tfagaming/surviv.io
- Owner: TFAGaming
- License: gpl-3.0
- Created: 2024-11-17T20:35:48.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T21:47:22.000Z (about 2 months ago)
- Last Synced: 2024-11-18T22:50:17.789Z (about 2 months ago)
- Topics: surviv-io, survivio
- Language: TypeScript
- Homepage:
- Size: 23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
This is a fork of https://github.com/leia-uwu/survev, but with more bug fixes and features.
# Open sourced surviv.io
Survev.io is an open source recreation of a hit web game "surviv.io" that has been permanently shut down.Our goal is to immortalize it by getting the recreation as close as possible to the last canonical version of the game.
We do not consider any updates after the Kongregate acquisition canonical, so those will not be a part of the project.
## Running locally
Start client development server with `npm run dev:client`, and server with `npm run dev:server`, or cd into server and client directories and run `npm run dev` for each.
## Production builds
See [HOSTING.md](./HOSTING.md).## Bugs/exploits list
See [BUGS.md](./BUGS.md).