Difference between revisions of "RetroMMO"
From RetroMMO Wiki
CornerLord (talk | contribs) m (Added missing border below the logo) |
m (Twitch link was invalid) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {| | + | {| class="retrommo-infobox" cellpadding="5em" |
− | ! colspan="2 | + | ! colspan="2" | RetroMMO |
|- | |- | ||
− | | colspan="2 | + | | colspan="2" | <center>[[File:wiki.gif|128px]]</center> |
|- | |- | ||
− | | colspan="1 | + | | colspan="1" | Developer(s) |
| colspan="1" | Evan Norton, [https://retro-mmo.com/credits Contributors] | | colspan="1" | Evan Norton, [https://retro-mmo.com/credits Contributors] | ||
|- | |- | ||
− | | colspan="1 | + | | colspan="1" | Genre |
| colspan="1" | MMORPG | | colspan="1" | MMORPG | ||
|- | |- | ||
− | | colspan="1 | + | | colspan="1" | Platforms |
| colspan="1" | Modern browsers, Windows, Mac, Linux | | colspan="1" | Modern browsers, Windows, Mac, Linux | ||
|- | |- | ||
− | | colspan="1 | + | | colspan="1" | Tech Stack |
| colspan="1" | Typescript, Canvas2D, NodeJS, Express, SocketIO, MySQL, Sequelize, Heroku, AWS, VS Code, Tiled | | colspan="1" | Typescript, Canvas2D, NodeJS, Express, SocketIO, MySQL, Sequelize, Heroku, AWS, VS Code, Tiled | ||
|- | |- | ||
− | | colspan="1 | + | | colspan="1" | Website |
| colspan="1" | https://retro-mmo.com/ | | colspan="1" | https://retro-mmo.com/ | ||
|- | |- | ||
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]] |
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
.