Some mini-games using Pygame
Project description
Python Package Exercise
Team Members
Linkun Wan Marcus Du Vanessa Viglucci Sara Gizabi
Package Info
This package is a set of 4 minigames that can be run from the main function or included individually in whatever code you choose.
The following code can be used by replacing the placeholder with the specific game of your choosing. The four functions are run_space_game(), run_count_game(), run_rps_game(), run_tic_tac_toe()
from . import space_invaders as spacegame
spacegame.run_space_game()
Otherwise, the game hub can be run from the command line by running the main.py file.
Working with the package
Please feel free to clone this repository from github or install this package from Pypi. All links are at the top of the page.
We recommened using a virtual environment when handling this package, whether you are contributing or simply making use of the minigames.
First ensure that pipenv is installed, then create a virtual environment by entering pipenv shell
To install the package, enter pipenv install -i https://pypi.org/project/mksv-miniGame==0.1.7
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mksv_miniGame-0.1.7.tar.gz.
File metadata
- Download URL: mksv_miniGame-0.1.7.tar.gz
- Upload date:
- Size: 37.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6af455e083ffacc4f4d221c7421db72a263159a01d8d354bb5288dbfd7fe4c1d
|
|
| MD5 |
e4cb6d928da569813d4940b2a6f93644
|
|
| BLAKE2b-256 |
3dc5380c1c3199e308eb1661f16bea0b5e440bffcd2aefc2733af9240ddf90a9
|
File details
Details for the file mksv_miniGame-0.1.7-py3-none-any.whl.
File metadata
- Download URL: mksv_miniGame-0.1.7-py3-none-any.whl
- Upload date:
- Size: 34.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69333366893096a3b04177ee589cd9ac6bdb69d13a1938aadf977c7fa2a7b38a
|
|
| MD5 |
43fc6c59cd14ce1cbd28daa0435e4139
|
|
| BLAKE2b-256 |
06b296c93de08e8c47d0300a5984dbafa6a9585083e05df1f66609fb24c1fcc6
|