Toni Vogel

Portfolio

Untitled Project

2023

Lead Programmer
Game Designer

True First Person Controller
Weapon System

Details

Tiny Trip

2021

Lead Programmer
Lead Ai Programmer
Sound Designer

Melee Combat AI
Melee Weapon System

Details

Sanity

2020

Lead Programmer
Lead Ai Programmer
Sound Designer

Stealth AI
Voice Lines Implementation

Details

Codename Steel

2020

Programmer
Ai Programmer
Sound Designer

Cover AI
Turret AI

Details

Other

Coop Breakout - C++

This simple game is a modern take on the game Breakout, where two players work together to destroy as many squares as possible for the highest score. The game features dynamic gameplay that is affected by the angle at which the ball hits the players, resulting in a more engaging experience.
The game was developed using C++ and the SDL2 library.

Snake Clone - C++

This is a simple snake game developed in C++ using the SDL2 library. As in the classic game, the player controls a snake that grows with each piece of food it consumes, adding to the challenge of navigating the playing field. However, the player must also avoid colliding with their own tail, as doing so will end the game. In addition, the game has a wrap-around feature that allows the player to leave the playing area and reappear on the opposite side.