Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

where_is_your_keyboard

3
Posts
1
Topics
4
Followers
1
Following
A member registered May 24, 2023 · View creator page →

Creator of

Recent community posts

sounds and the music really add some interesting dimension, nice!

Hey!

Implemented particles (torch, blood, etc); also added simple skills system + level up event

Hi! Just improving my game programming skills. Not sure that I'll finish this. My main goal for now is to practice low-level game and graphics programming. More specifically, this particular demo is made without any game-engines or any game frameworks.
It's bare Rust + opengl and glsl shaders. For sprites I used aseprite (art is pretty shitty, I'm not an artist :) )
Currently I've implemented the basic batching renderer (can render > 10k sprites simultaneously with lighting), assets loader and automatic sprites packer, simple axis-aligned collision detection, several enemies behaviors (rat, bat, rat-nest, rat-king) 

For those who interested here is the repository: https://github.com/alexeykarnachev/lift




Next things I'm planning to add are: main menu, maybe few more enemies and a finished level