Skip to content

Commit

Permalink
Fix compilation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-borges committed Jan 28, 2024
1 parent 2830d14 commit a303a97
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ A game in which you need to count how many objects are on the screen! It's harde

## Assests

Goat - https://opengameart.org/content/mountain-goat-sprites
Font - https://www.dafont.com/minecraft.font
Goats: https://opengameart.org/content/mountain-goat-sprites

Font: https://www.dafont.com/minecraft.font

## Generate executable

Expand All @@ -20,8 +21,4 @@ pyinstaller --onefile \
--add-data assets:assets \
--add-data sounds:sounds \
main-window.py
# Second way
pyinstaller --onefile main-window.py
tar -zcvf 3_2_5_can_you_count.tar.gz dist/
```

0 comments on commit a303a97

Please sign in to comment.