Gamer.Site Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. PyGame on Reddit

    www.reddit.com/r/pygame

    Monthly /r/PyGame Showcase - Show us your current project (s)! Please use this thread to showcase your current project (s) using the PyGame library.

  3. What are the biggest ever games made with Python and/or Pygame? -...

    www.reddit.com/r/Python/comments/woihzm/what_are_the_biggest_ever_games_made...

    There are lists of games on itch.io that have been tagged as being made with Pygame, and the Pygame site has its own list of games as well. These lists seem to be "games that are made entirely in Python using Pygame". If you loosen your definition of "made with Python and/or Pygame" quite a bit, you start to see a LOT more recognizable titles.

  4. What’s the difference between pygame ce and pygame? - Reddit

    www.reddit.com/r/pygame/comments/163xzge/whats_the_difference_between_pygame...

    What’s the difference between pygame ce and pygame? The documentation opens with a passage on how pygame ce is very explicit and tricky to setup, then presents the exact same sample code that every standard pygame project starts with.

  5. Adding a Countdown Timer to a Game : r/pygame - Reddit

    www.reddit.com/r/pygame/comments/enougf/adding_a_countdown_timer_to_a_game

    Adding a Countdown Timer to a Game I'm currently developing a game and I want to implement a countdown timer on the screen. I want the game to display 00:60 at the start and countdown to 00:00 (60 seconds). When I run my program, it just hangs and doesn't respond, how do I fix this? import pygame pygame.init()

  6. What's the most 'elaborate' game made with pygame? - Reddit

    www.reddit.com/r/pygame/comments/qb14aa/whats_the_most_elaborate_game_made...

    DaFluffyPotato has made some impressive things with Pygame. Coding With Russ makes Pygame tutorials that seem to run well and the games definitely look like they should be more "taxing" than a Snake clone.

  7. Optimized Raycasting W/ Numba! : r/pygame - Reddit

    www.reddit.com/r/pygame/comments/wv7tnn/optimized_raycasting_w_numba

    Optimized Raycasting W/ Numba! you coded this with python. Yes and no. All of the code is written in python, but a subset of the code (array operations) are translated to machine code using numba. Converting the elementwise pixel operations to a more efficient language through numba drastically improves the performance of the program!

  8. Pygame fullscreen issue : r/pygame - Reddit

    www.reddit.com/r/pygame/comments/ng1eco/pygame_fullscreen_issue

    10 votes, 19 comments. Hi, I have this issue with pygame's fullscreen feature. (im using 2.0.1 on windows and ubuntu) On windows : set_mode () with…

  9. How would I add cooldown to a function in pygame... - Reddit

    www.reddit.com/r/pygame/comments/o6hlhz/how_would_i_add_cooldown_to_a_function...

    How would I add cooldown to a function in pygame... For my current Flappy-Bird Style game I'm making, when you hold down space the square moves up non-stop. This sort of defeats the purpose of the whole function/game to jump etc... Are there any fixes to this? Here's my code. import pygame import sys import time from pygame.constants import QUIT

  10. Please help me it shows error <Import "pygame" could not be ... -...

    www.reddit.com/r/pygame/comments/ucddyl/please_help_me_it_shows_error_import...

    This is the subreddit for the Elden Ring gaming community. Elden Ring is an action RPG which takes place in the Lands Between, sometime after the Shattering of the titular Elden Ring.

  11. Can not install pygame to VS code 2022 : r/pygame - Reddit

    www.reddit.com/r/pygame/comments/x5xs4u/can_not_install_pygame_to_vs_code_2022

    Can not install pygame to VS code 2022 Hello. Recently i have treid to change the IDE from Pycharm to VS code. However i do not know how to install it. Firstly, in the extensions tab there are 2 pygames. Here they are