Skip to content

Leleep/buggyGarlic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Debugathon

Welcome to the Debugathon!
This repository contains the intentionally bugged version of a game project used for the Debugathon event, where you must identify, report, and fix as many bugs as possible within the time limit.


About the Game

  • GarlicBreadGame is a restaurant management game where the player is a street side vendor where they sell Pani Puris and Aloo Tikkis.
  • The player has to serve the dishes to customer.
  • To make a dish, player has to follow the cookbook.
  • If they make an incorrect combination of ingredients, they'll end up with having "garbage" in their hands and to clear it, player has to click on the trash can.

About Debugathon

Debugathon is a competitive debugging event where participants:

  • Analyze the given game code
  • Identify and fix the bugs
  • Submit bug reports

The goal is to restore the game as close as possible to its bug-free reference version.


Requirements


How to Run the Project

  1. Fork and clone the repository:

    git clone <your forked repo-url>

    Note: You need to keep your repo private and make it public when the event ends.

  2. Open Godot and import buggedGarlic/project.godot

  3. In Godot, check if your main scene is "main_menu.tscn" in Project->Project Settings->Application/Run

  4. Press f5 to run the project.

  5. Fixed game video: Link


Your Task

Participants must:

  • Identify bugs in the code (by matching the game behavior with the reference video)
  • Document each bug in the provided Google Form
  • Fix the bugs and commit the fix on your repo

Submission Guidelines

  • Update bug reports as soon as a bug is discovered because timestamp of submission will be recorded on google forms for tiebreaker

  • Make a Pull Request of you fork with bug fixes when the event ends.

  • Latest timestamped submission is considered

Rules

  • No code sharing between teams

  • Internet allowed only for reference/syntax

  • Plagiarism or unfair means → Disqualification

  • Respect the time limit

About

Buggy game code for Debugathon event in Utkarsh 2026

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors