Skip to content

t1t0/gameofdrones

Repository files navigation

gameofdrones

An UruIT test App

A rock, paper and scissor game app inspired in the tv show The Big Bang Theory. It is setup to run the a modified version of the game the Rock, Paper, Scissor, Lizard, Spock Version.

Instructions

Github

Clone or download the repository

Setup

Enter in the app folder and run the next command

npm install

##Database It runs in a test mongoDB database host in MongoDB Atlas cloud. if you want to change the database just change the database.js file in /app folder.

Run server

Run the server with the following command

npm start

if you are gonna make some changes, you may prefer to use nodemon instead

npm run dev

Change the Rules (moves) settings

To change the rules of the game edit the app.js inside src/app/ folder. The moves state is what you need to change. Take in count that if there is a logic issue, the app will notify and end the game in progress if needed so you can make the necesary changes in the rules.

About

An UruIT test App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published