Skip to content

Commit

Permalink
Merge branch 'kunjgit:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
curator69 authored Oct 3, 2023
2 parents 835ed16 + 59f4f90 commit c58d8c5
Show file tree
Hide file tree
Showing 33 changed files with 1,261 additions and 940 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.

3 changes: 2 additions & 1 deletion .github/workflows/annoucement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
script: |
const hackwithus = `\n @${context.payload.sender.login} here, \n Hope you are enjoying this hacktober 😀 \n We are excited to share that we are opening issue from our side where you will be going to add games on our website 🚀 \n Work on this [issue](https://github.com/kunjgit/GameZone/issues/2944) 🔥 \n and help us building GameZone 💗 \n if you still haven't joined us join us on ⁠[Discord](https://discord.gg/fgwk4XZfxG) \n See you soon 😊`;
const commentBody = `\n @${context.payload.sender.login} here, \n We have this annoucement to make 📢!! \n 💥 Special Announcement: \nIt's the **Call to all the designers** 🔥 🎨 \nAs you all know that GameZone has crossed 100 games 💗 , it's time that we all come up together and make the UI even better!!\nWe are redesigning the thumbnails, make sure you come up with the aesthetic and cool ideas 🚀 !\nYou are supposed to share the 4 different templates that can be used. Make sure that the size is: **1280 px X 720 px.** \nThe frame should be such that there is only a single image of the game that's taking up the major portion of the frame. Any kind of text should not be there. \n **The design should be catchy and aesthetic!** 🔥 \n\n **Note:** You are not supposed to create any issue right now for the same. \nYou have to share different designs right now in ⁠[Discord](https://discord.gg/fgwk4XZfxG) and Project Admin would be selecting one design and would be assigning the issue. After that only, you have to start working on it.`;
const hacktoberfest = `\n @${context.payload.sender.login} here, \n Hope you are doing extremely well 😇 \n It's confirmed 🥳, GameZone is taking part in hacktoberfest and ready to have another 💥 \n Ready to have some amazing contributions once again also thank you for you support in GSSoC23 you have took us on top 5 ❤️‍🔥 \n if you still haven't joined us join us on ⁠[Discord](https://discord.gg/fgwk4XZfxG) \n See you soon 😊`;
Expand All @@ -40,7 +41,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue.number,
body: `Hey @${opener} 👋!\n ${hacktoberfest}\n\n`
body: `Hey @${opener} 👋!\n ${hackwithus}\n\n`
});
console.log(`Commented on issue #${issue.number}.`);
Expand Down
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 c58d8c5

Please sign in to comment.