Vlandemart

About me:
Hello! I'm Vladimir Solovev,
a passionate programmer who loves to design and develop game applications.
Currently, I'm 21 and based in Moscow, Russia.

I've been working with Unity3d for more than two years, mainly as a hobby.
I'm also familiar with C, JavaScript, Blender.
Currently I'm studying at School21, franchise of 42.

E-mail: vlandemart@gmail.com
GitHub: https://github.com/vlandemart

Other

Here are some of stuff I do outside of Unity.

Blender

When I've started my gamedev journey, I've got a need
to learn working process with 3d models, so I've picked Blender for that.
Overall, I've put around 200 hours into it.
During this time, I've learned whole development cycle of
models, animations, textures and it's implementation into game engine.


Study project - Wolf3d

GitHub

The goal was to recreate early Raycast Engine which was seen in Wolfenstein 3D.
The main restriction was that out of all possible graphic library functions
I could have used only output of one pixel to the screen.
It meant that a ton of work were needed to just draw a wall, texture,
sprite or a skybox, to do a first person camera, collision and trigger systems, animations.
The project was entirely done on C with a use of SDL for pixel output and input events.
The engine itselft is very basic and primitive - map is square, walls are perpendicular,
there are no different heights and light levels like seen in Doom.
Despite its primitiveness, this project really helped me to understand
how game engines handle several low-level aspects.

Outsource HTML game

Game Link (it is invoked somewhere on the site, I don't have a direct link)

I've created HTML/JS game for outsource project, using Phased framework.
Main project's demand was to work on all possible platforms.
Overall, development took 2 weeks,
including time for JS and Phaser study (it was my first time using JS and web overall),
development of overall game logic and REST API for leaderboard.