Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
psykat1116 authored Oct 3, 2023
2 parents 3bfaf9f + ddd3387 commit 59af77d
Show file tree
Hide file tree
Showing 32 changed files with 1,259 additions and 939 deletions.
55 changes: 0 additions & 55 deletions .github/labeler-config.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/add-labels-pr.yml

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 21 additions & 10 deletions Games/Alien_Shooters/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,28 @@
<body>

<div>
<h1>Alien Shooter</h1>
<canvas id="board"></canvas>
</div>
<ul>
<div style="text-align: center;
margin-top: 10px;
font-size: 30px; text-decoration: none;"><a href="https://kunjgit.github.io/GameZone/"><i style="color:white;" class="fas fa-home home-icon"></i></a></div>
<li style="text-align: center; list-style: none; margin-bottom: 2rem;">How to Play: </li>
<li>Press Space on keyboard to fire</li>
<li>Use arrow keys to move horizontally</li>
<li>Don't let the aliens come down</li>
</ul>
<div class="title">
<h1>Alien Shooter</h1>
</div>
<div class="startscreen">
<ul>
<div style="text-align: center;
margin-top: 10px;
font-size: 30px; text-decoration: none;"><a href="https://kunjgit.github.io/GameZone/"><i style="color:white;" class="fas fa-home home-icon"></i></a></div>
<li style="text-align: center; list-style: none; margin-bottom: 2rem;">How to Play: </li>
<li>Press Space on keyboard to fire</li>
<li>Use arrow keys or A,D keys to move horizontally</li>
<li>Don't let the aliens come down</li>
</ul>
<p class="blink" id="blinktext">click anywhere to start</p>
</div>
<div class="endscreen">
<p><b>GAME OVER!!</b></p>
<p>your score: <span id="scorecnt">0</span></p>
<p>press space to try again</p>
<p>press 'q' to quit</p>
</div>
</body>
</html>
Loading

0 comments on commit 59af77d

Please sign in to comment.