# Game_With_Python **Repository Path**: computerclass/Game_With_Python ## Basic Information - **Project Name**: Game_With_Python - **Description**: small games with python and pygame, for exercise - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-13 - **Last Updated**: 2022-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Game With Python * small games with python and pygame, for exercise * Currently working on this project, writing a introduction book to python with these little games (group project, with my friends) * To run these games, you need to have pygame installed first. ## To get these code: ```shell $ git clone https://github.com/EYH0602/Game_With_Python ``` ## To install pygame: #### Ubuntu: ```shell $ sudo apt update $ sudo apt install python3-pygame ``` #### Windows 10: ```shell py -m pip install -U pygame --user ``` #### Mac: ```shell python3 -m pip install -U pygame --user ``` ## To run the game: ```shell $ python3 .py ```