Alexander Verbeek

I like creating. I love gaming. Creating games is my passion.

Portfolio

April 7, 2017

Ever since I started out in this industry I have worked on many projects. Some of which that I am particularly proud of receive a spot on this portfolio.


Escapists 2

I joined Codeglue in September 2017. Over the course of several months, I was assigned to a number of porting projects, such as Castaway Paradise, Corpse Party: Blood Drive, and Descenders. My first large project at Codeglue became the task of porting Escapists 2 from PC to iOS and Android for Team17, in a team of several people.

Escapists is a top-down game where the player takes the role of a prison inmate with the goal to break out of prison. Each prison level has a routine with daily activities for prisoners and players have a lot of options to cause chaos in the prison complex and to design and execute elaborate escape plans. The game also includes networked multiplayer, allowing multiple people to play together and co-operate or compete with each other.

This project’s story is one of hardships and perseverance.

The Escapists 2 project turned out to be extremely challenging and severely underestimated/overscoped for the time allocated due to a variety of factors, but mainly due to the following constraints:

The memory and networking requirements especially meant we were forced to dig deep and make very extensive -and risky!- changes to core systems within the game, and in the Photon Pun networking code. Many of these changes caused bugs, which of course needed to be fixed. The game did not include any test suite. In hindsight, we should have perhaps added regression tests ourselves. Combined with the communication difficulties with the client, these problems turned out to be a recipe for a lengthy development hell.

Nevertheless, we were eventually able to implement all the changes needed, squash most of the bugs caused by the overhaul, and satisfy the client. The game has since been released on iOS and Android as Escapists 2 Pocket Breakout.


SpeedRunners

Speedrunners is a multiplayer side-scrolling game where you try to run faster than the other guys until they drop off-screen and they explode. It is great fun. It is huge! Trust me. You’ll love it!

My contract at DoubleDutch Games was to help them port their game SpeedRunners to the consoles. There are a lot of issues to tackle when porting to these platforms, even when using a reasonably portable game engine like Unity3D. The game has a rather large legacy codebase, being originally created in XNA and later ported to MonoGame and then to Unity.

Personally, I worked on the Fuze and Xbox One ports, adapting existing code or writing new code to integrate with various systems on these platforms. Platform holders are strict about their Technical Requirements Checklists. They require a lot of changes to the game to ensure it interacts with existing systems on the platform and to ensure the game behaves as expected. This involved such things as:

Sometimes this involved writing translation wrappers around platform specific systems, so that the base game could access them in using a platform independent interface. In many other situations, we were not so lucky and invasive changes in the core of the game were required. From new UI screens to large changes of existing systems.

Porting an existing PC game to consoles can be a huge amount of work. Working on this project has definitely give me more perspective on games ported to/from console not only as developer but also as a gamer.

SpeedRunners is developed by DoubleDutch Games and published by tinyBuild.


iO

iO screenshot iO screenshot

iO started as a game prototype originally conceived and created by an ad hoc team of me and four others, during the Global Gam Jam of 2012 in Utrecht. Back then it was simply called Size Matters. The publishing company Gamious approached us and told us they wanted to work together with our team to take this game to the next level. What followed was a lengthy development process to expand upon the game with new game mechanics, extra content and to add the features and polishing neccesary for publishing to the major digital game stores.

This took way longer than any of us expected. Most team members had regular daytime jobs, and I was basically the only member working on the project full-time. We were also physically distributed throughout the country, so for communication, we were forced to rely on tools like trello and on schedules meetings over Skype. Keeping the project on track and team members motivated was extremely difficult. The project took too long really, which lead to all kinds of troubles in the development process. Despite these issues, we persevered and launched the game to the mobile stores and Steam and Ouya. I then took some distance from the project in order to recover some sanity points. Gamious eventually also ported and released the game on XBox One and Playstation 4.

iO is a unique mix between platforming, physics puzzles and racing. The simple colorscheme and smooth curves are remniscent of Tron and Sonic the Hedgehog. The music has a zen feeling to it, which is welcoming in the early easy levels, and which will certainly help you to keep your calm in some of the later levels, which can be extremely challenging.

I am rather proud of the game mechanics, which are very simple, yet allow for a ton of depth in the challenges that can be created, as evidenced by the huge number of levels present in the game. The player can provide torque to roll left or right, and he can grow or shrink. Changing size in this manner also influences properties like mass and friction. This allows for many interesting tricks. Take a look at how I approached iO level design.

I am also particularly satisfied with the level editing tools I created within the Unity3D editor by writing custom editor extensions. This allowed even non-technical members of the team to have a hand in creating levels. These tools made it very easy to create and manipulate level geometry using bezier curves, with appropriate triangle meshes and colliders being generated on-the-fly procedurally. Since all of this happened inside the Unity3D scene editor, testing levels was simply a matter of hitting play mode and allowed fast iteration.

iO is published by Gamious and now available on Steam, Windows Store, Xbox One, Playstation 4, Google Play, and App Store.

iO screenshot iO screenshot iO screenshot


Other Projects

These projects tend to be small but interesting in some way. Source code is available. If you want, you can clone the repo, open it in Unity, and hit play to see the code in action.


NBody Simulation on GPU

An n-body system is a system where many bodies interact with each other. Typically, each particle interacts with every single other particle in the simulation. Simulating and rendering such a system makes for an interesting problem. This project implements an n-body system with gravity on the GPU using compute shaders.

This project is available on github.


Super Wavy Tag Team Crowdsurfing

You finally get to see your favorite band live, you are so close to the stage that you can almost touch them, and then, the singer jumps to surf the waves formed by the hands of his biggest fans, yes that’s you! It is your duty… No! it is your DESTINY to carry him as far as possible without dropping him to the ground, for the glory of ROCK!

A game created recently at the Global Game Jam 2017 in Amsterdam. The theme was Wave, and we settled on the idea of waves in a crowd, such as the crowds at a sports stadium or music concert. In this co-operative 4-player party game you and your friends play the crowd. A rockstar jumps off the stage and it is your job to help him crowdsurf safely and without ‘accidents.’ It is a very simple game but immensely fun, with lots of potential for hillarity. When playtesters are laughing so hard that it hurts, then you know you’ve got a fun game.

Global Game Jam project page
This project is available on github.

GGJ event photo


A game created during the 2014 Pillo Jam. Goal of this game jam was to create game controlled using devices with sensors embedded in real live pillows. This is a 2-player game. Each player controls a single rocket thruster, which will tend to turn the spacecraft to the left or right. Careful coordination is required to fly towards your intended destination. Or you can relax and simply fly around to see where you happen to end up.

This project is available on Bitbucket


Pathfinding demo

A basic A* pathfinding demonstration. This includes a pseudorandomly generated cloud of nodes, representing a galaxy. Nodes are linked by pathways, similar to the hyperlanes in 4x strategy games such as Stellaris. The user can click on two nodes and a path from one to the other will be calculated and highlighted.

This project is available on github.


Public Space Invaders

A game created during the 2012 Games4Health Jam in Eindhoven. Jam goal was to create a game adding extra life to public spaces and to stimulate excercise and movement. We used a top down-camera and computer-vision (OpenCV) to map the locations of players in a large physical area to the locations of player avatars within the game. This allowed for anyone to join in playing the game simply by walking into the play area.