# Python-Games **Repository Path**: tuken/Python-Games ## Basic Information - **Project Name**: Python-Games - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-11-06 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python-Games [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/check-it-out.svg)](https://forthebadge.com) This repository contains a collection of small python games made by me using turtle, tkinter and pygame library. ## All the Games are listed here * ### [Aeroblasters](https://github.com/pyGuru123/Python-Games/tree/master/Aeroblasters) > Aeroblasters is a 2d plane shooter arcade game. * ### [Angry Walls](https://github.com/pyGuru123/Python-Games/tree/master/Angry%20Walls) > A simple hypercasual game made on pydroid3. * ### [Arc Dash](https://github.com/pyGuru123/Python-Games/tree/master/Arc%20Dash) > Arc Dash is a simple endless target based hypercasual arcade game. * ### [Asteroids](https://github.com/pyGuru123/Python-Games/tree/master/Asteroids) > Asteroids is an implementaion of Asteroids game in pygame. * ### [Bounce](https://github.com/pyGuru123/Python-Games/tree/master/Bounce) > Bounce is an clone of the original Nokia's Bounce game * ### [Car Dodge 2D](https://github.com/pyGuru123/Python-Games/tree/master/Car%20Dodge%202d) > A car dodge game made on pydroid3. * ### [Cave Story](https://github.com/pyGuru123/Python-Games/tree/master/Cave%20Story) > A cave adventure based 2d platformer game made on pydroid3. * ### [Connected](https://github.com/pyGuru123/Python-Games/tree/master/Connected) > Connected is a simple endless hypercasual game. * ### [Dino](https://github.com/pyGuru123/Python-Games/tree/master/Dino) > Dino is an implementaion of chrome dino game but with cheatcodes. * ### [Dodgy Walls](https://github.com/pyGuru123/Python-Games/tree/master/Dodgy%20Walls) > Dodgy walls is a simple endless hypercasual arcade game. * ### [Dots & Boxes](https://github.com/pyGuru123/Python-Games/tree/master/Dots%20%26%20Boxes) > Dots & Boxes is a simple dots and boxes game clone made with pygame. * ### [Egg Catching Game](https://github.com/pyGuru123/Python-Games/tree/master/Egg%20Catching%20Game) > Collect Eggs, score points. A simple game for pydroid3. * ### [Flappy Bird](https://github.com/pyGuru123/Python-Games/tree/master/Flappy%20Bird) > An implementation of flappy bird on pydroid3. * ### [GhostBusters](https://github.com/pyGuru123/Python-Games/tree/master/GhostBusters) > GhostBusters is a scrollable platformer game with parallax. * ### [HyperTile Dash](https://github.com/pyGuru123/Python-Games/tree/master/HyperTile%20Dash) > HyperTile Dash is a simple target based endless hypercasual arcade game. * ### [Jungle Dash](https://github.com/pyGuru123/Python-Games/tree/master/Jungle%20Dash) > Jungle Dash is a 2D platformer game made with pygame. * ### [Memory Puzzle](https://github.com/pyGuru123/Python-Games/tree/master/Memory%20Puzzle) > Memory Puzzle is a simple puzzle game based on fruits made with pygame. * ### [MineSweeper](https://github.com/pyGuru123/Python-Games/tree/master/MineSweeper) > MineSweeper game written using tkinter library. * ### [Piano Tiles](https://github.com/pyGuru123/Python-Games/tree/master/Piano%20Tiles) > Piano Tiles musical game written using pygame library. * ### [Picture Sliding Puzzle](https://github.com/pyGuru123/Python-Games/tree/master/Picture%20Sliding%20Puzzle) > Picture Sliding Puzzle is an implementation of 15 puzzle in tkinter library. * ### [Pong](https://github.com/pyGuru123/Python-Games/tree/master/Pong) > Pong game written using turtle module. * ### [Qircle Rush](https://github.com/pyGuru123/Python-Games/tree/master/Qircle%20Rush) > Qircle Rush is a simple hypercasual game written using pygame library. * ### [Rock Paper Scissor](https://github.com/pyGuru123/Python-Games/tree/master/Rock%20Paper%20Scissor) > Rock Paper Scissor game written using tkinter library. * ### [Rotate Dash](https://github.com/pyGuru123/Python-Games/tree/master/Rotate%20Dash) > Rotate Dash is a simple hypercasual game written using pygame library. * ### [Tetris](https://github.com/pyGuru123/Python-Games/tree/master/Tetris) > Tetris is a tetris clone made using python and pygame. * ### [Tic Tac Toe](https://github.com/pyGuru123/Python-Games/tree/master/Tic%20Tac%20Toe) > Tic Tac Toe game written using tkinter library. *** ## Games made on / for pyrdoid3 These games are specifically made and optimised for pydroid3 * [Aeroblasters](https://github.com/pyGuru123/Python-Games/tree/master/Aeroblasters) * [Angry Walls](https://github.com/pyGuru123/Python-Games/tree/master/Angry%20Walls) * [Arc Dash](https://github.com/pyGuru123/Python-Games/tree/master/Arc%20Dash) * [Cave Story](https://github.com/pyGuru123/Python-Games/tree/master/Cave%20Story) * [Connected](https://github.com/pyGuru123/Python-Games/tree/master/Connected) * [Dodgy Walls](https://github.com/pyGuru123/Python-Games/tree/master/Dodgy%20Walls) * [Egg Catching Game](https://github.com/pyGuru123/Python-Games/tree/master/Egg%20Catching%20Game) * [HyperTile Dash](https://github.com/pyGuru123/Python-Games/tree/master/HyperTile%20Dash) * [Flappy Bird](https://github.com/pyGuru123/Python-Games/tree/master/Flappy%20Bird) * [Qircle Rush](https://github.com/pyGuru123/Python-Games/tree/master/Qircle%20Rush) * [Rotate Dash](https://github.com/pyGuru123/Python-Games/tree/master/Rotate%20Dash) *** ## Tools & Utilities * ### SpriteSheet Cutter > SpriteSheet Cutter is a tool to cut spritsheets.\ > Link to project : [SpriteSheet Cutter](https://github.com/pyGuru123/Python-Games/tree/master/SpriteSheet%20Cutter) * ### Level Designer > Level Designer is a tool to design levels for 2D non scrollable platformer games.\ > Link to project : [Level Designer](https://github.com/pyGuru123/Python-Games/tree/master/Level%20Designer) *** ## Game Resources To get a complete list of free and awesome 2D game resources including Spritesheets, Sounds, Textures, HUDs, Menus and other game assets [click here](https://github.com/pyGuru123/gitMemory/blob/main/game%20resources.md)

Show ❤️ By Starring this