femto / snake_game_py

a repository completely written by ai
1 stars 0 forks source link

Initialize pygame font module #21

Open codez-bot[bot] opened 1 year ago

codez-bot[bot] commented 1 year ago

Description

The pygame font system was not initialized before attempting to use it, leading to a runtime error. This PR addresses the issue by initializing the font module early in the program's execution.

Summary

Fixes #20.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/fix-font-initialization

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.