Giter Site home page Giter Site logo

adrienmalin / tetris2000 Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 0.0 218.4 MB

Yet another Tetris clone

Home Page: https://adrienmalin.github.io/TETRIS2000/

License: GNU General Public License v3.0

Python 95.85% Batchfile 0.48% NSIS 3.67%
python qt5 tetris python3

tetris2000's Introduction

  icon TETRIS 2000

Yet another Tetris clone, with Qt5 on Python 3

screenshot

Downloads

Build

  • On Linux:

    mkdir TETRIS2000                                          # Create folder
    cd TETRIS2000                                             # Enter folder
    git clone https://git.malingrey.fr/adrien/TETRIS2000.git  # Clone repository
    python3 -m venv venv                                      # Create a virtual environment
    source venv/bin/activate                                  # Activate the virtual environment
    pip3 install -r requirements.txt                          # Install requirements
    python -m fbs run                                         # Run application
    python -m fbs freeze                                      # Freeze
  • On Windows:

    Download and extract source. Open a command prompt and go to extracted directory

    REM Create and activate a virtual environment
    python -m venv venv
    call venv\scripts\activate.bat
    REM Install requirements
    pip install -r requirements.txt
    REM Run application
    python -m fbs run
    REM Create installer
    python -m fbs installer

Credits

Thanks

Thanks to my pythonista friends krakozaure and ABR

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.