Home    Bio    Interests    Resume     Art Work    Current Projects    What's to Come

Mech Games:

The concept is a simple one. It is the far future and the sport of choice is now mech combat. There are two styles of combat. Duels and tournament. Duels are fought for any number of reasons, practice or boredom being the leading ones. Tournaments are entered to win new tech or cash prizes. Your skill as a commander of Mechs will also increase with each combat that you do.

Techinal stuff: This project is going to take quite a few different types of programming.

  1. There will be the basic html that will need to be done for the webpages.
  2. Php will be used to communicate with the database, and set up the maps.
  3. Mysql will store the maps and player information.
  4. XML to store data about the mechs that will be needed by the Javascript of dynamic updates
  5. Javascript will be used for changing the pages dynamically including but not limited to:
    • Highlighting where the mech can move
    • Highlighting where the currently selected weapon can hit
    • Input checking
    • Changing the information window to the currently selected element
    • Information window when mouse over a mech
    • Get information out of the XML documents being used

Battle Map:

Purpose: Create a series of pages that will allow for the creation, modification, and playing field for a number of players in a roleplaying game. The controlling person (DM) ie. the person that creates the maps should be able to:

The players are able to:

Technical Details:

The following should be all you need to get you started on the Battle Map pages. If not, follow Step four.