computer science project proposal

5
Computer Science Project proposal Team 1 Member : 劉劉劉 劉劉劉

Upload: serina-holder

Post on 03-Jan-2016

24 views

Category:

Documents


0 download

DESCRIPTION

Computer Science Project proposal. Team 1 Member : 劉和軒 沈文迪. Project information. What we are going to do? A maze!!! Why is it worth doing? Entertaining and brain-twisting. Design framework. Classes Role/Path/ fPath /Maze/Space Methods Operation function - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Computer Science Project proposal

Computer ScienceProject proposal

Team 1Member :劉和軒 沈文迪

Page 2: Computer Science Project proposal

Project informationWhat we are going to do? A maze!!!Why is it worth doing? Entertaining and brain-twisting

Page 3: Computer Science Project proposal

Design frameworkClasses Role/Path/fPath/Maze/SpaceMethods Operation function Path function

Page 4: Computer Science Project proposal

SpecificationRole To position and change the position of the rolePath To generate a proper path to gofPath To generate a proper X-pathMaze To generate the mazeSpaceTo assign a special value to a certain space

Page 5: Computer Science Project proposal

Test PlanFor any wrong input , there is a default

function.Every border is definedEvery block is impassableThere exist a solution in every game.(Play

many times)