Skip to content

Commit

Permalink
tetris: adapted some timers
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasbaumann committed Dec 14, 2024
1 parent 9878aef commit 92e38ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/tetris/tetris.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define F '#'

// Simple acceleration calculation (unplayable over 9000 points)
#define ACCEL (50 - score / 100)
#define ACCEL (10 - score / 100)

/* Example: figure "J" rotation 0
* 0b0100010001100000
Expand Down

0 comments on commit 92e38ba

Please sign in to comment.