Skip to content
View almushel's full-sized avatar

Block or report almushel

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

almushel.h

typedef struct developer {
	char* name;
	char* languages[4];
	char* interests[5];
	char* other[3];
} developer;

static developer almushel = {
	.name = "Andrew Mushel",
	.languages = { "C", "Go", "JavaScript :(", "Python :[" },
	.interests = { "Gameplay", "Game Engines", "Systems", "Graphics", "Web :|" },
	.other = { "Technical Writing", "Sound Design", "Music" }
};

Pinned Loading

  1. raycast-demo raycast-demo Public

    An enhanced Wolf3D-style JavaScript raycaster.

    JavaScript 22 2

  2. sddx sddx Public

    A C/SDL port of my 1979-style arcade shooter, Space Drifter.

    C

  3. gutengreb gutengreb Public

    Python module and CLI for downloading public domain ebooks from Project Gutenberg.

    Python

  4. loot-not-found loot-not-found Public

    2020 entry for the JS13K game development competition.

    JavaScript 1

  5. fredc fredc Public

    A single-file JSON library.

    C

  6. inertHTML inertHTML Public

    A static site generator

    Go