Git21221 / JS-beginner-projects

Here you will get small JS projects for starters.
https://js-beginner-projects.netlify.app/
47 stars 71 forks source link

Dragon World's Game #256

Closed Abhishek-k30 closed 9 months ago

Abhishek-k30 commented 9 months ago

Fixes #246 . @Git21221 I have created dragon world's game.

Game description

In the game there is two types of dragon, one attacking and other defending. The first dragon have to defend itself from all the attacking dragons and accordingly score increases. If attacker collides with first dragon , game over.

Controls

Use 'UP-ARROW' key to jump. Use 'LEFT-ARROW' key to move left. Use 'RIGHT-ARROW' key to move right.

Scenes

127 0 0 1_5501_Dragon's World Game_index html - Google Chrome 03-10-2023 23_55_29

127 0 0 1_5501_Dragon's World Game_index html - Google Chrome 03-10-2023 23_55_02

TechStack

HTML CSS JAVASCRIPT

netlify[bot] commented 9 months ago

Deploy Preview for js-beginner-projects ready!

Name Link
Latest commit c7899c14e02f14b47b48e2e2fde5f0e28480f17c
Latest deploy log https://app.netlify.com/sites/js-beginner-projects/deploys/651c600042c7ca000905c2e0
Deploy Preview [https://deploy-preview-256--js-beginner-projects.netlify.app/dragon's world game](https://deploy-preview-256--js-beginner-projects.netlify.app/dragon's world game)
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.

Abhishek-k30 commented 9 months ago

@Git21221 Kindly merge it.