Skip to content

Raining Chain is a HTML5 MMORPG engine using Javascript, Canvas, NodeJS, MongoDb and Socket.io.

License

Notifications You must be signed in to change notification settings

webconfig/rainingchain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raining Chain

Raining Chain is a HTML5 MMORPG using Javascript, Canvas, NodeJS, MongoDb and Socket.io. Play now for free at https://rainingchain.com/.

Raining Chain Trailer

By popular demand, I am releasing the source of the game as of version 1.5.18. The game engine is under MIT license while the game content is under GPL license.

While the version 1.5.18 of the game is public, more recent versions of the game are not. I am not offering support nor planning to maintain the public version of the game. The more recent versions of the game will NOT be released on Github. If you would like to contribute to the latest version of Raining Chain, check Raining Chain Development or come chat with us on Discord.

Installation:

  • Install NodeJS
  • npm install // Install NodeJS dependencies
  • Install MongoDb.
  • The game connects to MongoDb database at localhost:27017/test and assumes the following collections exist: clientError, sideQuest, zeldaGlitch, socialMedia, achievement, pingData, report, player, contributionHistory, socialMedia, offlineAction, main, equip, account, competition, questRating, highscore, questVar, mainQuest
  • node app // Starts the server
  • Go to localhost:3000

Game Engine Structure Overview (Outdated):

alt tag alt tag alt tag alt tag alt tag alt tag alt tag alt tag alt tag s Check http://rainingchain.com/credit for the list of contributors.

About

Raining Chain is a HTML5 MMORPG engine using Javascript, Canvas, NodeJS, MongoDb and Socket.io.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.5%
  • HTML 9.8%
  • CSS 0.7%