ZSurvive is a RPG-like Discord bot game. Farm resources, upgrade tools, defeat epic bosses, earn achievements, and be the strongest survivor ever!
DISCLAIMER: ZSurvive is no longer maintained, the project reached 100k+ users created in 25K+ servers. Check out this project on my portfolio.
Video Preview by a youtuber.
- Unique reaction menu and gameplay.
- Energy system that keeps players engaged with the bot, including notifications by DM.
- Pre-made patron system with rewards auto-delivery.
- Minimap with different bosses and resources.
- Ability tree and upgrades.
- Install NodeJS https://nodejs.org/
- Install the global PM2 module running the command
npm install pm2 -g
- Clone the repository.
- Make a copy of envconfig-sample.json and call it envconfig.json
- Please make sure to complete all missing information such as bot token.
- Install dependencies running
npm install
inside the project directory (first use thecd {path}
command if necessary). - Start the bot using PM2 and the watch.json file included in the project (
pm2 start watch.json
). If on windows, you can create a file called start.bat that contains this command.