This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
haas:spring2014:unix:projects:webpages [2014/02/23 16:40] – created wedge | haas:spring2014:unix:projects:webpages [2014/03/11 12:56] (current) – [Task] wedge | ||
---|---|---|---|
Line 51: | Line 51: | ||
Your task for this project will be to create a series of web pages in the form of a simple web-based adventure game. | Your task for this project will be to create a series of web pages in the form of a simple web-based adventure game. | ||
- | It will consist of a minimum of 18 pages, each one consisting of a room that the viewer can navigate to. | + | It will consist of a minimum of 18 pages (1 for start page, 1 for map page, 16 minimum for world pages-- of course, you can **always** have more), each one consisting of a room that the viewer can navigate to. |
- | Requirements are as follows: | + | You get to come up with the theme of your particular world/ |
+ | Requirements are as follows: | ||
* starting page in the base of your **public_html/ | * starting page in the base of your **public_html/ | ||
* This page should have an introduction describing the nature of your quest/ | * This page should have an introduction describing the nature of your quest/ | ||
- | * each page must have a set of links to adjoining rooms (methods of connection up to you: left, right, up, down, north, south, etc.) | + | |
- | * also in the base | + | * it should provide a " |
+ | * at least 16 additional pages making up your web-based adventure | ||
+ | | ||
+ | * there needs to be a logical connection of your rooms, so that there can exist a path or paths to enable the viewer to navigate from start to completion | ||
+ | * you need to have (at least) 3 obstacles of some sort (unending abyss, space aliens abduct you, a hungry grue, or whatever fits the overall theme of your adventure). These can constitute dead ends (and if terminal dead ends, should only provide a link back to "start over" | ||
+ | * each page representing a room in your world needs to have (at minimum): | ||
+ | * links to adjoining rooms (even if a terminal dead end- something to let the user "start over" | ||
+ | * descriptions of what the viewer encounters in each room, providing a narrative enticing the user to continue on this adventure you've crafted for them | ||
+ | * each " | ||
+ | * you need to have at least 5 images scattered throughout your world. These can be in the form of a visual aid, augmenting any textual description found on a given page | ||
+ | * You must make use of the following: | ||
+ | * text bolding | ||
+ | * paragraphs | ||
+ | * list | ||
+ | * images | ||
+ | * links | ||
+ | * underline or italics | ||
+ | * table | ||
+ | * font color or size change | ||
+ | |||
+ | This would be a great opportunity to better familiarize yourself with **vi**! | ||
+ | |||
+ | =====Submission===== | ||
+ | To successfully complete this project, the following criteria must be met: | ||
+ | |||
+ | * All criteria indicated above | ||
+ | * To signal completion, submit the URL of your resume to me using the **submit** tool. | ||
+ | |||
+ | To submit this project to me using the **submit** tool, run the following command at your lab46 prompt: | ||
+ | |||
+ | < | ||
+ | $ submit unix webpages http:// | ||
+ | Submitting unix project " | ||
+ | -> http:// | ||
+ | |||
+ | SUCCESSFULLY SUBMITTED | ||
+ | </ | ||
+ | |||
+ | You should get some sort of confirmation indicating successful submission if all went according to plan. If not, check for typos and or locational mismatches. |