About 16,400,000 results
Open links in new tab
  1. python - Simple top down shooter game - Code Review Stack …

    Mar 4, 2016 · This one of my first Python games in PyGame I decided to make for fun. Basically, you control a from top down perspective and shoot people in a maze. This is the rewrite of the …

  2. python - Top down movement in Pygame - Stack Overflow

    Jan 11, 2020 · Pygame's (0,0) coordinates are at the top left of the screen, so if you want to have something move from top down, you add value to y. It would look like this: rec.y += 5, or any …

  3. Pygame Top Down Shooter Tutorial in Python #1 - YouTube

    Learn how to create a top down shooter in pygame! I use Python 3 and pygame in this project. In the next video, we will be creating a function to make sure the player is always facing the...

  4. 2D Top-Down Shooter Game in Python with Pygame - CodePal

    Learn how to create a 2D top-down shooter game in Python using the Pygame library. This tutorial will guide you through the process of setting up the game screen, controlling the …

  5. Create A Basic Top-down Shooter Game: Learning About Collision ...

    Aug 19, 2024 · Creating a top-down shooter game is an excellent way to learn about game development concepts such as collision detection, player movement, and enemy AI. In this …

  6. GitHub - AliGhosn1/Top-down-rpg-game: A short top down

    A short top down RPG built in Python using PyGame. An effective sprite cutter is implemented into the code to limit the amount of single sprites. Other key features include color coded map …

  7. Top-down Code-Along · Python 201 - hylandtechclub.com

    In this activity, build a rudimentary top-down game using Pygame. In the game, the main character will have to pick up a key to open a door. While this game may be quite simple, it …

  8. Build a Top-Down Racing Game Using Python (Pygame)

    Apr 18, 2025 · How to set up a game window with Pygame. Add a racetrack and a controllable car. Handle keyboard input for movement. Implement basic game logic (collision, speed)

  9. python - How to make Top-Down Racing game background …

    May 25, 2018 · i am making a top down car racing game as project (i'm new to python) and i want to know how to make the track (that i have made a background) move, so that when the user's …

  10. Can i use Pygame to make a top down RPG with turn based combat - Reddit

    PyGame is mostly for sprite-based gaming, but if you're fine with that (and it should work for top-down games) then sure, you should be able to gin up an RPG in PyGame. As long as you …

  11. Some results have been removed
Refresh