Skip to content

AndrewMaged814/Game-of-Nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Nim

A Python implementation of the classic two-player game of Nim. The game consists of three piles of balls and two players. Players take turns removing any number of balls from one pile. The player who removes the last ball wins the game.

Getting Started

To get started with the project, simply clone the repository to your local machine:

Installation

To get started with the project, simply clone the repository to your local machine:

$ git clone https://github.com/AndrewMaged814/Game-of-Nim.git

Prerequisites

This code requires the Pillow library to generate images. You can install it using the following command:

$ pip install Pillow

Running the Code

You can run the code by navigating to the project directory and executing the following command:

$ python nim.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages