Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Snake game with 'hello world' program #7

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

codez-bot[bot]
Copy link
Contributor

@codez-bot codez-bot bot commented Aug 17, 2023

Description

This PR replaces the existing Snake game implementation with a simple 'hello world' program. The codebase has been modified to remove the Snake game logic and dependencies, resulting in a more concise and focused codebase.

Summary of Changes

  • Modified snake_game_py/main.py to remove the import statements for Snake, Food, UI, and Sounds classes.
  • Removed the Game class and its methods.
  • Replaced the existing code with a simple "hello world" print statement.

Please review the changes and let me know if any further modifications are required.

Fixes #6.


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

git checkout sweep/replace-snake-game-with-hello-world

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.

@codez-bot codez-bot bot added the hi hibox your software chores label Aug 17, 2023
@codez-bot codez-bot bot mentioned this pull request Aug 17, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hi hibox your software chores
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hi: could you write a hello world
0 participants