Digital Leadership & Soft Skills

Simple dark HTML Template

Published on in Web development.

Small HTML template, which I designed to practice my design skills. It looks… well, not so bad, not so good. Feel free to use for any purpose. Github repository Demo

How NOT to release a game in three months

Published on in Games. Tags: , .

Drop. Idea of this game came to me in the first days of April. I had no opened projects that time, so I immediately started creating it. The first commit is dated 2nd of April. Final gameplay prototype of the real game was ready by the 7th of April. Then I’ve started adding some social sh*t, […]

Voxel loot chest

Published on in GameDev.

Loot chest with gold lining. Feel free to use in free or commercial products, leaving credits to me.

Login manager for GameSparks in Unity

Published on in GameDev.

Here you can grab free GameSparks login manager for your Unity game. It automatically logins player to GameSparks by his Device ID and then changes the scene.

Open Source .Net Web Scraper

Published on in Web development. Tags: , .

Working example of program scraping prices from competitor’s websites to csv table. Was done for a customer, but he agreed to share this code with public. Gitlab repository How to run Install .Net Core Open console Move to root project directory, which contains .csproj file Type dotnet run

Free retro-style camera shader for Unity

Published on in GameDev. Tags: , , , , .

Small shader for Unity, which I use in my games for drawing minimap. Add the component script below to GameObject with Camera and assign Material with this shader to it.

Unity Typewriter effect for Text

Published on in GameDev.

Here is pretty simple Unity MonoBehaviour script that can be used to give Text typewriter effect with blinking cursor at the end. In the middle there is commented line that can fix moving when typing if you use Align on Center option.

Unity AI Statemachine example

Published on in GameDev.

It is pretty simple and small realisation of statemachine for artifical intelligence in Unity based on MonoBehaviour Components to be able to set values for States in Inspector window. The Idle.cs is small example of working with Owner and States from inside of State.

Click 2 Hunt on progress to release

Published on in Games.

During last month I was developing brand new game. I never tried developing mobile arcades before. Actually, I think this is big step towards professional gamedev or earning money by gamedev. By the moment I write this article, game is fully working and most of the work is done. There are some issues with design […]

Simple Python site downloader

Published on in Web development. Tags: .

Simple script that can be used for collecting information from website by downloading whole pages.