Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 805 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 805 Bytes

Description

This is The Snake game wrote in Python3.6

Startup

For startup run ./main.py

Control

  • w and j - up

  • s and k - down

  • a and h - left

  • d and l - right

  • o - Enter

  • q - exit

Screenshots

StartScreen

start_screen

Description

description

Game

game_1 game_2

EndScreen

end_screen