Skip to content

pedrofurlaneto/snake-bounce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Snake Bounce 🐍

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.

Why Snake Game? πŸ€”

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

Try it! ✨✨

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.

Cloning the Repository

git clone https://github.com/1canas/snake-bounce.git

Running the Game πŸƒβ€

Navigate to the cloned repository directory and run the following commands:

make all
make run

Playing on Replit

You can also play the game directly on Replit by clicking here.

Enjoy the game! πŸŽ‰

snake game print

:)

About

Snake Game in C Language: Classic Fun in the Terminal! 🐍

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published