Welcome to the Nim Game repository! This is a simple implementation of the classic game of Nim.
Nim is a two-player game where players take turns removing objects (such as stones or sticks) from a pile. The player who removes the last object wins. The rules can vary, but the basic idea remains the same.
- Start with a pile of objects (e.g., stones).
- Players take turns removing 1 or more objects from the pile.
- The player who removes the last object wins.
No installation is required for this simple text-based game. Just clone the repository and run the game!
- Clone this repository:
git clone https://github.com/BaraSedih11/nim-game.git
- Navigate to the project directory:
cd nim-game
- Run the game:
node app.js
Contributions are welcome! Feel free to open an issue or submit a pull request.
For any inquiries or issues regarding the project, feel free to contact the project owner: BaraSedih11.
Happy gaming! 🎮