https://github.com/hhhrrrttt222111/pybox
PyBox provides you with a compilation of many such Python games, serving as a platform to, simply put, have fun. Ranging from pen and paper games like Tic Tac Toe to watered down and modified versions of popular classic arcade games like Snake, Flappy bird and Pong, we have a game for everybody to play.
https://github.com/hhhrrrttt222111/pybox
games github-projects hacktoberfest object-oriented-programming pygame pygame-application python python-development python-game python-game-development python-game-library python-games python-gui python3 tkinter tkinter-game tkinter-library tkinter-python
Last synced: 5 months ago
JSON representation
PyBox provides you with a compilation of many such Python games, serving as a platform to, simply put, have fun. Ranging from pen and paper games like Tic Tac Toe to watered down and modified versions of popular classic arcade games like Snake, Flappy bird and Pong, we have a game for everybody to play.
- Host: GitHub
- URL: https://github.com/hhhrrrttt222111/pybox
- Owner: hhhrrrttt222111
- License: mit
- Created: 2020-05-23T11:27:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T15:47:14.000Z (over 2 years ago)
- Last Synced: 2023-03-06T20:17:25.416Z (about 2 years ago)
- Topics: games, github-projects, hacktoberfest, object-oriented-programming, pygame, pygame-application, python, python-development, python-game, python-game-development, python-game-library, python-games, python-gui, python3, tkinter, tkinter-game, tkinter-library, tkinter-python
- Language: HTML
- Homepage: https://hhhrrrttt222111.github.io/PyBox/
- Size: 2.27 MB
- Stars: 45
- Watchers: 2
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# PyBox
[](https://github.com/hhhrrrttt222111/PyBox/network)
[](https://github.com/hhhrrrttt222111/PyBox/stargazers)#### PyBox provides you with a compilation of many such Python games, serving as a platform to, simply put, have fun. Ranging from pen and paper games like Tic Tac Toe to watered down and modified versions of popular classic arcade games like Snake, Flappy bird and Pong, we have a game for everybody to play.
#### PyBox was created with a simple aim. To chase away boredom using simple games designed in Python. Here you can find some of your favorite games to play in your pastime.## Games
* ### [Flappy Ball](https://hhhrrrttt222111.github.io/PyBox/python/Flappy.html)
* ### [Tile 15](https://hhhrrrttt222111.github.io/PyBox/python/Tile-15.html)
* ### [Tic-Tac-Toe](https://hhhrrrttt222111.github.io/PyBox/python/Tic-Tac-Toe.html)
* ### [Canon Fire](https://hhhrrrttt222111.github.io/PyBox/python/Cannon-Fire.html)
* ### [Connect 4](https://hhhrrrttt222111.github.io/PyBox/python/Connect-Four.html)
* ### [Snake](https://hhhrrrttt222111.github.io/PyBox/python/Snake.html)
* ### [Maze](https://hhhrrrttt222111.github.io/PyBox/python/Maze.html)
* ### [Tetris](https://hhhrrrttt222111.github.io/PyBox/python/Tetris.html)
* ### [Guessing Number](https://hhhrrrttt222111.github.io/PyBox/python/Guessing-Number.html)
* ### [Pacman](https://hhhrrrttt222111.github.io/PyBox/python/Pacman.html)
* ### [Hangman](https://hhhrrrttt222111.github.io/PyBox/python/Hangman.html)
* ### [Egg Catcher](https://hhhrrrttt222111.github.io/PyBox/python/Egg-Catcher.html)
* ### [Tron](https://hhhrrrttt222111.github.io/PyBox/python/Tron.html)
* ### [Pong](https://hhhrrrttt222111.github.io/PyBox/python/Pong.html)
* ### [Catch The Ball](https://hhhrrrttt222111.github.io/PyBox/python/Catch-The-Ball.html)
* ### [Matchmaker](https://hhhrrrttt222111.github.io/PyBox/python/Matchmaker.html)
* ### [Simon Says](https://hhhrrrttt222111.github.io/PyBox/python/Simon-Says.html) :new:
### Download Python :snake:
* https://www.python.org/downloads/### Download Pycharm :computer:
* https://www.jetbrains.com/pycharm/download/#section=windows## Get Started
```
pip install pygame
pip install freegames
```
```
import turtle as tk
import tkinter as t
import freegames
import pygame
```
### References
* https://www.freecodecamp.org/
* http://www.grantjenks.com/blog/### 💻 Resource Links to get started
* **[HackerRank](https://www.hackerrank.com/domains/python)**
* **[Scrimba](https://scrimba.com/)**
* **[Programiz](https://www.programiz.com/python-programming)**
* **[Codecademy](https://www.codecademy.com/)**
### Show some :green_heart: and :star: the Repo to SUPPORT