资源描述:
《网页代码游戏应用的设计与开发_计算机系毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)题目网页代码游戏应用的设计与开发中文摘要随着Internet的迅猛发展,社会已经进入了网络时代。电子商务、网上购物、网上调查、网上学校等已经确确实实地存在于我们身边,而掌握网页和网站的设计技术已经成为程序员的必备技能,将一些编程技术融入网站设计中,可以建立出具有强大功能的动态网页。该论文就是基于以上目的,通过使用html技术来完成网站的设计。本系统利用超文本语言和javascript,应用html技术和采用javascript语言来构成网页游戏应用的基本代码,完成了基于html的
2、网页小游戏。它操作简单,结果清晰。本文主要介绍了俄罗斯方块网页小游戏设计开发的整个过程,本网页在开发方法上采用了结构化模块的设计方法,根据用户操作的需求及程序的应用与响应,将程序各个部分置于不同的模块当中,一一实现各模块,近而完成整个系统的开发。本游戏分为主屏幕不服、落下方块的状态,方块满一行消去,计时系统、积分系统、操作按钮及提示对话框组成等。最后,对本次设计取得的成绩和不足作以概括性的总结,并对未来的工作进行展望。关键词:互联网俄罗斯方块网页小游戏htmljavascriptAbstract
3、窗体顶端WiththerapiddevelopmentoftheInternetsociety,hasenteredtheInternetage.E-commerce,onlineshopping,onlinesurveys,onlineschoolshaveactuallyexistintheUS,insteadofWebpagesandWebsitedesignandtechnologyhavebecometheessentialskills,theprogrammerwillbesomep
4、rogrammingtechnologyintowebsitedesign,youcanmakeapowerfulfunctionofdynamicWebpages.Thepaperisbasedontheabovepurpose,byusingtheASPtechnologytocompleteWebsitedesign.Thissystemusehypertextlanguageandjavascript,applicationtechnologyandusingjavascriptHTML
5、languagetoconstitutethebasicwebgameapplicationcode,andcompletedtheHTMLwebbasedonlittlegame.Itsimpleoperation,theresultisclear.ThisarticlemainlyintroducedtheRussiansquareweblittlegame,designanddevelopmentofthewholeprocess,thissiteinthedevelopmentmetho
6、dusedonthestructuralmoduledesignmethods,accordingtotheneedsoftheuseroperationsandtheapplicationoftheprogramandresponse,willbeplacedindifferentpartsoftheprogramofmodule,fulfilledeachmodule,nearlytheentiresystemofdevelopmentandcomplete.Squarestate,squa
7、refulllinedisappear,go,timingsystem,integralsystem,operationbuttonandhintofdialogbox,etc.Atlast,thedesignoftheachievementsanddeficiencyingeneralsummary,andprospectsthefuturework.Keywords:theInternetRussiansquareweblittlegameHTMLjavascript目录第一章、引言1第二章
8、、系统开发相关技术及环境介绍22.1HTML网页技术22.1.1什么是HTML的网页22.1.2HTML网页技术原理22.1.3网页技术比较32.1.4运行平台52.1.5页面对象52.2JavaScript简介62.2.1JavaScript简介62.2.2JavaScript工作原理92.2.3系统运行环境10第三章、总体设计123.1设计本网站的总体思想123.2网站的总体结构133.3各模块功能14第四章、详细设计154.1总体模块设计154.2俄罗斯方块系统主页面15第五章、结束语25