https://github.com/the-byte-bender/punch
A complete remake of the audio game screaming strike
https://github.com/the-byte-bender/punch
accessibility audiogame blind game python python3
Last synced: 20 days ago
JSON representation
A complete remake of the audio game screaming strike
- Host: GitHub
- URL: https://github.com/the-byte-bender/punch
- Owner: the-byte-bender
- License: gpl-3.0
- Created: 2023-10-07T15:10:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T22:13:09.000Z (over 2 years ago)
- Last Synced: 2023-12-15T18:55:42.814Z (over 2 years ago)
- Topics: accessibility, audiogame, blind, game, python, python3
- Language: Python
- Homepage:
- Size: 3.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## How to Run the Game
This project relies on `poetry` for managing dependencies. To get started, follow these steps:
1. Clone the repository and cd into it.
2. **first, you need to install Dependencies:**
run `poetry install`
3. **Launch the Game:**
run `poetry run punch`