Skip to content
View Vignie-Babul's full-sized avatar

Block or report Vignie-Babul

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. pygame-templates pygame-templates Public

    Complete PyGame templates for game objects. Not a project structure template!

    Python

  2. Makefile for C Makefile for C
    1
    # `=`  - every time used var, e.g. SRC in OBJ, would change, OBJ will changes too
    2
    # `:=` - instant onetime only (faster)
    3
    CC      := gcc
    4
    CFLAGS  := -std=c11 -Wall -Wextra -Werror -Wpedantic
    5
    LDFLAGS :=
  3. one_two_take_it one_two_take_it Public

    PyGame game

    Python

  4. system system Public

    configs for the system

    Shell