https://github.com/university-experience/nim-game
AI project using minimax (alpha-beta) algorithm applied using javascript with nodejs & express
https://github.com/university-experience/nim-game
ai artificial-intelligence express javascript nodejs
Last synced: 4 months ago
JSON representation
AI project using minimax (alpha-beta) algorithm applied using javascript with nodejs & express
- Host: GitHub
- URL: https://github.com/university-experience/nim-game
- Owner: University-Experience
- Created: 2023-11-03T17:24:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T10:15:18.000Z (over 1 year ago)
- Last Synced: 2025-01-24T16:49:55.886Z (5 months ago)
- Topics: ai, artificial-intelligence, express, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 2.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()



[](https://github.com/BaraSedih/nim-game/releases/tag/v1.0.0)
[](https://github.com/BaraSedih11/nim-game/graphs/contributors)
# Nim Game
Welcome to the Nim Game repository! This is a simple implementation of the classic game of Nim.## Description
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.
## How to Play
1. Start with a pile of objects (e.g., stones).
2. Players take turns removing 1 or more objects from the pile.
3. The player who removes the last object wins.## Installation
No installation is required for this simple text-based game. Just clone the repository and run the game!
## Usage
1. Clone this repository:
```
git clone https://github.com/BaraSedih11/nim-game.git
```2. Navigate to the project directory:
```
cd nim-game
```
3. Run the game:
```
node app.js
```## Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request.
## Contact
For any inquiries or issues regarding the project, feel free to contact the project owner: BaraSedih11.## Demo Video
[](https://drive.google.com/file/d/1ST1L9sIJvITgllFJKSZAhypuBdtCbZMX/view?usp=sharing)Happy gaming! 🎮