Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Octocat-Game
>A game on Octocats, build during Hack At Home Hackathon!
A game on Octocats, build during Hack At Home Hackathon!

---

![Octocat Thumbnail](https://jabaltorres.com/wp-content/uploads/2018/02/octocat-jetpack.png)
___
Here, is the link of project submission from dev post :
[Octocat Game](https://devpost.com/software/octocat-game)

---

Here, is the link of project submission from dev post:[Octocat Game](https://devpost.com/software/octocat-game)
6 changes: 3 additions & 3 deletions src/index1.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
</head>
<body class="b1">
<div class="content">
<h1 class="mainh"><strong>Octocat🐙Game</strong></h1>
<h1 class="mainh"><strong>Octocat😺🐙Game</strong></h1>
<form>
<a href="./index2.html"> <button class="buton" type="button" class="btn btn-primary">Start</button></a>
<a href="./index2.html"><button class="buton" type="button" class="btn btn-primary">Start</button></a>
</form>
</div>


</body>
</html>
</html>
10 changes: 5 additions & 5 deletions src/index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<body class="b2">
<div class="content2">
<h1 id=heading>How to play!</h1>
<p class="para1">-> Rules To Play octocat Game :
<p class="para1">-> Rules To Play Octocat😺🐙Game:
<br>
<p class="para1"> -> Firstly, the game shows the green colour octocat in the sequence say red octocat.
<p class="para1"> -> Firstly, the game shows the green colour Octocat in the sequence say red Octocat.
<br>
<p class="para1">-> The user clicks on the red octocat . Next, the game shows the next colour say red octocat.
<p class="para1">-> The user clicks on the red Octocat. Next, the game shows the next colour say red Octocat.
<br>
<P class="para1">-> The user has to remember the sequence that is blue, red and click on the screen as same sequence it
<P class="para1">-> The user has to remember the sequence that is blue, red, and click on the screen as same sequence it
was from beggining, and so on and so forth.
<br>
<p class="para1">-> If the user wrong the sequence, then the GAME ENDS.</p>
Expand All @@ -29,4 +29,4 @@ <h1 id=heading>How to play!</h1>
</body>


</html>
</html>
8 changes: 0 additions & 8 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
background-position: 400%;
}
.buton:hover{

box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);

}

.mainh{
Expand All @@ -40,7 +38,6 @@
background-image: url(../images/img2.jpg);
background-size: cover;
background-attachment: fixed;

}

.content2{
Expand All @@ -62,7 +59,6 @@
}
#but:hover{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);

}

#heading{
Expand All @@ -74,11 +70,9 @@ box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
#heading:hover{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);

}
.para1:hover{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);

}
.para1{
width: fit-content;
Expand All @@ -89,7 +83,6 @@ box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
body {
text-align: center;
background: linear-gradient(90deg,rgba(0, 0, 0, 0.911), #22c1c3,#fdbb2d);

}

footer {
Expand All @@ -110,7 +103,6 @@ footer {
display: vlock;
width: 50%;
margin: auto;

}

.btn {
Expand Down