Skip to content
View Tonttu84's full-sized avatar
  • 11:02 (UTC +03:00)

Block or report Tonttu84

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Tonttu84/README.md

Hi there

Im Johannes, an aspiring sofware developer from Hive Helsinki. I enjoy games, game development and low level languages. 👋

Currently Im a believer in OOP style modular coding where you have well defined APIs and clear division of tasks. It keep things simple and limits the context you need to understand which is important for both Humans and AI.

I have mostly worked with C and CPP but I do hope to expand my skillset to other tools and languages.

Im currently looking for work/internship. You can reach me at tonttu.torvinen22@gmail.com

Popular repositories Loading

  1. gameProject gameProject Public

    A strategy game as a personal project

    JavaScript

  2. SuperCell_challenge SuperCell_challenge Public

    This is a project I created in 12 hours for a SuperCell challenge during the studies. The Readme has the instructions we received form SuperCell.

    C++

  3. Transendence_42_curriculum_project Transendence_42_curriculum_project Public

    We created a basic pong game using RESTful API and microservice architechture. The microservices are, game server, user authentication and nginx. Using microservice architechture with RESTful API a…

    TypeScript

  4. c_standard_library_remake_42_curriculum c_standard_library_remake_42_curriculum Public

    Remake of many c standard library functions as first project for Hive Helsinki. At the time I was learning and experimenting with C syntax. The syntax I used used is not meant to be an example of g…

    C

  5. so_long_simple_game_42_curriculum so_long_simple_game_42_curriculum Public

    A very simple game written in C where you need to collect coins, avoid zombies and then escape.

    C

  6. dining_philosophers_42_curriculum dining_philosophers_42_curriculum Public

    My solution to the classical dining philosophers problem done in C with using only specific std library functions.

    C