Skip to content
View bilhox's full-sized avatar
💭
The tea-room has some work to do !
💭
The tea-room has some work to do !
  • Polytech Nice Sophia
  • Nice / Toulouse - France
  • 05:52 (UTC +02:00)

Block or report bilhox

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. wandering_soul_v2 wandering_soul_v2 Public

    C++ 1

  2. simple_colliding_system.py simple_colliding_system.py
    1
    import sys
    2
    import pygame
    3
    
                  
    4
    
                  
    5
    def collide(rects : list[pygame.Rect] , rect : pygame.Rect) -> list[pygame.Rect]:
  3. pong_what pong_what Public

    A simple pong in pygame-ce

    Python 1

  4. pygame-community/pygame-ce pygame-community/pygame-ce Public

    🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.

    C 820 130