Code a Downloadable Desktop Game in JavaScript
Learn to create a Flappy Bird-style desktop game in JavaScript using the capl library and Tori for installation on Windows.
MAIN POINTS FROM TRANSCRIPT
- The course covers using the capl library and Tori to make a desktop game.
- The only prerequisite is a good fundamental understanding of JavaScript.
- The game will save data securely, unlike local storage in web games.
TAKEAWAYS
- Capl (formerly Kaboom JS) simplifies game development in JavaScript.
- Tori enables JavaScript games to be installable on Windows PCs.
- Desktop games allow for more secure data storage compared to web games.