Lumina Adventure
Genre: Role-playing game
Summary: Fight your way against monsters, save the villagers, and save the kingdom from the tyrant king!
Welcome to Tutorial Area!!!
Oracle: You have been summoned to protect the Kingdom of Lumina but have to prove yourself worthy of the power of Hero. Go forth Hero. And may the Great Spirit be with you.
You open your eyes and now you are transported to the tutorial area.
-
Ensure you have VS code in your computer. You can get Video Studio Code here: https://code.visualstudio.com
-
Ensure you have node.js on your computer. You can get node.js here: https://nodejs.org/en/
-
Git clone my game here: https://github.com/steakncheese/tutorial-server.git
-
Open a terminal in VS code.
-
Type npm install express. ** Do this only once. You never have to do this again. **
-
Type npm start. This will start the server.
-
Open another terminal. Type curl localhost:4000/ to start the game
-
Every action uses curl. So if you want to move north, the instructions say /w. It means to type out curl localhost:4000/w to go north.
-
To prevent typing curls over and over again, press up on your terminal so it displays your previous command.
-
Because you have read this readme, I will give you a cheat code. Type /teleport to go back on your original location.
Instructions: To move, type /w North, /s South, /a West, or /d East then press Enter.
To see info on current location: /o or observe
_ Recommendation: Use /o in every tile you go _
To see where you are located: /lor /location
To attack an enemy: /k or attack
The other things you must learn as you go. For it is by fire that gold is made.
Enjoy!!!