Skip to content

Commit 4889341

Browse files
Add files via upload
1 parent 32140ed commit 4889341

File tree

5 files changed

+1320
-0
lines changed

5 files changed

+1320
-0
lines changed

Chess Game/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Chess
2+
3+
I sacrifice a lot into this game before it works fine.
4+
Starting from the numbers of days of No rest to the numbers of nights of No sleep.
5+
6+
But am also Happy it finally works out ☺ ☺
7+
Dont forget to comment..... cause no one is perfect and am subjected to corrections or upgrade.
8+
9+
Thank you all.

Chess Game/chess-song-10.mp3

126 KB
Binary file not shown.

Chess Game/index.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!-- Created by NemoNet aka The Young Programmer 🏅-->
2+
3+
<!-----PLEASE PLEASE PLEASE.----->
4+
<!-------READ THESE LINES-------->
5+
6+
<!----- I sacrifice a lot into this code before it could work fine --->
7+
<!-----I comitted some number of days & nights of no sleep & no rest into this code ---->
8+
<!----- pls......Kindly follow me on github to motivate and keep me going ---->
9+
10+
11+
<!DOCTYPE html>
12+
<html>
13+
<head>
14+
<title>Chess Game</title>
15+
<meta name="viewport" content="width=device-width, initial-scale=1">
16+
<meta charset="UTF-8">
17+
<link type="text/css" rel="stylesheet" href="stylesheet.css">
18+
19+
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script>
20+
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
21+
22+
<script type="text/javascript" src="javascript.js"></script>
23+
</head>
24+
<body>
25+
<script>
26+
Swal.fire({
27+
title: " ", /* to make the title blank */
28+
text: " Welcome Royal Knight 🔱, your mission is to defeat the enemy and protect the King!",
29+
confirmButtonText: "OK",
30+
}).then((result) => {
31+
if (result.isConfirmed) {
32+
Swal.fire(
33+
' ', /* to make the title blank */
34+
'click on The Young Programmer if you need more weapons',
35+
)
36+
}
37+
})
38+
</script>
39+
<h1> Welcome to my Kingdom <br> protect the King </h1>
40+
<div id="container"></div>
41+
<a href="https://the-young-programmer.github.io/The-Young-Programmer/"> TYP 🖥<br>The Young Programmer</a>
42+
<audio src="chess-song-10.mp3" autoplay loop>
43+
<embed src="chess-song-10.mp3" autostart="true" loop="true" width="2" height="0"></embed>
44+
</body>
45+
</html>

0 commit comments

Comments
 (0)