Rashevskyi Oleksii

01

Playables .

Thirty seconds to feel like a real game. One HTML file. Pick a demo, it is already running.

Puzzle/30s/554 KB

Jelly Grid

Each piece is a jelly with eyes. They follow your finger, then fly into a jar. Still one HTML file.

PixiJS v8GSAPTypeScriptSingle-file
Source

02

Slot ยท Roguelike ยท Deckbuilder

Fjordfall

Build the jackpot as you go.

A northern slot where you draft the jackpot. Spin once, then bank it or push your luck. The game core never touches the DOM.

Draft the horn, lock symbols, bank or double. Daily runs share one seed, like Wordle.

  • TypeScript
  • GSAP
  • Vite
  • Deterministic RNG
SourceFjordfall source on GitHub

03

PWA ยท Product

Fridge

I open this one for real.

What is in the fridge, when it goes off, what you can cook. Camera, barcode, voice. I actually use this one.

Point the camera at the shelf. Leftovers find a recipe. It lives on the home screen.

  • React
  • TypeScript
  • PWA
  • IndexedDB
SourceFridge source on GitHub

04

Telegram ยท Mini App

Gourmet

Our books, one shelf.

Friends pass books around. The bot tracks who has what. The mini app is the shelf. Ask for a copy, tap when it comes home.

Open Telegram, pick a cover. Chat does the rest.

  • grammY
  • React
  • Fastify
  • Drizzle

05

Lab .

Hex crawl ยท Multiplayer

Ruins Nexus

A hex crawl with six races. Explore, fight, gather. Pixi on the client, Socket.io for the rooms.

  • PixiJS v8
  • Socket.io
  • Hex grid
SourceRuins Nexus source on GitHub

Simulation

Living Farm

Farm sim where the economy never imports Pixi. The renderer only reads state, so the same loop can run in Node.

  • PixiJS v8
  • TypeScript
  • Fixed-step sim
SourceLiving Farm source on GitHub