Difference between revisions of "RetroMMO"
From RetroMMO Wiki
CornerLord (talk | contribs) (Added Linux installation guide) |
|||
Line 25: | Line 25: | ||
The game's development can be followed live at [https://www.twitch.tv/retrommo Twitch] and early access release is available to play for free in browser. The update history can be found in the [[Changelog]]. | The game's development can be followed live at [https://www.twitch.tv/retrommo Twitch] and early access release is available to play for free in browser. The update history can be found in the [[Changelog]]. | ||
+ | |||
+ | == Installation == | ||
+ | '''Linux''': Download the .zip file from the game site and unzip it. Open terminal and navigate to the extracted folder. Run command <code>chmod +x RetroMMO</code> to make the file executable. After the file is executable, you can run it with command <code>./RetroMMO</code>. | ||
+ | |||
[[Category:Games]] | [[Category:Games]] |
Revision as of 09:19, 26 September 2021
RetroMMO | |
---|---|
Developer(s) | Evan Norton, Contributors |
Genre | MMORPG |
Platforms | Modern browsers, Windows, Mac, Linux |
Tech Stack | Typescript, Canvas2D, NodeJS, Express, SocketIO, MySQL, Sequelize, Heroku, AWS, VS Code, Tiled |
Website | https://retro-mmo.com/ |
RetroMMO is an online role-playing game in the early stages of development created by Evan Norton. It pairs the core game mechanics of classics such as Dragon Quest and Final Fantasy with the format of a modern MMO.
The game's development can be followed live at Twitch and early access release is available to play for free in browser. The update history can be found in the Changelog.
Installation
Linux: Download the .zip file from the game site and unzip it. Open terminal and navigate to the extracted folder. Run command chmod +x RetroMMO
to make the file executable. After the file is executable, you can run it with command ./RetroMMO
.