124 skills found · Page 1 of 5
pygame / Pygame🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.
pygame-community / Pygame Ce🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
itspyguru / Python GamesA collection of small python games made by me using pygame and tkinter libraries
rajatdiptabiswas / Snake Pygame:snake: A snake game written in Python using the Pygame library
dhhruv / Sudoku Solver🎯 This Python-based Sudoku Solver utilizes the PyGame Library and Backtracking Algorithm to visualize and solve Sudoku puzzles efficiently. With its intuitive interface, users can input and interact with the Sudoku board, allowing for a seamless solving experience.
ankith26 / My PyChessA Multiplayer / SinglePlayer / Online Chess Game app written in Python using Pygame Library
pygame / Solarwolf☀️🐺 SolarWolf is an action/arcade game written in Python. It is free and open source, created with the Pygame game development library.
karan236 / Algorithm VisualizerThis project (a desktop app) is for educational purpose. The main objective of this project is to help beginners to be able to visualize the basic algorithms and get a better understanding of the underlying operations. And obviously it is needless to say that anyone who is willing to contribute is invited to use their creativity in making the visualizations even better and attractive. One can add fresh Algorithms and visualization of their choice too. It has been developed in python using the pygame and tkinter libraries. You can also improve the readability of the code by providing a better structure to the code (could also refactor the variable and function names) and document it.
meezan-mallick / Space Invader GamePython Space invader game using pygame library
shivamshekhar / PyGalaxianA vertical space shooter game made in python using pygame library.
goswami-rahul / Alien Invasion GameA basic game similiar to Galaga written in Python using Pygame library.
y330 / PydashPython implementation of Geometry dash, a rhythm based platformer game, using Pygame, an interactive graphics library for python
Atamyrat2005 / Snake GameA simple yet engaging implementation of the classic Snake game, built using Python and the Pygame library. Guide the snake to eat food, grow longer, and avoid collisions with the walls or its own body!
shanto268 / Comprehensive Simulation Traffic Analysis SoftwareThis repository contains software for multi-agent simulation model of mixed traffic flow of connected (HVs) and automated vehicles (AVs) in Python using pygame, matplotlib, numpy, scipy and seaborn libraries. The software is capable of simulating many different cases of traffic flow and creates data files and figures for the purpose of analysis.
XT60 / Dynamic Lights 2DEfficient 2D raycasting algorithm implementation in python with pygame and sortedcontainers libraries.
mandrelbrotset / Pygame ChessChess game written in python with the pygame library.
jajodiaraghav / SnakeA simple game built using Python Pygame Library
EnderiteFox / Friday Night Funkin With PygameThis is just Friday Night Funkin, but coded in Python using the Pygame library
atizo / PygamePygame is a cross-platfrom library designed to make it easy to write multimedia software, such as games, in Python. Pygame requires the Python language and SDL multimedia library. It can also make use of several other popular libraries.
SajjadAemmi / SnakeAISnake game with artificial intelligence written in python using pygame library and trained with pytorch