Difference between revisions of "RetroMMO"

From RetroMMO Wiki
(Added Linux installation guide)
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| style="float: right; width: 20em; border: 1px solid #FEC9ED; border-collapse: collapse; margin: .25em .5em;" cellpadding="5"
+
{| class="retrommo-infobox" cellpadding="5em"
! colspan="2" style="font-size: 1.5em; padding: .5em; text-align: center; background-color: #FEC9ED;" | RetroMMO
+
! colspan="2" | RetroMMO
 
|-
 
|-
| colspan="2" style="border-bottom: 1px solid #FEC9ED;" | <center>[[File:wiki.gif|128px]]</center>
+
| colspan="2" | <center>[[File:wiki.gif|128px]]</center>
 
|-
 
|-
| colspan="1" style="border-right: 1px solid #FEC9ED;" | Developer(s)
+
| 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" style="border-right: 1px solid #FEC9ED;" | Genre
+
| colspan="1" | Genre
 
| colspan="1" | MMORPG
 
| colspan="1" | MMORPG
 
|-
 
|-
| colspan="1" style="border-right: 1px solid #FEC9ED;" | Platforms
+
| colspan="1" | Platforms
 
| colspan="1" | Modern browsers, Windows, Mac, Linux
 
| colspan="1" | Modern browsers, Windows, Mac, Linux
 
|-
 
|-
| colspan="1" style="border-right: 1px solid #FEC9ED;" | Tech Stack
+
| 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" style="border-right: 1px solid #FEC9ED;" | Website
+
| 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/retrommo Twitch] and  early access release is available to play for free in browser.
+
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]].
[[Category:Content]]
+
 
 +
== 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]]

Revision as of 09:19, 26 September 2021

RetroMMO
Wiki.gif
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.