-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ BGMI 10 00:00:26 | |
Ganesh 20 00:00:25 | ||
Amit 10 00:00:24 | ||
Sandesh 45 00:01:26 | ||
Ganesh 10 00:00:10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
# Snake Game | ||
|
||
This is a classic snake game implemented in C++ using the Graphics.h library. The game features an impressive design and graphics, making it visually appealing and engaging to play. The game is fully functional and has been tested rigorously, resulting in zero bugs. | ||
|
||
## Glimpse of Snake Game | ||
|
||
### Main Menu | ||
|
||
![Snake-Game-1](https://i.postimg.cc/ZRb0YfHc/Snake-Game-1.png) | ||
|
||
### Name Screen | ||
|
||
![Snake-Game-2](https://i.postimg.cc/sx1X7vtG/Snake-Game-2.png) | ||
|
||
### How To Play | ||
|
||
![Snake-Game-3](https://i.postimg.cc/pV1yxJFf/Snake-Game-3.png) | ||
|
||
### Game Screen | ||
|
||
![Snake-Game-4](https://i.postimg.cc/Nf9F026W/Snake-Game-4.png) | ||
|
||
### Scoreboard | ||
|
||
![Snake-Game-5](https://i.postimg.cc/rsbpJqkn/Snake-Game-5.png) | ||
|
||
### Loading Screen | ||
|
||
![Snake-Game-6](https://i.postimg.cc/85Zc7hnV/Snake-Game-6.png) | ||
|
||
### GameOver Screen | ||
|
||
![Snake-Game-7](https://i.postimg.cc/qMPR6BQg/Snake-Game-7.png) | ||
|
||
## Features | ||
|
||
- Smooth graphics and animations | ||
- High scores leaderboard | ||
- User-friendly interface | ||
- Speed increases as the game progress | ||
- Multi-Control support | ||
- Scores storing in separate file | ||
|
||
### Compatibility | ||
|
||
- 100% Bug Free | ||
- Tested on Windows 11 (15.6") | ||
|
||
## Documents | ||
|
||
- [Synopsis Report](./Documents/SnakeGame_SynopsisReport.pdf "Synopsis Report") | ||
- [Use Case Diagram](./Documents/SnakeGame_UseCaseDiagram.pdf "Use Case Diagram") | ||
|
||
## Connect with Me | ||
|
||
If you have any questions or feedback, feel free to contact me through: | ||
|
||
[![Linkedin Badge](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://linkedin.com/in/Alkaison "@Alkaison") | ||
[![GitHub Badge](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Alkaison "@Alkaison") | ||
[![Gmail Badge](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:505ganeshmourya@gmail.com "Email") | ||
[![HackerRank Badge](https://img.shields.io/badge/-Hackerrank-2EC866?style=for-the-badge&logo=HackerRank&logoColor=white)](https://www.hackerrank.com/Alkaison "@Alkaison") | ||
[![Twitter Badge](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/Alkaison "@Alkaison") | ||
[![Discord Badge](https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discordapp.com/users/536816649425125389 "@Alkaison") | ||
|
||
## Requirements | ||
|
||
To run the game, you need to have the Graphics.h library installed on your system. You can find instructions on how to install it on the repository's Wiki page. Once you have installed the library, you can simply clone the repository and run the executable file. | ||
|
||
- C/C++ compiler (Recommended: MinGW) | ||
- Source Code Editor to Build the file (Recommended: VS Code) | ||
- Graphics.h Library for C/C++ | ||
- You will also have to add custom parameters in compilation. I have provided the `configurations` for VS Code in `.vscode` folder. | ||
|
||
## LICENSE | ||
|
||
This work is published under [MIT](https://github.com/Alkaison/Snake-Game/blob/main/LICENSE "LICENSE") License. |