This is a simple implementation of the classic Snake Game developed in the C programming language. The game runs in the terminal and allows the player to control a snake using WASD keys. The objective is to eat food (represented by a special character) and grow the snake while avoiding collisions with the walls.
During the Information Systems course, in the Fundamentals subject, we were given an exciting challenge: to develop a game using C. With a curious spark in our eyes, we couldn't resist the temptation to choose the classic Snake game and dive into the depths of this programming language
To play the game, simply clone the repository to your machine and execute the following commands: make all and then make run (Best Experience). Alternatively, you can play the game on Replit.
git clone https://github.com/1canas/snake-bounce.git
Navigate to the cloned repository directory and run the following commands:
make all
make run
You can also play the game directly on Replit by clicking here.
Enjoy the game! π
:)