Skip to content
View ShiralynDev's full-sized avatar
  • Kiruna, Sweden
  • 08:37 (UTC +01:00)

Block or report ShiralynDev

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

Anurag's GitHub stats Top Langs

class Life {
  public:
  int energy = 100;
  int motivation = 100;
  int enjoyment = 100;
}

class Code {
  public:
  bool result = 0;
}

Life life{};
Code code{};

int main() {
  if(code.result == 0) {
    life.energy -= 50;
    life.motivation -= 75;
    life.enjoyment -= 90;
  }
}

Avreage C/C++ enjoyer. Working on multiple games, hoping to finnish one someday.
Data enjoyer
Electronics enjoyer
Microcontroller enjoyer
Retro enjoyer

Pinned Loading

  1. RaylibGuiCreator RaylibGuiCreator Public

    C++ 1

  2. RaylibAdditions RaylibAdditions Public

    Additions for the Raylib library

    C++ 2

  3. PushbackOS PushbackOS Public

    A operating system made by me and SystemThirtyTwo.

    Assembly 4