Skip to content
View adamhutchings's full-sized avatar
💭
Probably studying or something
💭
Probably studying or something
  • Cleveland, OH

Block or report adamhutchings

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

Adam Hutchings

Non-programming info

Hi! I'm a 19-year-old student in the United States. I attend Case Western Reserve University, expecting to graduate in 2026, and studying computer science and mathematics. Outside of school, I also enjoy linguistics, singing, music composition, and cooking.

My programming history

I got into programming through my local robotics team in late 2019, doing Python, and since then I've also used Java, C++, and C.

What am I most proud of?

I'm most proud of my Minecraft clone which I developed mostly in the early summer of 2021. It uses C++ and OpenGL to create a world loader which goes on infinitely and lets you break blocks. This is my best completed project, although I have many others.

What am I working on currently?

In the world of programming, I am currently learning machine learning and neural networks by way of creating my own machine-learning engine from scratch in C. As for mathematics, I am currently studying partial differential equations.

Contact me

Please reach out to me at ash160 at my university's domain.

Pinned Loading

  1. Minecraft2D Minecraft2D Public

    A version of Minecraft in two dimensions.

    C++

  2. Minecraft3D Minecraft3D Public

    A version of Minecraft in three dimensions.

    C

  3. y-flat/yfc y-flat/yfc Public

    The best (because it's the only) compiler for the Y-flat programming language.

    C 6 7

  4. cml cml Public

    A machine learning library written in C. From scratch, zero dependencies (except for the C standard library).

    C