Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demon-Slayer-fighting-game-changes #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ShroukELnager
Copy link

<title>Document</title> <style> * { box-sizing: border-box; } </style>
100
    <div style="position: relative; height: 20px; width: 100%">
      <div
        style="
          background-color: rgba(214, 1, 1, 0.48);
          height: 20px;
          border-radius: 8px;
        "
      ></div>
      <div
        id="enemyHealth"
        style="
          position: absolute;
          background-color: blue;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          border-radius: 8px;
        "
      ></div>
    </div>
  </div>
  <div
    id="resultOfGame"
    style="
      position: absolute;
      color: aliceblue;
      margin: 4px;
      font-size: 42px;
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial,
        sans-serif;
      font-weight: 900;
      color: aliceblue;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: none;
    "
  >
    Tie
  </div>
  <canvas></canvas>
</div>
<div>
  NOTE: How To Play ? <br />Player 1 : can use (q , space , e ,r ) to fight
  && (w , a,d) to move and jump <br />Player 2 : can use (arrow-down ,
  <b> , </b> , . , / ) && (arrow-right , arrow-left, arrow-up ) to move and
  jump
</div>
<script src="./js/utls.js"></script>
<script src="./js/classes.js "></script>
<script src="./index.js"></script>

Copy link

netlify bot commented Jan 28, 2025

Deploy Preview for symphonious-madeleine-ce1c42 ready!

Name Link
🔨 Latest commit 3ef56f0
🔍 Latest deploy log https://app.netlify.com/sites/symphonious-madeleine-ce1c42/deploys/67989d562575100008e78f38
😎 Deploy Preview https://deploy-preview-50--symphonious-madeleine-ce1c42.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant