Skip to content

FACON-Nicolas/Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

This repository contains the source code of a Tetris' copy. Good Game !

💩 the framework pygame_gui used here is very shitty, it's likely the reason of some bugs. 💩

Summary

Credits

Features

Game paused interface

Game over interface


Pre-requisites

  • Windows

    • Python
    • Git Bash
    • pygame (py -3.8 -m pip install pygame in your terminal)
    • pygame_gui (py -3.8 -m pip install pygame_gui in your terminal)
  • Linux:

    write this in terminal

    #if python is not installed yet.
    sudo apt install python3.8
    
    #if pygame is not installed yet.
    pip install pygame
    
    #if pygame_gui is not installed yet.
    pip install pygame_gui

Install

git clone https://github.com/FACON-Nicolas/Tetris
cd Tetris/
#python3 or py on windows
python3 .script/main.py

Releases

  • 1.0.0 : 2021-12-11
  • 1.0.1 : 2022-04-20

Keys

Keys Actions
UP rotate piece
DOWN go down piece
RIGHT move right piece
LEFT move left piece
SPACE place piece
ESCAPE Pause / Resume

Updates

1.0.1

  • fix bugs
  • upgrade the OOP and code
  • make a multiplatform game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages