Skip to content

Clontris is a clone of Tetris written in Python 3 and using the Kivy framework.

License

Notifications You must be signed in to change notification settings

kcthrn/clontris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clontris

Clontris is a bare bones clone of the infamous tile-matching puzzle game Tetris, written in Python 3 and using the Kivy Framework.

Clontris is primarily a programming exercise.

Note

Contributions will not be accepted at this time.

Installation

Clontris isn't released yet. See the next section.

How to run Clontris from source

You will need:

  • Python 3.5 or later on your system

Instructions:

  1. Follow Kivy's (v1.10.0) installation instructions for your operating system.

  2. Clone this repo or download the source archive and extract the source code.

  3. In your terminal/console cd into the source code's root folder, which should contain these folders: clontris, docs.

  4. Launch with Python:

    python -m clontris
    

Keyboard controls

  • LEFT -- Slide piece left
  • RIGHT -- Slide piece right
  • Z -- Rotate piece anticlockwise
  • X -- Rotate piece clockwise
  • SPACE -- Hard drop

Licence

Copyright (C) 2017 Kacy Thorne
Clontris is licenced under the GPLv3 (see LICENSE.txt or http://www.gnu.org/licenses/)

About

Clontris is a clone of Tetris written in Python 3 and using the Kivy framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages