Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 177 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 177 Bytes

snake

Testing the curses module by making a snake in the console.

Upcoming work:

  • Add food for the snake
  • Implement collision function
  • Add pause and escape functions