Driving simulator for medical applications. I've created core game systems such as scenario management, traffic integration, vehicle controller, camera system. Took on the role of programmer team leader, I was responsible for development strategy, developer coordination and support, communication with client.
Link: 4Experience Portfolio STISIMDrive
Created new game features like power-up system, capture control point game mode, voice chat between players, also was working on improvements of existing systems such as multiplayer communication, OptiTrack integration and game admin tools. I was responsible for refactoring the project architecture - splitting code into three modules consisting of Arena shooter, Archviz visualisation and common core (logic/assets).
Link: 4Expierence Portfolio
Created in small team, I was a single programmer.
Link: Steam
First game after I've joined LMG, I was working on it since project creation.
Link: Steam
Link: Steam
F2P casual games made for Mobile Arts (currently tappaz.games). They use Firebase, Google Play Services, Admob with mediation for advertising, local notifications and services like Facebook, Crashlytics, Soomla or Tenjin. Speed Ball is based on my own app - Curve (below). Some of them were removed from store, alternate links provided.
Speed Ball - Aptoide - Apple Store
Ski Free Ride - Apkmonk
Dribble Ball - Apkpure
Also helped with:
Balls Control Glow - Apkpure
Games made by myself. They used Admob, Firebase, Google Play Services and other tools from my framework described below. They were published on the Play Store but due to lack of updates they were removed.
CubeRun
My first game made in Unity and first one released on the Play Store.
Curve
Casual game with multiple gamemodes based on curves.
Cutter
Was used for my mobile games. It helped with the development and debuging of F2P mobile games with pre-configured services: Firebase (Remote Config for own interstitials, notifications or analytics), Admob, Local Notifications. Also provides additional editor tools, own event system, MVVM architecture, Dependency Injection based on Autofac and many small utilities for easier and faster development.
Code: GitHub
Link: Youtube
NEXT is unannounced private project. It is based on unique voxel engine which combines two types of environment for more possibilities - Minecraft style cube blocks and marching cubes. Whole project is based on Unity Data Oriented Tech Stack. Creating terrain and mesh data is done with Job System (with Burst compilation) and chunks are entitities from ECS.
Currently there is endless universe with two types of tiny planets, generation is based on seed. Everything can be destroyed, player can place both style of blocks and mix them.
Unity asset for rendering view on triple monitor setups, was supposed to be used in driving simulator.
Link: GitHub
Mediator pattern implementation for Unity.
Link: GitHub
Allows sharing of data across the application, facilitates work in the editor through the use of scritpable objects.
Link: GitHub
Social media platform for petrolheads. Playground for testing various things in .NET. Focuses on backend API, follows Clean Architecture
Link: GitHub
Result pattern implentation for .NET projects
Link: GitHub