- This is a tool for Talisman players. It helps them decide on maps for the Talisman game night.
Project is created with:
- Node v14.16.0
- JS ES6
- EJS
It requires npm extenstions to work:
- lodash
- express
- body-parser
- ejs
To run this project, install it locally using npm:
$ cd ../lorem
$ npm install
$ npm start
$ npm i express body-parser ejs lodash
Page can be loaded using:
$ nodemon index.js
or
$ node index.js
Choose extenstions (maps) you own, then insert the number of maps you want to play with tonight and click Draw button.
This project was created only for educational purposes.