Skip to content

Commit

Permalink
Saving Tetris example as timings (and randomness) have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Baekalfen committed Sep 29, 2024
1 parent c1fe327 commit 9ae4fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/examples/gamewrapper_tetris.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
tetris.start_game(timer_div=0x00) # The timer_div works like a random seed in Tetris

tetromino_at_0x00 = tetris.next_tetromino()
assert tetromino_at_0x00 == "Z", tetris.next_tetromino()
assert tetromino_at_0x00 == "O", tetris.next_tetromino()
assert tetris.score == 0
assert tetris.level == 0
assert tetris.lines == 0
Expand Down

0 comments on commit 9ae4fc4

Please sign in to comment.