I'm looking to pickup python and wanted to see what good games there are to help somebody who has poor/low true coding skills.
Beginner wants to learn Python to make simple games – where to start?
I Want to learn Python and develop games, from where should I start.
101 Python BASIC Games
What are the biggest ever games made with Python and/or Pygame?
Hello everyone, lately my interest on game making has grown larger, I have never done any sort of coding before, except for that time I made pong in Python... but that was over three years ago, I have completely forgot every thing I learned lol and I had to stop learning it because I didn't have any time at the time any longer.
So from where should I start?
Hi there learnpython!
Just wanted to post an update on a project that I'm working - refactoring old BASIC games into modern Python. I've added 2 new games - Aceyducey, a simple card game and Amazing - a random maze generator which I've refactored into a simple CLI tool. If anyone has any comments or suggestions how to improve the code, that would be greatly appreciated.
In particular I'm unsure if there is a way to know if the approach used to generate a random maze in Amazing will always lead to a maze that is solvable? I've added the exit in a random location in the final row but haven't tested if that position can be visited from the entrance - I believe this would require representing each position in the maze as a node but I tried to follow the approach listed in the original source code.
Thanks for reading!
https://github.com/ctosullivan/Python-101-BASIC-Games