#
pygame
Here are 4,484 public repositories matching this topic...
Create interesting games by pure python.
-
Updated
Jun 7, 2021 - Python
A small, simple editor for beginner Python programmers. Written in Python and Qt5.
-
Updated
Jul 20, 2021 - Python
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
game
python
agent
machine-learning
research
reinforcement-learning
ai
deep-reinforcement-learning
pygame
artificial-intelligence
-
Updated
Dec 15, 2020 - Python
Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python
-
Updated
Jul 5, 2021 - Python
Deep Q-learning for playing flappy bird game
-
Updated
Apr 11, 2021 - Python
The pibooth project provides a Photo Booth application out-of-the-box for Raspberry Pi and opencv compatible devices
-
Updated
Jul 21, 2021 - Python
Play games without touching keyboard
-
Updated
Oct 1, 2020 - Python
lordmauve
commented
May 15, 2021
Originally created by @jhutar in #232
I have images dirt.png
and bush.png
and with this I can create temporary image on the fly when starting the game (so my actor do not need to draw two overlapping images when running the game):
import pygame.image
img_dirt = pygame.image.load('images/dirt.png').convert_alpha()
img_bush = pygame.image.load('images/bush_small.png').convert_
Hello! I have made a Python project where YURI from the game doki doki literature club accesses the webcam and stares directly into the players soul. Hope you enjoy!
opencv
anime
python3
pygame
artificial-intelligence
eye-tracking
face-detection
waifu
haar-cascade
doki-doki-literature-club
-
Updated
Mar 23, 2020 - Python
A menu for pygame. Simple, and easy to use
game
python
image
ui
input
text
button
sound
pygame
menus
menu
background-image
python-game
text-input
keyboard-input
pygame-menu
python-ui
pygame-ui
-
Updated
Jun 30, 2021 - Python
PyDark is a 2D and Online Multiplayer video game framework written on-top of Python and PyGame.
-
Updated
Jun 19, 2017 - Python
A truly radical homage to 16-bit racing games.
-
Updated
Apr 15, 2017 - Python
mx0c
opened
Oct 8, 2018
LucasPilla
commented
Oct 8, 2020
- Suggestion (@lucblassel )
In algorithms with variants, like Shell Sort, should have a way to the user select an variant to be visualized. - How it could be implemented:
Add a Input Box, like a drop list, in front of algorithm selection box. - Are you up to do it?
I @LucasPilla will be working on this, feel free to contribute!
Repository for codes of 'Deep Reinforcement Learning'
tensorflow
deep-reinforcement-learning
pygame
dqn
icm
rnd
drl
ddqn
double-dqn
prioritized-replay
dueling-dqn
deep-recurrent-q-network
drqn
prioritized-experience-replay
noisynet-dqn
-
Updated
Oct 4, 2019 - Python
Implementation of Inverse Reinforcement Learning Algorithm on a toy car in a 2D world problem, (Apprenticeship Learning via Inverse Reinforcement Learning Abbeel & Ng, 2004)
python
reinforcement-learning
robotics
pygame
artificial-intelligence
inverse-reinforcement-learning
learning-from-demonstration
pymunk
apprenticeship-learning
-
Updated
Oct 1, 2020 - Python
A Python implementation of the Unity Engine that supports different types of windows
-
Updated
Jul 20, 2021 - Python
Flappy Bird AI using Cartesian Genetic Programming (Evolutionary Computation)
pygame
artificial-intelligence
genetic-programming
evolutionary-computation
flappy-bird-game
evolution-strategies
cartesian-genetic-programming
-
Updated
Sep 19, 2020 - Python
A python program that generates abstract art with variety of shapes, styles and randomization using pygame.
-
Updated
May 12, 2021 - Python
A Python binding for the great C library raylib.
-
Updated
Jun 27, 2021 - Python
a small module that enables you to input text with your keyboard using pygame
-
Updated
Apr 1, 2021 - Python
A clone of Flappy Bird, using Pygame.
-
Updated
Jul 5, 2021 - Python
Improve this page
Add a description, image, and links to the pygame topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pygame topic, visit your repo's landing page and select "manage topics."
The following examples don't have a pg.quit(), and most of them need it:
aacircle.py
audiocapture.py
fonty.py
font_viewer.py
glcube.py
headless_no_windows_needed.py
liquid.py
mask.py
midi.py
moveit.py
pixelarray.py
playmus.py
prevent_display_stretching.py
resizing_new.py
scaletest.py
scrap_clipboard.py
setmodescale.py
sound.py
sound_array_demos.py
sprite_texture.py
vgrade.p