FIUBA-Posgrado-Inteligencia-Artificial / intro_ia

Material de clases para Introducción a la Inteligencia Artificial (CEIA - FIUBA)
47 stars 90 forks source link

fix: Minor change to avoid kernel errors when executed from notebooks. #13

Closed mrds90 closed 1 month ago

mrds90 commented 1 month ago

Pull Request Description

Summary: This pull request includes a minor fix to handle kernel errors more gracefully when executing the code from notebooks.

Changes Made:

Motivation: The purpose of this change is to enhance the stability and resource management of the Tower of Hanoi simulation by ensuring that Pygame and the program exit cleanly upon window closure, which is particularly important in notebook environments.

Expected Impact: