Skip to content

Instantly share code, notes, and snippets.

View Retromantis's full-sized avatar

Victor Zegarra Retromantis

View GitHub Profile
@Retromantis
Retromantis / michi.js
Created June 28, 2026 16:39
Minimalist 2D game engine
/**
* Minimalist 2D game engine
* @author Victor Zegarra (Retromantis)
* @date 01/01/2026
* @version 1.03
*/
const GAME_FPS = 25;
// Player direction constants