Description
In this course, you will :
- A working knowledge of JavaScript
- Hands-on experience working with several data structures
- The ability to create games using JavaScript and data structures
- Familiarity with the Phaser framework
Syllabus :
- Refresher to Javascript
- Snake Game Using Arrays and Objects
- COVID Fighter Game Using Arrays and Collision Algorithm
- Spin N Win Using Mathematics and Phaser.js
- Sudoku Using a Backtracking Algorithm
- Mid-Course Assessment
- Travel Planner Project Using Graphs
- Chat List Project Using LRU Cache
- Text Editor Using Stacks
- Photo Editor Using 3-D Arrays
- Frog Jump Game Using Greedy Algorithm