Skip to content

Multithread, level counting, better UI & others

Latest
Compare
Choose a tag to compare
@le-chartreux le-chartreux released this 30 Aug 09:24
· 1 commit to main since this release

V2 of Tertris, with a full remake of the code:

  • Play a poor clone of the Tetris' NES version onto a terminal ๐ŸŽฎ ๐Ÿ’ป
  • No (known) bugs! (but multithread-unsafe for now) ๐Ÿ™… ๐Ÿ›
  • The title screen of v1.1.0 is not yet implemented
  • Since it uses the Python3's curses module, it works only on Unix-based OS. ๐Ÿง ๐ŸŽ
  • To use it, set the size of your terminal to at least 50x25 then copy and paste the following command lines onto your terminal:
    • wget https://github.com/VMoM/Tertris/releases/download/v2.0.0/Tertris_2.0.0.zip # to download the release
    • unzip Tertris_2.0.0.zip # to unzip the release
    • rm Tertris_2.0.0.zip # to delete the now useless .zip
    • cd Tertris_2.0.0 # to go to the directory
    • sh Tertris.sh # to run the game
  • This project will install nothing but what is in the .zip onto your computer. It will break noting if you just follow the instructions. You can delete its folder without risk at any time (if the game is not running).
  • Please note that if the game crashes without being able to stop correctly (something that never appends to me in that version), it can make strange changes onto your terminal. Please just restart your terminal and everything will be back to normal.