Pytris 
       =======
       
       
       Introduction 
       -------------
       
       
       Tetris written using Python in the browser. 
       
       
       Play it!  Source code 
       
 (DIR) Play it!
 (DIR) Source code
       
       Swiftly researching options for Python in the browser, resulted in using Brython . 
       
 (HTM) Brython 
       
       PyScript was another option, but I favored Brython for the lower download size. 
       
 (HTM) PyScript 
       - Controls  -
       
       
       Use cursor keys ▲  ▶  ▼  ◀  SPACE or I  J  K  L  M  SPACE to control the game. 
       
       
       Todo 
       -----
       
       - Could show tetromino preview 
       - Should wall-kick 
       - Should do correct t-spin 
       - Should do recursive gravity (clear lines) 
       
       Main source 
       ------------
       
       - Supporting sources  -
       
 (DIR) pytris.py
 (DIR) blocks.py
 (DIR) bucket.py
 (DIR) render.py
 (DIR) previous Delphi Tetris
       
 (DIR) next Blaztris
       
       
       Related 
       --------
       
 (DIR) [Talk] Tetris4life
 (TXT) Semi generic tetris logo inspired by the Elm logo (.svg) 
 (DIR) Tetris for Commodore 64
 (IMG) Tetris screenshot WIP (.png) 
 (DIR) Tetris inner loop MOS6510 / C=64
 (IMG) Tetris Block (.png) 
 (DIR) Hextris C=64
 (IMG) Hextris screenshot WIP (.png) 
 (DIR) Tetris
 (TXT) /img/fallback.svg (.svg) 
 (DIR) Delphi Tetris
 (IMG) Delphi Tetris (.png) 
 (DIR) Blaztris
 (TXT) /img/fallback.svg (.svg) 
 (DIR) Reactris
 (TXT) /img/fallback.svg (.svg) 
 (DIR) Elmtris
 (TXT) Tetris logo inspired by the Elm logo (.svg) 
 (DIR) GoTris
 (IMG) GoTris (.png)