mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2025-12-31 13:42:40 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b69cb4d9ff | ||
|
|
f7b0bc8da4 | ||
|
|
8298aef8b4 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -162,3 +162,4 @@ debug
|
||||
.logs/
|
||||
checkpoints
|
||||
assets/highscore
|
||||
typst/*.pdf
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Tetri
|
||||
# Tetris
|
||||
 
|
||||
|
||||
<!-- toc -->
|
||||
@ -40,7 +40,7 @@ cd Tetris
|
||||
|
||||
3. Install the required dependencies:
|
||||
```bash
|
||||
pip install .
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
4. Run the game:
|
||||
|
||||
BIN
typst/main.pdf
BIN
typst/main.pdf
Binary file not shown.
@ -99,7 +99,7 @@ cd Tetris
|
||||
|
||||
3. Instalējiet nepieciešamās atkarības:
|
||||
```bash
|
||||
pip install .
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
4. Palaidiet spēli:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user