Welcome to JavaScript-Games! 🎮 This repository contains fun and interactive command-line games built with JavaScript.
- Rock Paper Scissors: Play the classic game against the computer and see who wins!
- English to Pig Latin Translator: Translate English sentences into the playful Pig Latin language.
- Caesar Cipher: Encrypt and decrypt messages using the famous Caesar cipher technique.
- Clone this repository:
git clone https://github.com/your-username/JavaScript-Games.git
- Navigate to the game folder:
cd JavaScript-Games - Run the desired game using Node.js:
Replace
node game-name.js
game-name.jswith the specific game file (e.g.,rock-paper-scissors.js).
Enjoy these mini-games and feel free to contribute or share feedback!