Skip to content

h4x0rMadness/TetrominosGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TetrominosGame

A simple Tetrominos game using Java Swing:

Description

Like any simple Tetrominos game, the goal is to get the highest score by adjusting shape of a moving piece and get a complete row to add your score. With longer time played, the game will give you extra bonus for play time.

When the piece pile is as high as the upper border, game over.

How to play

Using Java IDE to run (available to customize and modify)

  1. clone this repo to your local machine
git clone https://github.com/h4x0rMadness/TetrominosGame.git
  1. open the project in your Java IDE (like Intellij)

  2. make sure you have Java installed on your computer and run it! Use W to rotate blocks, S to speed up falling, A and D to slide blocks.

Details of game

  • seven shapes of blocks
  • rotation supported (rotation rules here)
  • of course, boudary check applied

Project Future To-dos:

  • find a way to make game pace faster with longer play time
  • in-game restart and high score recorder maybe
  • some shiny kick-ass cool effects
  • bug free

References

Original Educative Course: the complete java crash course

Tetrominos Rotation Rules

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages