Skip to content

Welcome to the Snake Game project! This game is a fun implementation inspired by the classic snake game, created as part of the 100 Days of Code challenge on Udemy.

Notifications You must be signed in to change notification settings

yingliu1206/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

Welcome to the Snake Game project! This game is a fun implementation inspired by the classic snake game, created as part of the 100 Days of Code challenge on Udemy.

Overview

This project leverages Python's object-oriented programming features, such as classes, inheritance, slicing, and the turtle module, providing an engaging way to reinforce these concepts through the creation of an interactive game.

Getting Started

To play the game, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yingliu1206/SnakeGame.git
    cd SnakeGame
    
  2. Run the game: Ensure you have Python installed, then run
    python main.py
    

How to Play

Use the arrow keys to control the direction of the snake. Try to eat the food to grow your snake while avoiding collisions with the walls and itself.

Acknowledgments

About

Welcome to the Snake Game project! This game is a fun implementation inspired by the classic snake game, created as part of the 100 Days of Code challenge on Udemy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages