Skip to content
/ RPG Public
forked from ProGamer097/RPG

Text based RPG Dungeon crawler for telegram

License

Notifications You must be signed in to change notification settings

arfin03/RPG

This branch is 1 commit ahead of ProGamer097/RPG:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

61ba7b0 · Jun 27, 2024
Apr 18, 2021
Apr 18, 2021
Jul 19, 2019
Apr 18, 2021
Apr 18, 2021
Apr 18, 2021
Dec 8, 2020
Apr 18, 2021
Apr 18, 2021
Nov 14, 2020
Sep 25, 2023
Aug 15, 2020
Apr 18, 2021
Jun 27, 2024
Sep 25, 2023
Sep 25, 2023
Apr 18, 2021

Repository files navigation

Telegram Text-RPG

Running the project

yarn
yarn start || you can also use yarn dev which uses nodemon

Required Enviroment Variables:

BOT_TOKEN=get this from @BotFather
MONGO_URI=either run locally and paste localhost ip and port or get a cloud instance
LEVEL_WEIGHT=10
DROP_MULTIPLIER=1
GRIND_MULTIPLIER=100
SECRET=foo123@@!!
ADM_ACCESS_TOKEN=foo123@@!!

Goals

Broad gameplay goals

  • Pok*m@n style combat
  • Classes and specs
  • Support classes
  • Pet system (mini idle game)
  • Inventory system
  • Leveling system
  • Info screen
  • Bag System
  • Equipment System
  • Equipment Rarity System
  • Multiplayer combat
  • Events (exp events drop events etc)
  • Refinement system
  • Market system
  • Quest system

Project Feature Goals

  • Postgresql support
  • Typescript

Heroku

Deploy

Git Goals

  • Keep master working with as few as possible bugs or unimplemented features
  • Add new untested features to develop branch
  • Do new features on separate branchs

About

Text based RPG Dungeon crawler for telegram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%