Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:projects:tetris:design_doc [2009/07/28 19:21] jeffwiki:projects:tetris:design_doc [2020/11/19 14:21] (current) – external edit 127.0.0.1
Line 25: Line 25:
  
 The movement of a piece could have a "click" sound associated with it. The movement of a piece could have a "click" sound associated with it.
 +
  
  
Line 30: Line 31:
  
 ===== Camera View ===== ===== Camera View =====
-This is a strait on view of the board.  The camera will not move.  Reference the concept art [[wiki:projects:tetris:conept_doc#concept_art|Game Board]].  The play area is 10 blocks wide by 18 blocks high.+This is a strait on view of the board.  The camera will not move.  Reference the concept art [[wiki:projects:tetris:conept_doc#concept_art|Game Board]].
  
  
Line 44: Line 45:
   * draw screen   * draw screen
  
 +
 +
 +===== The Game =====
 +The play area is 10 blocks wide by 18 blocks high.  On the right hand side at the top will be the next block that will drop.  Below the next block is the player's current score.  Under the current score will be the player's current level.  At the bottom of the screen will be the game status.  The game status can be "playing", "paused", or "game over" This area maybe clickable to pause the game.
 +
 +The scoring is as follows:
 +
 +  * 1 line cleared. level*40+40
 +  * 2 lines cleared. level*100+100
 +  * 3 lines cleared. level*300+300
 +  * Tetris - 4 lines cleared. level*1200+1200
 +
 +The level advance is calculated based on the score and is based on 5000 point increments.  The speed at which the blocks fall will be based on the level as well:
 +
 +  * level * vel
 +
 +The user loses when the blocks reach the top of the screen.
  
 ===== Scoreboard ===== ===== Scoreboard =====
wiki/projects/tetris/design_doc.1248808868.txt.gz · Last modified: 2020/11/19 14:21 (external edit)
Back to top
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0