OP 02 July, 2024 - 06:47 PM
So basically i'm still learning Python and i wanted to make some games but i have no ideas, do you guys got an idea ?
This post is by a banned member (Slayer300Iq) - Unhide
OP 02 July, 2024 - 06:47 PM
So basically i'm still learning Python and i wanted to make some games but i have no ideas, do you guys got an idea ?
This post is by a banned member (habitlate) - Unhide
18 July, 2024 - 08:45 AM
Text-Based Adventure GameCreate a simple text-based adventure game where players make choices to navigate through a story. This can help you practice handling user input, using conditionals, and structuring a program.
Tic-Tac-ToeA classic game that can help you understand game logic, loops, and 2D arrays (lists of lists). You can start with a command-line version and then move on to a graphical version using a library like Pygame. =1scratch geometry dash Number Guessing GameA simple game where the computer picks a random number, and the player has to guess it. You can implement features like providing hints (higher/lower), counting the number of guesses, and setting a maximum number of attempts. |
| Create an account or sign in to comment | ||
| You need to be a member in order to leave a comment | ||
|
Create an account
Sign up for a new account in our community. It's easy!
|
or |
Sign in
Already have an account? Sign in here.
|