10 Commits

Author SHA1 Message Date
adrienmalin
68cf21392c propertize just Point.x and y 2018-08-18 00:16:58 +02:00
adrienmalin
095e0ebf62 Reduce latency with no updating on ghost hard drop, merge block.py with tetromino.py 2018-08-12 17:14:19 +02:00
adrienmalin
3bd090b38e Improve latence by using PreciseTimer 2018-08-12 03:02:37 +02:00
adrienmalin
97131e02cf minor fix
-    def move(self, horizontally, vertically, trail=False):
+    def move(self, horizontally, vertically, trail=0):
2018-08-11 12:46:23 +02:00
adrienmalin
0017add342 Formatting with black 2018-08-07 01:11:32 +02:00
adrienmalin
d1c2be7d1f More file merging 2018-08-07 01:07:44 +02:00
adrienmalin
a264f0cae0
Revert back merge error 4h ago
I nearly lost my mind
2018-08-06 23:00:06 +02:00
adrienmalin
fd39b59111 Revert "Merge branch 'master' of https://github.com/adrienmalin/Tetris2000"
This reverts commit 99d6da5990bed75097b70926f7622d852a38080a, reversing
changes made to c4914eedd844b97661796b3b2c8abfa78353dfc5.
2018-08-06 20:49:07 +02:00
adrienmalin
c176782d16 More code splitting 2018-08-06 12:23:47 +02:00
adrienmalin
e303a4e779
V0.3
- Change background images as I am not sure the other really are CC0
- Change music to remixes from ocremix.org
- Split code into several files
- Change setting dialog layout
- Add splashscreen
- Minor fixes
2018-08-06 02:14:44 +02:00