Question:
I am a beginner and don’t know how to make a game.
Repl link:
https://replit.com/@DaneFischbach/Pygame-1```
code snippet
Question:
I am a beginner and don’t know how to make a game.
Repl link:
https://replit.com/@DaneFischbach/Pygame-1```
code snippet
Sure! You can use Python to make a game in Pygame, or you can use JavaScript to make a game in Kaboom!
How do you do that, sorry.
Find a Pygame tutorial on YouTube.
(Note: these aren’t exact instructions because half the fun of making your game is figuring out the specifics of how it works, so have fun and try to reason through some of the problems yourself if you can)
I would suggest taking the flappy brick tutorial replit has in it’s learn page https://replit.com/learn
It’s Not an easy task to make a new game first you should lear about the coading.
I would suggest switching this order, UI is a part of the game loop, it’s rendering.
Here is the Flappy Bird game turorial by Replit
These 2 links are the tutorials on how to make a snake game
Note: IDE might differs in the tutorials.
I hope it works id it works please mark it as Solution
Thank you
I think he meant to draw your sprites before making the game loop.
That’s a step I mostly skip lol, I’m bad at making my own sprites lol
The way I make games is to first know how to code in the language I’m using (I’d recommend using Python to start it is simple and can do a lot). I do that by looking at tutorials and making simple projects of my own. Then I come up with a game idea, I look up if anyone has done something similar to make the process easier. If not I work through the game, if something doesn’t go right I look up how to do it. I hope this helps !
Thanks for sharing it with us
To be honest, if all you want to do is a game i suggest to look at GameMaker. Use their graphical language, get some game design experience and then move to their programming language, after that true coding in a language of choice.
I say that, because making games starts from designing a game and to learn that while learning programming is quite difficult.