Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seven-at-seven/stickfight
Multiplayer StickFight game
https://github.com/seven-at-seven/stickfight
cpp11 makefile sfml sfml-game sfml-graphics-library stickfight
Last synced: about 1 month ago
JSON representation
Multiplayer StickFight game
- Host: GitHub
- URL: https://github.com/seven-at-seven/stickfight
- Owner: Seven-at-Seven
- License: mit
- Created: 2024-03-28T15:37:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T19:15:33.000Z (8 months ago)
- Last Synced: 2024-08-14T09:44:52.750Z (5 months ago)
- Topics: cpp11, makefile, sfml, sfml-game, sfml-graphics-library, stickfight
- Language: C++
- Homepage:
- Size: 16.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`
4. Run `git checkout `
5. Run `mkdir build` (simply create a folder called "build")
6. Do your magic (add your code to the project)
7. Run `make` to test
8. Run `git add .` to stage your changes (it's prefered to commit each change alone with diffrante commit message for better readability)
9. Run `git commit -m ""`
10. 10.Run `git push` to render changes on Github