Skip to content
View MCWertGaming's full-sized avatar
🦊
foxxo
🦊
foxxo

Organizations

@BlackVyperStudios @FOLF-projects @PurotoApp @placeholder-mc @OpenSocialVR @Project-Sparrow
Block or Report

Block or report MCWertGaming

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
MCWertGaming/README.md
#include <iostream>
#include <string>

namespace Profile {
    std::string welcome() {
        return "Welcome to my profile!\n"
               "I'm Damon and specializing in"
               "Backend- + Desktop- + Game-development\n";
    }
    std::string skills() {
        return "My skills:\n"
               // programming languages
               "C++, GO, C, Java, Javascript, Typescript\n"
               // Frameworks
               "GTest, Gin\n"
               // Markup languages
               "Markdown, HTML, CSS\n"
               // DevOps
               "Docker, Docker-compose, PostgreSQL, Kubernetes, SQl, MongoDB\n";
    }
    std::string projects() {
        return "Projects I work on:"
               "CPP-Terminal - A TUI library for the modern terminal: https://github.com/jupyter-xeus/cpp-terminal\n"
               "Snek - A simple snake game for the terminal: https://github.com/BlackVyperStudios/snek\n"
               "Puroto - Next generation social media for furries: https://puroto.net\n"
               "MyFursona - A place for animals to live together: https://myfursona.art\n";
    }
    std::string social() {
        return "Find me here:"
               "Twitter: @staxthefox\n" "Github: @MCWertGaming\n" "Steam: @MCWertGaming\n"
               "Blog: openfoxblog.leven.dev\n" "Website: damon.leven.dev\n";
    }
}
int main() {
    std::cout << Profile::welcome() << Profile::skills() << Profile::projects() << Profile::social();
    return 0;
}

Pinned

  1. jupyter-xeus/cpp-terminal jupyter-xeus/cpp-terminal Public

    C++ library for writing multiplatform terminal applications

    C++ 467 51

  2. foxkit foxkit Public

    FoxKit - A simple toolkit with common API functionality

    Go 2

  3. foxspace foxspace Public

    Foxspace - An universal C++ library for helping out at everyday programming

    C++ 2

  4. BlackVyperStudios/snek BlackVyperStudios/snek Public

    Forked from MCWertGaming/snek

    SNEK - A simple Snake clone, playable in the commandline with some unique game modes

    C++ 3 3