Skip to content
View MaxMakinen's full-sized avatar
💭
Practicing code and learning new tools.
💭
Practicing code and learning new tools.
  • Kirkkonummi

Block or report MaxMakinen

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

Hi there 👋

My name is Max Mäkinen, a software engineering sudent at the Hive Helsinki coding school. In a previous life i've studied to become a goldsmith, then a blacksmith. I've always enjoyed making things and I've really found the field of my dreams in software development, where my creativity is no longer bound by the restraints of the materails I'm working with. Plus it's far cheaper to mess up and back up thanks to version control than with physical materials.

My current Portfolio pieces can be found here:
A ray tracer we're building as a team in school:
https://github.com/JaroJuntunen/RT
An XML parser I wrote in C:
https://github.com/MaxMakinen/YaXML

This one is more for fun and still under construction.
An FPS maze game using ray casting, works in the terminal using ncurses. Written for fun in C:
https://github.com/MaxMakinen/CLI_fps

Current passion project: A top down resource gathering game focusing on mining, minions and building a tower
https://github.com/MaxMakinen/tower_builder


⚡️ A Few Quick Facts.

• 🔭 I’m currently working on: Learning Godot
• 💬 Using: GDScript
• 🌱 I’m learning: GDScript and game dev
• 👨‍💻 Most of my projects are available on Github
• 📫 Contact me: [email protected]
• 😄 Fun fact: I like reading, strategy games and chilling out with my dogs.

github contribution grid snake animationgithub contribution grid snake animation



Pinned Loading

  1. YaXML YaXML Public

    Yet another XML parser. Small and simple XML parser built in C.

    C

  2. JaroJuntunen/RT JaroJuntunen/RT Public

    C

  3. ft_printf ft_printf Public

    My own implementation of printf, done as schoolwork for Hive helsinki.

    C