Dragons vs Unicorns (Part II) - JavaScript
In the previous post we made the markup and applied some styles to our Dragons vs Unicorns game app. Now itโs time to implement the game logic in JavaScript. This part is what makes the game playful. First, we reference the html elements for accessing them more easily.
๐ Read the full article: Dragons vs Unicorns (Part II) - JavaScript