Hichem MGpythononline.hashnode.dev·Jul 2, 2024How to Make a Checkers Game with PythonCreating a Checkers game in Python is an exciting project that combines several important programming concepts, including object-oriented programming, game logic, and graphical user interfaces (GUIs). For this guide, we'll use the popular Pygame libr...DiscussPython
Adriel Vinuyaadriiblogs.hashnode.dev·Jun 25, 2024Creating a Simple Snake Game in Python with PygameIntroduction In this tutorial, we will build a classic Snake game using Python and the Pygame library. The game involves controlling a snake to eat food and grow longer, while avoiding collisions with itself and the boundaries of the game screen. Pre...DiscussPython
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Jun 17, 2024Game Development with Python: Creating Simple Games with PygameGame development is an exciting and rewarding aspect of programming that allows you to bring your creative ideas to life. Python, with its simplicity and readability, is an excellent language for beginners to get started with game development. Pygame...Discuss·92 likes·628 readsPythonGameDevJourney
Hugo Tavareshugotav.hashnode.dev·Jun 12, 2024All Roads Lead to PythonPython is a popular and versatile programming language known for its simplicity and powerful libraries. It's ideal for beginners and professionals alike, offering a wide range of applications from web development (using Django and Flask) to data scie...DiscussPython
Juan P. RomanoforfreeCodeCampfreecodecamp.org·Jan 23, 2024PyGame Tutorial – How to Build a Bouncing Ball GameIn this tutorial, you'll learn how to create a simple yet funny bouncing ball game using the PyGame library. Whether you're a beginner seeking to grasp the fundamentals of game development or an enthusiast eager to explore PyGame's capabilities, this...DiscussGame Development
Christopher Kimfirstblogpost.hashnode.dev·Jan 6, 2024Space Game with Python and PygameDuring my third phase at Flatiron School, I reengaged with Python and delved deeper into leveraging libraries like Pygame for game development. During my first exposure to Python, I struggled to grasp the concept of Object Oriented Programming. Even ...DiscussPython
Juan P. RomanoforfreeCodeCampfreecodecamp.org·Jan 2, 2024PyGame Tutorial – How to Build an Alien Abduction gameEver since I was a kid, I've been hooked on video games. My first experience with coding involved kind of a wild project – a Tron races simulator in Quick Basic on an ancient IBM computer (I was like 6 years old, so I didn't really understand what I ...DiscussGame Development
Yusuf Adeagboamudacodes.hashnode.dev·Aug 20, 2023Mastering Game Flow: Pygame's Secret Sauce for Seamless State Transitions!In Pygame, a popular Python library for creating 2D games, game states and transitions are important concepts that help you organize and manage different parts of your game. Game states represent different stages or screens of your game, such as the ...Discuss·10 likesPython
Yusuf Adeagboamudacodes.hashnode.dev·Aug 20, 2023Crafting Interactive Worlds: A Journey into Game Development with Python and PygameHey there, aspiring game developers! Are you ready to dive headfirst into the vibrant realm of game creation using Python and Pygame? Welcome to this exhilarating journey where we'll journey from the very basics to crafting interactive and entertaini...Discuss·52 readsPython
Sanmarg Paranjpesanmarg.hashnode.dev·Jun 15, 2023Harnessing the Power of DockerHey folks, recently I have been learning Docker and I have been writing Dockerfiles for several open source projects including some projects of mine Wise Words andTic Tac Toe. I found an amazing project Plant Vs Zombie by Marblexu and I decided to co...Discuss·86 readsDocker