PyTris Code
Brought to you by:
jsellers0
File | Date | Author | Commit |
---|---|---|---|
Board.py | 2014-04-27 |
![]() |
[2a5cac] Basic GUI working again. |
CONST.py | 2014-04-27 |
![]() |
[2a5cac] Basic GUI working again. |
EventHandler.py | 2014-04-27 |
![]() |
[2a5cac] Basic GUI working again. |
ImageHandler.py | 2014-04-25 |
![]() |
[860801] Fingers Double Crossed |
Piece.py | 2014-04-27 |
![]() |
[2a5cac] Basic GUI working again. |
PyTris.py | 2014-04-27 |
![]() |
[2a5cac] Basic GUI working again. |
Title.py | 2014-04-25 |
![]() |
[860801] Fingers Double Crossed |
readme.txt | 2014-04-27 |
![]() |
[2a5cac] Basic GUI working again. |
scratch.py | 2014-04-25 |
![]() |
[f1d696] git fix *crosses fingers* |
Pretty sure I will finish this one. Could be the booze talking. To Do: fix lateral clipping create all piece types create random piece generator create scoring system create level system re-implement GUI documentation create continue system options: ##Config file to hold default settings ##Cascade Clearing: On - When lines clear, free pieces will fill any gaps below them on the board. Off - When lines clear, free pieces will hover over any gaps below them on the board. **Enables combo/multiplyer scoring Defualt - Off DONE ##Auto-Drop: On - Down arrow auto-drops piece into place Off - Down arrow has no effect Default - Off