mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2025-12-31 13:42:40 +00:00
Compare commits
No commits in common. "main" and "v0.1.3" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -162,4 +162,3 @@ debug
|
|||||||
.logs/
|
.logs/
|
||||||
checkpoints
|
checkpoints
|
||||||
assets/highscore
|
assets/highscore
|
||||||
typst/*.pdf
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# Tetris
|
# Tetri
|
||||||
 
|
 
|
||||||
|
|
||||||
<!-- toc -->
|
<!-- toc -->
|
||||||
@ -40,7 +40,7 @@ cd Tetris
|
|||||||
|
|
||||||
3. Install the required dependencies:
|
3. Install the required dependencies:
|
||||||
```bash
|
```bash
|
||||||
pip install -e .
|
pip install .
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Run the game:
|
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:
|
3. Instalējiet nepieciešamās atkarības:
|
||||||
```bash
|
```bash
|
||||||
pip install -e .
|
pip install .
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Palaidiet spēli:
|
4. Palaidiet spēli:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user