Samarium Posted January 15, 2021 Share Posted January 15, 2021 RPG JS. Create an RPG and MMORPG in your browser RPG JS is a framework for creating RPGs and MMORPGs. OpenSource project Features Create events Shared/Scenario mode Tiled Map Editor Map creation with Tiled Map Editor. You can have as many scenery layers and event layers as you want Collisions by tile or precise WebGL Rendering Game rendering uses WebGL rendering (with PixiJS) for better rendering performance Precise movement, pixel by pixel MMORPG Performance Low Bandwidth, Client-Side Prediction Using VueJS for user interfaces Prebuilt GUI (dialog box, main menu, shop menu, etc.) Code with Typescript The creation of the game uses TypeScript. The interest is to know the properties and to make the structure clearer. Thought for the RPG The API is simple. For example, just by doing: player.exp += 100. This can raise the player one level automatically, you can indicate this to all the players on the map, and the map events will be updated according to this new state. With same code: MMORPG or RPG Modular Unit tests Demo Demo Here Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.