Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 772 Bytes

readme.md

File metadata and controls

20 lines (12 loc) · 772 Bytes

Snake Game

The objective of this repo is to create a snake-like game using Python.

Reference material

  • FreeCodeCamp youtube video - Link
  • Edureka tutorial - Link

Updates

2021-12-31

  • I think the best way to develop this (or any other game) would be to create a class to control what happens on the GUI. Probably, I will create a class to manage all events and update the display accordingly.
  • I am really trying to avoid just copying and paste any tutorial online. Hope my inspiration gets tuned soon. XD

2021-10-04

  • Repository creation.
  • pygame it is not compatible with Python 3.10. Downgraded my version to 3.7.9.