Compare commits

...

3 Commits
v0.1.3 ... main

Author SHA1 Message Date
github-actions[bot]
b69cb4d9ff chore(build): auto-build pdf 2024-01-17 12:32:24 +00:00
Kristofers Solo
f7b0bc8da4 fix: typo 2024-01-17 14:31:57 +02:00
Kristofers Solo
8298aef8b4 docs: update install instructions 2024-01-17 14:26:05 +02:00
4 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -1,4 +1,4 @@
# Tetri # Tetris
![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 . pip install -e .
``` ```
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 . pip install -e .
``` ```
4. Palaidiet spēli: 4. Palaidiet spēli: