https://github.com/shevchenkool/python-game
https://github.com/shevchenkool/python-game
py-game python
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/shevchenkool/python-game
- Owner: ShevchenkoOl
- Created: 2024-01-05T13:01:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T15:14:58.000Z (about 2 years ago)
- Last Synced: 2024-05-18T16:28:13.934Z (about 2 years ago)
- Topics: py-game, python
- Language: HTML
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# War Goose
This is a simple children's game implemented in pure Python using the pygame library.
## Launch
To launch the game, follow these steps:
1. Clone the repository: git clone https://github.com/ShevchenkoOl/python-game.git;
2. Go to the game directory: cd python-game;
3. Install the required dependencies: pip install -r requirements.txt
Make sure you have Python and pip installed. This command will install all the dependencies required for the game to run;
4. Run the game using Python: python main.py
Make sure you have a version of Python installed that is compatible with the game.
## Autor
Toto úložiště vytvořil a spravuje [Oleksii Shevchenko](https://shevchenkool.github.io/portfolio/). Dotazy, návrhy a zpětnou vazbu lze směřovat na [email](uzlabini@gmail.com) or [linkedin profile](linkedin.com/in/oleksii-shevchenko-535ab61b8).