Projects

...
Boulder Hall Manager

> An unreleased managment game, where you are the manager of a boulder hall. Design your own routes and boulder hall and keep the visitors entertained and satisfied. Made using C# and Unity. This project is being blogged by me, check it out ;). Demo will be available soon.

...
peterschenkels.nl

> Made with Love â¤ï¸ (and ASP.net)

...
Traffic Jam

> A quick, fun, arcadey and dark game, where you play as traffic control, but the goals is the opposite of what traffic control is supposed to do. This game was made during the GMTK 2023 Game Jam. It was alot of fun doing this with my co-workers. I did some programming and made most of the art.

...
Pixel Visualiser

> A framework which allows user/programmers to easily draw pixel on screen. Cool for plotting some math graphs or just for fun. Made using OpenGL, C++ & GLUT. This project is being blogged by me, check it out ;)

...
Arkel Craft

> A very WIP minecraft clone, for getting some more hands on experience in unity

...
Twits Desktop

> Say goodbye to the discontinued Twitch desktop app and hello to this app! This app is designed to provide the same functionality as the original Twitch desktop app, including streaming your favorite streamers and live notifications. Created using C# and WPF.

...
Musical-3D-Printer

> A fun easy script that turns a midi file into a GCode file which a 3D printer can execute/play (currently only plays one note at the same time) "3D music" ~W.A. Visser

...
Karkel Lang

> As part of a school asignment, I created an interpreted and (arm assembly) compiled programming language using Python. As extra we needed to write the compiler and interpreter in a functional style. This project was a very fun and challenging assignment. More information about the language, including its syntax and usage, is available on my GitHub repository.

...
Computer Vision & Geometry Dash

> For a school project, I tackled a challenging problem using computer vision. The goal was to detect obstacles and platforms in the popular game Geometry Dash, using classical computer vision techniques.

...
Soap Messenger

> A small messenger client/server for talking with friends over the internet. I learnt alot about c# and sockets while making this project. This messenger has basic features like sending messages, sending images, setting your own username, profile picture and color. More features like sending different files are coming up!

...
Hobo Simulator

> I was part of a group project in Finland where we created an exciting game together. In the project, I took charge of the movement mechanics and created most of the assets, including the Hobo model/animation, the kitchen, and the music. Additionally, I developed scripts for the Hobo movement and sound effects.

...
Jinkel Delivery

> An arcade-style 2D side-scrolling game! In this game, you take on the role of a pizza delivery person, riding your scooter through a procedurally generated world filled with hilarious visuals. This game was created by me as part of my minor in game development in Finland, using C# and Unity. From the programming to the assets, I handled every aspect of its development.

...
Port Forward

> As part of a school project, my team and I developed an exciting 2D game using C++ and SFML. Our game was a unique take on the popular Portal franchise, where players could shift between dimensions to solve puzzles with their portal gun. In the project, I took charge of resource management, level editor development, basic physics implementation, and other inner game engine workings. Additionally, I created most of the sprites that brought our game to life.

...
Laser Tag

> For a school project, my team and I were tasked with developing a laser tag game from scratch using C++ and Arduino Due. As part of the team, I contributed to the project by implementing the Infra Red receiver and sender components.These vital components were responsible for detecting and transmitting laser tag signals during gameplay. Through this project, I gained valuable experience in C++ embedded programming