# mana.js **Repository Path**: mirrors_bjorn/mana.js ## Basic Information - **Project Name**: mana.js - **Description**: Experimental client + server for a browser-based 2D MMORPG - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-13 - **Last Updated**: 2026-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mana.js This was a quick prototype whether a game like The Mana World could be developed to run entirely in the browser. It demonstrated that it could, but development didn't continue beyond that point. ## How to Run Install the dependencies and start the server: ``` npm install npm start ``` Then, connect to the server using any number of browsers and the players should see each other walk around.