Skip to content

kmu-kcc/snake-game-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

  • Snake game is a simple arcade game written in Python using the pygame library.

  • This project is study reference of KMUniverse club KCC.

Prerequisites

  • Python 3.x
  • pygame

Getting Started

  1. Download and install Python 3.x.

  2. Clone this repository.

$ git clone https://github.com/kmu-kcc/snake-game-python.git
  1. Enter the following commands in the terminal to install the pygame package.
$ pip3 install -r requirements.txt
  1. Run the file in the terminal.
$ python3 snake.py

Screenshots

Initial game scene

snakegame1

Game over scene

snakegame2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages