Skip to content

Commit

Permalink
Added: README & screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkaison committed Apr 13, 2023
1 parent eec5583 commit 598edcf
Show file tree
Hide file tree
Showing 9 changed files with 77 additions and 0 deletions.
Binary file added Documents/Snake-Game-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documents/Snake-Game-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documents/Snake-Game-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documents/Snake-Game-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documents/Snake-Game-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documents/Snake-Game-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documents/Snake-Game-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Home/build/leaderboard.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
76 changes: 76 additions & 0 deletions README.md
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.

0 comments on commit 598edcf

Please sign in to comment.