1 / 7

Sudoku Project: SDS

Sudoku Project: SDS. Taryn, Jin, Jehsang, Phil and Matt. Overview. Talk about the system System UML diagram Sequence diagram for playing a new puzzle Sequence diagram for registering Planned features for prototype/final product. The System. Playing a New Game.

makan
Download Presentation

Sudoku Project: SDS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Sudoku Project: SDS Taryn, Jin, Jehsang, Phil and Matt

  2. Overview • Talk about the system • System UML diagram • Sequence diagram for playing a new puzzle • Sequence diagram for registering • Planned features for prototype/final product

  3. The System

  4. Playing a New Game User enters desired difficulty level, pushes start User enters numbers on the Sudoku grid User pushes the “Finished” button. If the puzzle was correct, the time it took to solve is shown to the user

  5. Registering for the Site • User decides to register and navigates to the registration page • They enter a desired ID and we check the database to see if the ID is available • User submits all registration information and they are taken to the confirmation page if registration was successful.

  6. Features of the Prototype • Users should be able to register to the site – not bug free (no mechanism for checking existing ID) • Users should be able to login/logout – not bug free (may or may not be maintained across multiple page loads, no mechanism for securing password) • Users should be able to play at least one unique game of Sudoku (regardless of registration status) via our UI – some bugs will be allowed at this stage • Will not record best times for users • Will keep time during game play • No mechanism for verifying the integrity of submitted games

  7. Features of the Final Product • Users should be able to interactively register to the site (complete w/ check if ID is available) • Users should be able to login/logout – but free (user should be able to navigate site without having to login/logout a second time unless desired) • Random games will be generated on the fly according to varying levels of difficulty • UI will have a professional appearance • Users will be able to play any number of games of Sudoku (regardless of registration status) via our UI – no bugs, very robust • Will record best times for users across various difficulty classes • Will record global best times across users for each difficulty level • Users will be able to request hints as to whether their puzzle has any mistakes • Mechanism for verifying integrity of submitted games implemented

More Related