Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frohrlich/liana-quest
A tactical MMORPG made with Phaser, node.js and socket.io
https://github.com/frohrlich/liana-quest
game mmorpg nodejs phaser socket-io
Last synced: about 2 months ago
JSON representation
A tactical MMORPG made with Phaser, node.js and socket.io
- Host: GitHub
- URL: https://github.com/frohrlich/liana-quest
- Owner: frohrlich
- Created: 2023-09-09T22:06:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-21T17:34:14.000Z (9 months ago)
- Last Synced: 2024-04-21T23:07:18.278Z (9 months ago)
- Topics: game, mmorpg, nodejs, phaser, socket-io
- Language: TypeScript
- Homepage: https://liana-quest-41980538aff2.herokuapp.com/game
- Size: 32.7 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
A simple tactical MMORPG made with Phaser 3, node.js and socket.io.
Demo is available here : https://liana-quest-41980538aff2.herokuapp.com/game
You will need to create a .env file from the .env.dist template.
TOKEN_SECRET and REFRESH_TOKEN_SECRET are simple strings that you can set as you like.You will need a working email if you want to use the login system. Set it up in the EMAIL, PASSWORD and EMAIL_PROVIDER variables. Your email will need to be configured to accept use by external software (you will likely need to generate a special password for that).
You will need a mongoDB database to run the game. When it is setup, put the connection string in the MONGO_CONNECTION_URL variable.
Finally, to compile and start the project, just run :
```
npm install
npm start
node dist/server.js
```## Credits for the assets :
- Sprites :
https://opengameart.org/content/rpg-character-sprites
by GrafxKid (https://opengameart.org/users/grafxkid)
- Font :
https://www.dafont.com/dogica.font
by Roberto Mocci (https://www.dafont.com/roberto-mocci.d8882)
- Tilesets :
https://opengameart.org/content/outdoor-tiles-again
https://opengameart.org/content/top-down-dungeon-tileset
by Michele "Buch" Bucelli (https://opengameart.org/users/buch)