Skip to content
View bbeetlesam's full-sized avatar

Block or report bbeetlesam

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

UM, HI.

Hello, there. I'm bbeetlesam.
This is my GitHub account that contains all of my projects, including games, web stuffs, obscure things, etc.

Believe-me-these-are-important facts

  • Really into Programming, but likely focused on Game Development (i love si and siplasplas).
  • A pretty-much loyal VSCode user (but sometimes i use other editors/IDE's too, like Webstorm and Trae).\
  • Would die for The Beatles (really, i mean it).

Easter egg

#include <iostream>
int main()
{
    []{
        int (*p)(const char*) = puts;
        const char message[] = {65, 110, 100, 32, 105, 110, 32, 116, 104, 101, 32, 
                            101, 110, 100, 44, 32, 116, 104, 101, 32, 108, 111, 
                            118, 101, 32, 121, 111, 117, 32, 116, 97, 107, 101, 
                            32, 105, 115, 32, 101, 113, 117, 97, 108, 32, 116, 
                            111, 32, 116, 104, 101, 32, 108, 111, 118, 101, 32, 
                            121, 111, 117, 32, 109, 97, 107, 101, 0}; 
        p(message);
    }();
}

Pinned Loading

  1. isecret isecret Public

    (i have no idea of what will be the best name that suits for this game) web minigame repo, made with Phaser (Vanilla JS) and Vite bundler.

    JavaScript

  2. unbreakable-diamond unbreakable-diamond Public

    Unbreakable Diamond repo, made with SFML. (p.s. you know the title's reference)

    C++