femto / snake_game_py

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

Add Game Class Invocation in main.py #17

Closed codez-bot[bot] closed 1 year ago

codez-bot[bot] commented 1 year ago

Description

This PR addresses the issue where the Game class was not being instantiated or invoked in the main.py file. The Game class is responsible for managing the game's state and interactions, and it should be instantiated and run in the main entry point of the application.

Summary of Changes

This change ensures that the game can be run by executing the main.py script directly.

Fixes #16.


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

git checkout sweep/issue-16-game-invocation

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.