Skip to content
View HubertReX's full-sized avatar

Block or report HubertReX

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
HubertReX/README.md

Hi there πŸ‘‹

Pinned Loading

  1. rpg-dd-game-template rpg-dd-game-template Public

    Forked from orkslayergamedev/roguelike-ascii-vs-pygame

    RPG D&D game template built using pygame-ce and pygbag

    Python 1

  2. python profile script to prettify pr... python profile script to prettify printing and traceback using Rich lib
    1
    # https://textual.textualize.io/blog/2023/07/27/using-rich-inspect-to-interrogate-python-objects/
    2
    # pip install rich
    3
    # set PYTHONSTARTUP=c:\Users\user\.pythonrc
    4
    from functools import partial
    5
    from rich import inspect, pretty, print
  3. Pirate Pirate Public

    Platformer build using pygame and WebAssemly (WASM)

    Python

  4. pygame-ce-web-boilerplate pygame-ce-web-boilerplate Public

    Boilerplate pygame-ce project for a top-down tiles sheet based RPG game that can run in the browser.

    Python 4 1

  5. Pyved_Roguelike_template Pyved_Roguelike_template Public

    Sample project based on Pyved engine using ECS Roguelike template

    Python 2

  6. tui-map-generator tui-map-generator Public

    Height map generator using diamond square with TUI interface

    Python