DEV Community

Siddharth Chandra
Siddharth Chandra

Posted on

PongPong ! My First Game

Alt Text

Ping Pong, Recently I finished coding the game and it is actually working πŸ˜‚
Ever wondered, how can I make games, which programming language to use or do I need to learn DSA or Machine Learning?

Until last month, I was also wondering about these questions when I started this project to learn something new.

Programming Language I used: Python

Yes, that’s it, you need to know how to code in Python and you have covered 90% !

Remaining 10% can be covered using pyglet, an amazing python game library, that you would need for graphics and motion of objects.

And yes, you don’t need to learn DSA or Machine Learning to make this game, it is super simple and anyone can start their journey to game development with this game of Ping Pong.

Go, check it out and explore different functionalities that you can add to this game.

Later, I will be posting a tutorial on how to use pyglet for game development. So stay tuned !

Link to this project in comments.

Top comments (3)

Collapse
 
thorx86 profile image
Athaariq Ardhiansyah

You should try OpenCV, it helps computer to recognize things visually with Python programming language. It's really cool and a lot of my friends from robotics use it 😁

Anyway, I love your work. Keep moving forward 😎

Collapse
 
siddharth2016 profile image
Siddharth Chandra

Thank you 😁 and yeah I have worked with opencv as well but here I was just trying to learn pyglet for some other work.
Again thanks, will keep learning πŸ™πŸΌπŸ€žπŸΌ

Collapse
 
siddharth2016 profile image
Siddharth Chandra