Difference between revisions of "RetroMMO"
From RetroMMO Wiki
m (Twitch link was invalid) |
|||
(One intermediate revision by one other user not shown) | |||
Line 24: | Line 24: | ||
[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. | [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 [https://www.twitch.tv/ | + | The game's development can be followed live at [https://www.twitch.tv/evanmmo 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]] |
Latest revision as of 21:26, 29 October 2022
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
.