/Canvas

A frontend project that is centered around building a game.

Primary LanguageJavaScriptMIT LicenseMIT

Star Hunt

Just a simple game about collecting stars and not dying :)

Demo

Testers

Pull Requests

  1. Added Player sprite sheet and animation.
  2. World creation
  3. Added basic movement
  4. Camera follow feature
  5. Character animation
  6. Added Dangerous obstacles
  7. Larger world feature
  8. Added left and right player animation
  9. Better world feature
  10. Collectibles feature (CLOSED)
  11. Points system feature
  12. User interface
  13. Win death feature
  14. Added Readme
  15. Updated readme
  16. Fix: Set text-health to 100 on start
  17. Feedback from brooman (Awaiting requested changes)
  18. Fix: Updated readme
  19. Fix: Updated readme links

Our review to Group 2

Pull Request

Comments

  • index.js:77 - Remember to remove unused code
  • index.js:122 - You could probably move the room blocks into separate files / functions. Or build a JSON file for each room and build the level with a loop. *.create(json) etc
  • index.js:132 - Maybe remove some whitespace?
  • index.js:234 - Unused Empty 'header'
  • index.js:386 - You could probably clean this part up.
  • index.js:444 - Remove debug logging
  • index.js:458 - Remove debug logging

License

MIT License