Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Qwekem482/StrangeTetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strange Tetris

A simple Tetris but with 9 blocks

Developed by Qwekem482

Graphic Design by Qwekem482 & Nemie

Game Mechanism

Same as other Tetris game, random block will spawn from top of the play ground. There is a small windows that will show next spawn block.

Level Mechanism

There is a level mechanism that will increase score and drop speed. Amount of exp point is equal to number of total cleared row.

Exp formula: MIN((level x 10 + 10), MAX(100, level x 10 - 50))

Score Mechanism

Score will increase as level and number of clear line at once increase. Because the longest block is 4 block, maximum number of clear line at once is 4

Score formula:

Level 1 line 2 lines 3 lines 4 lines
0 40 100 300 1200
1 80 200 600 2400
2 120 300 900 3600
9 400 1000 3000 12000
n 40 x (n + 1) 100 x (n + 1) 300 x (n + 1) 1200 x (n + 1)

Increase Speed Mechanism

Under Development

Support and Tutorial

Group 310

  • This project is made with Unity Engine, coded with Visual Studio Code.
  • Sprite and UI created with the help of Nemie and me using Figma.
  • This game is created with the help of #f37700Stackoverflow, #00fff0noobtuts.