Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 196 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 196 Bytes

Snake-Game-in-C-CPP

Make a simple Snake game using C/C++ There are 4 functions required to build a snake game such as:

  1. Setup Function
  2. Draw Function
  3. Input Function
  4. Algorithm Function