paul-bartlett / Snake

The game Snake written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake

The game Snake written in Python

##Things To Do

  • GUI

      • Display the window
      • Display the score counter
      • Draw boundary
  • Snake

      • Display the snake
      • Detect collision with GUI walls
      • Redraw snake every [delay] moving in the direction of head
  • Objectives

      • Display the objectives
      • Detect collision with snake
      • Decrement redraw delay
      • Increment size of snake
      • Increment the score

About

The game Snake written in Python


Languages

Language:Python 100.0%