Skip to main content

All Questions

Tagged with
2 votes
0 answers
1k views

Python code for UNO Game

It's my first time here, so please accept my apologies in advance if something is wrong with my approach to asking. I've been learning Python for a couple of months and I decided to have a go at a ...
Fernando Manzanares Preciado's user avatar
3 votes
1 answer
112 views

An emotion recognition test I designed using Pygame

for my dissertation (in psychology) I created an emotion recognition test that displays an image of a face displaying a certain emotion for a set time, then allows participants to press a button ...
Theamazingone1's user avatar
1 vote
1 answer
545 views

Implementation of the Snake game in Pygame, with GUI

I wrote a simple Snake game in Pygame, with GUI. It`s my first Pygame game and one of my first projects in Python. My goal with this implementation is to make it bug-free with fluid UI and as fast/...
voaneves's user avatar
4 votes
1 answer
865 views

Creates a maze from file and enable user to go trough it with graphic display

I'm following the learnpythonthehardway.org book for learning Python. I recently made a one week projet and as I'm fairly new to coding program with POO and multiple files, I'd like to have someone ...
Onimanta's user avatar
4 votes
1 answer
1k views

Pong in Python and Pygame

I'm new to programming. This is my first project where I tried to use object-oriented programming. I'm looking for all kinds of comments. ...
magdalena_b's user avatar
12 votes
2 answers
347 views

Using the mouse to avoid asteroids and black holes

I have finished my first project for Python. I would be very grateful if you could check it and give me some feedback. Just simple game with possibility of replay. There are probably lots of mistakes ...
Maciejjy's user avatar
  • 123
4 votes
1 answer
11k views

Memory game using Python and PyGame

I am a beginner in Python and PyGame and wrote a memory game. I think there are lot of things I could have done better. I am looking for some advice on how I can improve the design and refactoring of ...
Boopesh's user avatar
  • 91
7 votes
1 answer
17k views

Snake game made in Python

I made a snake game with /some/ code from thenewboston's tutorials when I had just started Python. I think it wasn't a good idea to start game development right away since I didn't even know if what I ...
Vicente Bermúdez's user avatar
3 votes
2 answers
270 views

A game called "Twerk"

This my first Python program and game. Can you please point how I can improve and what code should be changed? ...
ErHunt's user avatar
  • 33