Skip to content

ki8yk8/game-dev-resolution

This branch is 20 commits ahead of and 25 commits behind week1.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 22, 2026
233cce9 · · Apr 22, 2026

History

20 Commits
Apr 22, 2026
Apr 22, 2026

Repository files navigation

About the Game

The game is infinite runner game with various difficulty stage where, the user runs from a hot metal rod following you. The rod is really hot and if you are unable to get away from it you die. During the running, you get to collect coins too..

Features

  1. Chunk based runner where, each difficulty scene is a chunk and the chunks are randomly spawned
  2. Better scene management, only 3 chunks are spawned at once ahead of the player and 2 chunks behind. The chunks are cleaned to save the memory consumption.
  3. Better main menu and ui along with the gameover scene
  4. Persistent scores and coins and good message flow in the game.
  5. Utilizes an API to generate a random funny name for you in the game.