Snek

The project involves implementing a snake game in C.

Overview

The project involves implementing a snake game in C.

Description

  • Players control snakes on a grid, navigating to eat fruits while avoiding walls and collisions with other snakes

Skills Developed:

  • Allocating and freeing memory
  • Reading and printing game boards
  • Implementing core game rules
  • Testing and debugging procedures
  • Writing specific task functions
  • Accessing and modifying struct fields