Skip to content

Seven-at-Seven/StickFight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFML-Snake-Game

Main Menu Control

  • You can move between different buttons using Up and Down arrows.
  • You can select the button you want by clicking Enter on the selected Button.

Development Steps

  1. Create a branch named after the feature that you work on (you can create branch using Github)

  2. git clone https://github.com/Seven-at-Seven/StickFight

  3. Run git checkout <your-branch-name>

  4. Run mkdir build (simply create a folder called "build")

  5. Do your magic (add your code to the project)

  6. Run make to test

  7. Run git add . to stage your changes (it's prefered to commit each change alone with diffrante commit message for better readability)

  8. Run git commit -m "<Add-your-message-here>"

  9. 10.Run git push to render changes on Github