PROJECTS PROJECTS PROJECTS

Partikle

A zero-dependency library for rendering floating particles. This website use it extensively.

Tavuelo

My first npm package. A simple table component built with Vue.js that meant to be as simple and reusable as possible.

Terry Poorflyer PC game

My first PC game that has been released on Steam (made with Construct 3 game engine).
Inspired by retro side-scrolling platformers, Terry Poorflyer adds own "stomp" flair to it, handled by physics engine more advanced than in HL3! (or, at least at the time this description has been written)
Collect all the coins on the way to gain a perfect score and help Terry fund a brand new (used) plane to continue his adventures!

BOINK! game

My first indie game that I've actually finished. Puzzle game where the main goal is to *boink* as many balls as possible. Made with Construct 3.

Lkweekly 2020

In 2020 I've decided to write down summary notes about the passing weeks and publish them every Sunday. My goal was to have a cleaner insights about my personal achievements over the year and to improve my casual writing skills.

TANKI game

My 3rd indie game made with Construct 3. This time I've created a top-down shooter/arcade tank simulator game. Destroy as many enemy tanks as possible!

OK, BROOMER game

My 2nd indie game made with Construct 3. This time I've created a survival type game with Halloween theme. Collect as many milk bottles as possible & avoid evil pumpkings at all costs.

Low-poly SVG map

A low-poly SVG world map file.

Vue.js simple shop

A random product list that emulates simple shop. User can add products to the cart, which then are calculated for total price. It requires to run a basic express.js-powered API to serve some results locally (included in the repo).

Vue.js brewery explorer

A simple brewery explorer that fetch list of breweries through Open Source API. It then filters by state (which is based on returned results) locally (on purpose). Added basic responsiveness and my first Cypress-based e2e tests.