tag:game-development
all the articles with the tag "game-development".
creating a game without an engine
Posted on:April 15, 2021 at 08:47 PMi tried to recreate smash bros in javascript using phaser - with pixel art, controller support, hit effects, and way too much code in one file.
creating a platform for my minigames
Posted on:February 20, 2022 at 08:47 PMi built a godot-powered platform to host tiny games with accounts, highscores, and a custom backend in fastapi - because one game wasn’t enough.