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

Basic Scenario #2

Closed
36 tasks done
giuroperto opened this issue Dec 8, 2019 · 0 comments
Closed
36 tasks done

Basic Scenario #2

giuroperto opened this issue Dec 8, 2019 · 0 comments

Comments

@giuroperto
Copy link
Owner

giuroperto commented Dec 8, 2019

Basic Scenario

  • create HTML
    • define elements
    • background
    • title
    • story
    • button
    • controls
    • bootstrap
  • define game page
  • link CSS
    • bootstrap
    • import font
    • define general layout
    • responsiveness
  • link JS
    • separe elements in JS
      • enemies
      • captain haddock
      • board-game
      • general settings
    • create a main JS for calling each function / event
      • start game (general setting -> canvas)
      • create board + fixed elements
      • put player on board
      • set one image as a movement of the player
      • define when player walking to change image
      • define enemies
      • create random wave of enemies
      • set boundaries
      • keep score
      • create crash condition
      • create fight condition
      • set speed of movement
    • set click button
    • set onkeydown
    • set onkeyup
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

No branches or pull requests

1 participant