Skip to content

Aldo Hadinata

  • Home
  • About
  • Contact
  • Privacy Policy

How to Make a Simple Whack A Mole Game in JavaScript

November 15, 2022April 8, 2022 by aldohadinata
whack a mole

Whack a Mole is a classic game where you whack any mole you see before they go into hiding. And it is actually quite easy to make in JavaScript. You’ll only need same basic JavaScript knowledge and this’ll be a good practice for you. This is the demo of the game we’ll make and this … Read more

Categories Tutorial Tags game, javascript Leave a comment

How to Make a Simple Memory Game in JavaScript

November 15, 2022April 7, 2022 by aldohadinata
memory game

Memory Game consists of boxes or cards that we have to match to play the game. It requires CSS animations and JavaScript to build it, especially to reveal the boxes and match the cards. This is the demo of the game we’re going to build and this is the GitHub Repo. These are the steps … Read more

Categories Tutorial Tags game, javascript Leave a comment

How To Make Rock Paper Scissor in JavaScript

November 15, 2022April 4, 2022 by aldohadinata
rock-paper-scissor

Rock Paper Scissor is a very popular and very easy game to make in JavaScript. I’ll show you how to build this game and here is my GitHub Repo in case you need it. The logic of this game is that we choose one of the rock paper scissor and the opponent’s choice will be … Read more

Categories Tutorial Tags game, javascript Leave a comment

How to Make a Simple Chrome Dino Game in JavaScript?

November 14, 2022March 31, 2022 by aldohadinata
chromedino

If you are a Google Chrome user, most likely you’ve seen the game above. I’m going to show you how to make a simple version of it. I’m focusing on the most basic features which are pressing any key to start, pressing space to jump and stop the game when it crashes the cactus as … Read more

Categories Tutorial Tags game, javascript Leave a comment

How to Build Tic Tac Toe Game in JavaScript?

November 10, 2022March 28, 2022 by aldohadinata
featured-image

Learning JavaScript by building games is a very effective way to improve your logic and understanding of JavaScript’s interactivity. I am going to show you how to build a simple Tic Tac Toe game using JavaScript. This is the demo of the game we’re going to build I recommend trying the demo out first to … Read more

Categories Tutorial Tags game, javascript Leave a comment
Newer posts
← Previous Page1 … Page9 Page10

Affiliate Disclosure

I use affiliate links on this blog meaning I'd make a profit if you purchase a product using the links in my blog. Even though I use affiliate links, I still focus on recommending good products and not just promoting them for the profit. Hope you can be helped with the products I recommend. Thank you for your support!

Recent Posts

  • HackerRank – Tree: Inorder Traversal Solution in JavaScript
  • HackerRank – Tree: Postorder Traversal Solution in JavaScript
  • HackerRank – Tree: Preorder Traversal Solution in JavaScript
  • HackerRank – Reverse a doubly linked list Solution in JavaScript
  • HackerRank – Inserting a Node Into a Sorted Doubly Linked List JavaScript Solution

Categories

  • Tips
  • Tutorial
© 2023 Aldo Hadinata • Built with GeneratePress