-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (63 loc) · 2.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./assets/images/snake/snake icon.jpeg" />
<title>snake.c</title>
</head>
<body>
<h1>Snake Game (C Language)</h1>
<p>
<h5>
Welcome to my Snake Game project, crafted solely by me.<br />
Experience the classic gameplay using arrow keys and alphabetic keys to control the snake. <br />
Seamlessly pause and resume the game, and compete with friends for the highest score.<br />
Immerse yourself in the world of snakes with this C language-powered gaming experience.
</h5>
</p>
<hr/>
<Ul>
<li>
<h2>Demo : </h2>
<video controls muted height="500">
<source src = "./assets/vedio/snake_demo.mp4" draggable = "false" type = "video/mp4"/>
</video>
</li>
<li>
<h2>Features : </h2>
<ol>
<h5>
<li>Classic Snake Game: Experience the timeless fun of the Snake Game.</li>
<li>C Language Implementation: Developed entirely in C language.</li>
<li>Arrow Key Controls: Control the snake's movements using arrow keys.</li>
<li>Alphabetic Key Controls: Unique twist allowing control with alphabetic keys.</li>
<li>Pause and Resume: Seamlessly pause the game and resume whenever desired.</li>
<li>Save Functionality: Save your game progress to continue from where you left off.</li>
<li>High Score Tracking: Compete with others by aiming for the highest score.</li>
<li>Smooth Exit: Exit the game smoothly and effortlessly.</li>
<li>Single-Player Gameplay: Enjoy the game solo and challenge yourself.</li>
</h5>
</ol>
</li>
</ul>
<hr />
<ul>
<li>
<h2>Click here to download (for PC platforms only) : <a href = "snake.exe" download="C_snake.exe">C_Snake</a></h2>
</li>
<li>
<h2>Github repository : <a href="https://github.com/lion-head/snake_game_C"
draggable="false">snake_game_C</a></h2>
</li>
</ul>
<hr/>
<h2>Note:</h2>
<p>
<h5> This project was created during my early days of programming, before I had knowledge of Data Structures and
Algorithms. As a result, there may be areas that can be improved upon. I welcome any contributions to the repository
to help enhance the project and make it even better.</h5>
</p>
</body>
</html>