IsakTheHacker / snakeit

Snake in Terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake in Terminal (snakeit)

snakeit Snapcraft Build, Test, Publish


Installation

Snap

Get it from the Snap Store
Check out the link above for installation instructions. Once installed, type snakeit to start the game!

Other

If you don't have access to the Snap Store you can of course just install it manually. To do so, navigate to some directory where you store git clones and type:

git clone https://github.com/IsakTheHacker/snakeit.git
cd snakeit
mkdir bin
make

To start snakeit, type:

./bin/snakeit

For a more permanent solution, append alias snakeit="<pathToBinary>" to ~/.bashrc. Then restart your terminal and just type snakeit to start the game!


Contribution

If you want to contribute, feel free to do it in these ways:

  • Submit an issue: If you find a bug or want to request a new feature, post a new issue in GitHub issues. We will try to get back to you as soon as possible. There are no strict rules on how the issue should be written, just write in a way you think will make us understand.

  • Make a pull request: Contributions/commits happen through pull requests. The only thing we ask you to do is to follow our standards: Never use spaces instead of tabs, tabsize: 4 etc. If you're unsure you can look in the already written code for references.

    1. Fork this repository to your own account from main.
    2. Make some changes.
    3. Create a pull request.

Network

Here is the network graph so you can keep up to date on the latest changes to the different branches: Network Graph

About

Snake in Terminal


Languages

Language:C++ 93.3%Language:Makefile 6.1%Language:C 0.6%