Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/housebirdgames/cli-checkers
Checkers for the Command Line Interface
https://github.com/housebirdgames/cli-checkers
Last synced: about 1 month ago
JSON representation
Checkers for the Command Line Interface
- Host: GitHub
- URL: https://github.com/housebirdgames/cli-checkers
- Owner: HousebirdGames
- Created: 2024-02-01T11:41:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:09:22.000Z (3 months ago)
- Last Synced: 2024-09-17T22:27:48.381Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLI Checkers
Checkers, played on the Command Line Interface.## Installation
1. Clone the repository:
```
git clone https://github.com/HousebirdGames/cli-checkers.git
```
2. Navigate into the cloned repository:
```
cd cli-checkers
```
3. Install the required dependencies:
```
npm install
```## Running the Game
1. To start the game, run the following command:
```
npm start
```