Skip to content
View kinker31's full-sized avatar
⌨️
A smelly rumpus draws near...
⌨️
A smelly rumpus draws near...

Block or report kinker31

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
kinker31/README.md
#include <stdio.h>
#include <ncurses.h>

#define BASIC_INTRODUCTION

Ah, hello there, internet person. I'm kinker31, or matrixDoppelgänger if you're not too comfy with the first name.
As you could probably tell from the repos I create and glacially maintain, I primairily deal with C.
No C++, no C#, not even HolyC, just plain 'ol C.
(Save for any Minecraft mods I might make, one of which is for BTA.)

Don't worry though, I'm not the puritanical type, if you like Javascript, I won't blow a gasket.
Will say that C, or C++, serves as the main interpreter/compiler of a lot of the fancy-dancy languages use though.
Search your heart, you know it be true.

Also a Linux user, where problems can be solved with a simple sudo pacman -S.
(Not all of them, but a good few tho)

int main()

{
initscr();
printw("Why stick to C in the first place though?\n"); refresh();
sleep(1);

A few reasons: It's Linux's language, it's simple to learn,compiles well into preformant assembly,
and I also wanna make a DOS game someday.

Might post more details on my website.

For contact information, I primarily prefer Twitter|X, but can tolerate Bluesky if that's what
you really, really, really prefer. Also okay with email, IRC... we'll see.

return 0;
}

Pinned Loading

  1. HuntTheRumpus HuntTheRumpus Public

    A small-ish game based on Hunt the Wumpus, to be played on a Linux terminal

    C

  2. ImprovedRails ImprovedRails Public

    Based off of a post I made that one time on the BTA modding Discord

    Java