This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Minimalist 2D game engine | |
| * @author Victor Zegarra (Retromantis) | |
| * @date 01/01/2026 | |
| * @version 1.03 | |
| */ | |
| const GAME_FPS = 25; | |
| // Player direction constants |