Skip to content

The Labyrinth Lord Dwarf Generator is designed primarily with PHP and jQuery. The Launch Page has a series of drop-down menus, input fields and checkboxes, where alignments, weapons, armour, gear, character level, etc., are added to the character sheet. When the submit button is entered, the information (variables) is collected through POST meth…

Notifications You must be signed in to change notification settings

mark-tasaka/php-jquery-labyrinth-lord-dwarf-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-jquery-labyrinth-lord-dwarf-generator

The Labyrinth Lord Dwarf Generator is designed primarily with PHP and jQuery. The Launch Page has a series of drop-down menus, input fields and checkboxes, where alignments, weapons, armour, gear, character level, etc., are added to the character sheet. When the submit button is entered, the information (variables) is collected through POST methods and added to the character sheet. Several of the variables POSTED modify the values on the character sheet; therefore, jQuery or PHP functions have been created to make these adjustments possible.

Several of the jQuery/JavaScript functions are stored in external files, as a means of creating greater design efficiency, with the goal of designing a program with high cohesion and low coupling. In this way, this program replicates Object-Oriented design. JSON is used to store multi-column variables, with jQuery functions used to retrieve these variables.

About

The Labyrinth Lord Dwarf Generator is designed primarily with PHP and jQuery. The Launch Page has a series of drop-down menus, input fields and checkboxes, where alignments, weapons, armour, gear, character level, etc., are added to the character sheet. When the submit button is entered, the information (variables) is collected through POST meth…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published