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
  • 23:51 (UTC +02:00)
Block or Report

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

  1. stardust stardust Public

    Python

  2. wandering_soul_v2 wandering_soul_v2 Public

    C++ 1

  3. tea_mansion tea_mansion Public

    A platformer made with pygame-ce in python

    Python 1

  4. 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]: