-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (26 loc) · 1.61 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Tetris Instructions:
Run tetris.py to run the game!
One or multiplayer!
Press UP to join the game
Once all players have joined, press DOWN to start the game
Workes with joypad (tested with SNES usb type joypad)
Use LEFT and RIGHT to move your shape, UP to rotate, and DOWN it to the bottom directly.
If you clear sevral lines at once, lines (or packages) will appear at the bottom of your opponent�s board. The number of packages depends on the number of players.
The blocks drop faster as players clear more lines.
When one player�s board reaches the top of the screen, they lose and the last player wins.
Press ESC to exit the program during a game.
Made by Peter Steffensen 2017. But...
Teftes was originally forked from "Burton-Conner-Tetris-Battle-master". Then I changed so much that I thought I was easier for all if I just uploaded it like a new project. So the original code was created by: Russell Cohen <[email protected]> and Leah Alpert <[email protected]>
See the end of the file for license conditions.
This file is part of Teftes.
Teftes is free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
Teftes is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with Teftes. If not, see
<http://www.gnu.org/licenses/>.