Skip to content

justinakab/games-js

Repository files navigation

Games in JavaScript 🎲

Description:

I made this repository to store all the games that I made in JavaScript. I believe that coding games enable you to think more analytically about the game mechanism and they are a great practice to improve your coding skills. In this repository, I made sure to practice many JavaScript fundamentals such as operations with arrays and objects etc.

Key Features:

  • Rock Paper Scissors ✋
  • Memory Game 🧠
  • Wordle 🔤
  • Space Invaders 👾
  • currently working on: Bombsweeper 💣

Technologies Used:

  • HTML, CSS, JavaScript

Getting Started:

To begin using games-js, follow these steps:

  1. Clone the games.js repository from GitHub.
  2. Install necessary dependencies using npm.
  3. Run the application locally with npx serve.
  4. Enjoy playing!

Note

  • Work-in–Progress.