Welcome to the Terminal Snake Game! This is simple but with a lot of configuration opportunities for controlling game.
Created: 2022
To get a local copy up and running follow these simple example steps.
You need to have the following things installed on your pc.
- Install
gcc. - Install
git.
Here are steps to download, build and install the following software.
- Clone the repo
git clone https://github.com/rezocrypt/terminal-snake-game- Go to the directory
cd terminal-snake-game - Install the project to the system if needed.
./install.sh- Run the project
./snake-
Use the arrow keys or the keys w, a, s, d to control the snake's movement. (Note: Using the arrow keys may have some delay and may not work as smoothly as the keys w, a, s, d)
-
You can customize the game settings from "Change parameters"
-
Modify the desired parameters such as snake symbol, apple symbol, border symbol, and empty space symbol and so on.
-
You can also change the colors of these symbols by modifying the corresponding color codes.
-
You can also change height and width
-
To exit the game, press the 'q' key.
Terminal Snake Game's codebase is licensed under GNU GPLv3 license. Please refer to the LICENSE.txt file for detailed information.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
- Rezocrypt - Original author of the project.
- Me - Telegram - rezocrypt@gmail.com
