Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 593 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 593 Bytes

Candy Crush

Preview of game

Play Game

Basic version of the match-three puzzle game, Candy Crush Saga by King. Implemented in HTML, CSS, JavaScript, and jQuery for UI Design & Programming (CS422)

  • Mobile compatibility (not just looks but game is playable in mobile)
  • Mouse/touch drag to move pieces
  • Keyboard shortcuts:
    • Keypress: 'n' for New Game
    • Keypress: "space" for Show Move

PS 1: Model/View and Event Handling

PS 2: Output

PS 3: Input

  • Final problem set
  • Code cleaned up