Bug Squasher - my new product is a fun and interactive game that challenges your reflexes and hand-eye coordination. The game is written in HTML, CSS, and Vanilla JavaScript and is perfect for those who are interested in learning how to code games.
In Bug Squasher, you get to choose between four different bugs and squash them by clicking on them. However, the faster you squash them, the faster new ones appear, eventually flooding your screen. It’s impossible to win the game, but it’s a great way to test your skills and see how many bugs you can squash before your screen is completely filled.
Bug Squasher is more of a coding demo than anything else, but it’s a great way to learn the basics of web development and improve your coding skills. So why not give it a try and see how many bugs you can squash?
https://codepen.io/nikczemnydev/pen/LYaeJoo
- Download index.html, style.css and script.js files.
- Put all 3 of them in the same folder (I know it's good practice to use subfolders - I kept it this way for ease of use, which is also why I linked photos online as opposed to local pics.)
- Click index.html, it should open in your browser, if it doesn't (maybe because your default .html program is a text/code editor) then drag the index.html file and drop it in your browser window.