/dice-crawl

Primary LanguageJavaScript

Dice Crawl

Users can play a game of dice crawl: search the dungeon, get treasure, defeat the dragon, 9/26/2015

By Tim White, Mike Chastain, Charles Moss, Samantha Maturen, Michael Rapp, Rick Hills

Description

Users will see a randomly created dungeon and be randomly assigned a race and class. Using their bank of dice, they will be able to defeat monsters, unlock powers, and gain treasures.

Setup

Clone and open index.html in your browser.

OSX: In your project folder in the terminal, enter

python 2.x

$ python -m SimpleHTTPServer

python 3.x

python -m http.server

and then navigate to localhost:8000

Windows, you can download Mongoose, copy it to your project folder, and double-click it to launch a server and open your page in the browser.

Technologies Used

This project makes use of: AngularJS and Angular-ui / ui-router

Legal

Copyright (c) 2015 Tim White, Mike Chastain, Charles Moss

This software is licensed under the MIT license.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.