Skip to content

Camolot/dnd

 
 

Repository files navigation

D&D Campaign Manager

a simple character creator and campaign manager, started 8/29/2015

By Tim White, Ike Mattice, Dillon Lloyd Lee, Michael Rapp & Charles Moss

Description

This program is the week-long group project for Epicodus. It will provide easy, simplified construction steps for new D&D5e characters--perfect for beginners!--and store its data in a MySQL database. Dungeon Master's can access campaigns and organize all characters.

Setup

  • Initialize your mysql databases by typing "mysql.server start" and "mysql -uroot -proot" in the terminal.
  • Type "apachectl start" in the terminal, then open localhost:8080/phpmyadmin in your web browser. Password and username are both "root."
  • _Import the dnd.sql.zip file. Import its test as well if you plan to run PHPUnit tests.
  • Clone directory from "https://github.com/fignewtonfood/dnd.git"
  • run "composer install" into the terminal from the main folder directory.
  • run "php -S localhost:8000" from the web folder, then open that location in your web browser.
  • That's it! Run this program from the root web page and follow onscreen directions.

Technologies Used

PHP, Silex, Twig, HTML, CSS, Bootstrap, Composer, Symfony, MySQL. Tests conducted with PHPUnit.

Legal

Copyright (c) 2015 Tim White, Ike Mattice, Dillon Lloyd Lee, Charles Moss, Michael Rapp

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.9%
  • HTML 12.7%
  • CSS 4.4%