Skip to content
View ShiralynDev's full-sized avatar
  • Kiruna, Sweden
  • 12:08 (UTC +02: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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ShiralynDev/README.md
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. RaylibAdditions RaylibAdditions Public

    Additions for the Raylib library

    C++ 2

  2. ShiraNet ShiraNet Public

    Modern & flexible C++ networking library

    C++ 2 1

  3. PushbackOS PushbackOS Public

    A operating system made by me and SystemThirtyTwo.

    Assembly 4

  4. ATC ATC Public

    C 1

  5. map-v2 map-v2 Public

    Forked from simrail/map-v2

    Landing page and map of the simrail.app website

    TypeScript 1

  6. DiscordRPContinued DiscordRPContinued Public

    C#