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" }
};
Low carb programming. Ludic software.
- United States
- http://andrewmushel.com
- @almushel
Pinned Loading
-
-
-
gutengreb
gutengreb PublicPython module and CLI for downloading public domain ebooks from Project Gutenberg.
Python
-
loot-not-found
loot-not-found Public2020 entry for the JS13K game development competition.
JavaScript 1
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.