Table of Contents
Solution for Dragons Of Mugloar game written in Node Js.
- Initiates new game through turning to game API, gets game ID.
- Loads a List of Tasks, and starts doing tasks one by one from a beginning for achieving score of 1000.
- Buys healing items when 1 live is left. So that the player can replenish his health and achieve score.
- Shows each step how game is played.
The section below shows a list of used technologies, libraries and IDE
This is an example of how you may set up project locally.
To get a local copy up and running follow these simple Installation steps.
- Clone the repo
git clone https://github.com/leopardcoder/dragon
- Run NPM packages
npm install
- Check if .env file exists in root folder and contains URL variable with value 'dragonsofmugloar.com'
- Run:
node startGame.js
/dragon-main/
the root folder/dragon-main/src
project source file
Linas Mockus - linas.mockus@gmail.com
Project Link: [https://github.com/leopardcoder/dragon)