Skip to content

ki8yk8/game-dev-resolution

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ce85ff1 · · Jun 29, 2026

History

55 Commits
Mar 31, 2026
Jun 29, 2026
Jun 29, 2026
Jun 29, 2026
Jun 29, 2026
Apr 5, 2026
Mar 31, 2026
Mar 31, 2026
Mar 31, 2026
Mar 31, 2026
Jun 29, 2026
Jun 29, 2026
Apr 5, 2026
Mar 31, 2026
Mar 31, 2026
Apr 10, 2026

Repository files navigation

About Project

I created a game that is similar to the Mario Bros. Created multiple scenes along with gamemanager to handle the coins collection and death. There are various cool ineractions like mystery box, enemies, and enemies kill.

New Features on Week 4

  1. Created publisher and subscriber role such that different scenes can publish and subscribe independently making the game management smoother.
  2. Created game controller that handles memory, birth, death, and the communication.
  3. Added the concept of life where, a player has 3 lives at beginning.
  4. Added checkpoints to save the progress of the user.
  5. Audios and main menu

Planning for Week 5

  1. Level manager that handles all the levels thing (with at least 5 levels)
  2. Better UI with things like mainmenu
  3. Audio support in the game.

Credits