Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.54 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.54 KB

Tetris license

Getting Started:

  1. Download the zip and unzip it.
  2. Click on the shortcut and enjoy the game!

DISCLAIMER: This was coded primarily with a Lenovo ThinkPad T590 which has an integrated GPU in the Core i7. When I recently built my own computer with an Nvidia RTX 3050, I realized how fast everything is just due to the fps difference. Just please keep this in mind if this happens with you.


This project was inspired by the original Tetris game. It is almost like the original, but it has the following issues that will be fixed in the future:

  1. If a line isn't formed at the bottom, it doesn't count.
  2. There is a glitch where sometimes parts of blocks go out of playable area.

If you inspect my code, you will see a lot of code blocks. I had the goal of finishing this within a few weeks, so I brute forced my way through not worrying much about efficiency. So, I am aware there is another path I can take for a future version to rebuild the core code which eliminates these blocks and might also solve the issues stated above.

I had a lot of fun making this!