Compare commits

..

No commits in common. "main" and "v0.1.3" have entirely different histories.
main ... v0.1.3

4 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View File

@ -162,4 +162,3 @@ debug
.logs/ .logs/
checkpoints checkpoints
assets/highscore assets/highscore
typst/*.pdf

View File

@ -1,4 +1,4 @@
# Tetris # Tetri
![Tests](https://github.com/kristoferssolo/Tetris/actions/workflows/tests.yml/badge.svg) ![Lint](https://github.com/kristoferssolo/Tetris/actions/workflows/lint.yml/badge.svg) ![Tests](https://github.com/kristoferssolo/Tetris/actions/workflows/tests.yml/badge.svg) ![Lint](https://github.com/kristoferssolo/Tetris/actions/workflows/lint.yml/badge.svg)
<!-- 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:

Binary file not shown.

View File

@ -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: