A CLI implementation of the classic connect 4 game
Project description
Connect 4 CLI
The classic 4-in-a-line game, also called connect 4, playable from the CLI or shell.
Details
This is a simple implementation of the classic connect 4 game. It can be played directly from the CLI or shell.
Installation
The game is available as a pip package. Download it with the following command:
pip install connect-4-cli
Preferably, install in virtual environment. In Windows, for example:
- Run the following commands from the CLI:
py -m venv venv
- Activate the virtual environment with the
activatescript inside the./venv/Scripts/folder:- Using command window:
call venv/Scripts/activate- Or using
powershell:
./venv/Scripts/activate.ps1 pipinstall the package.
How to play
Run the following command (with activated virtual environment if installed there) to start the game:
connect-4-cli
Play the game using keyboard keys, as prompted in the game.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file connect-4-cli-0.0.9.tar.gz.
File metadata
- Download URL: connect-4-cli-0.0.9.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2101b6597a7aebde324d3bca7666317a85baf79193c9617db7fae5fb59ffaaf8
|
|
| MD5 |
8fc8b58e6f6ebf82535e0b25035273dd
|
|
| BLAKE2b-256 |
1e86213af25b6d5ffcde8406b92217500858b55c649a09961e7746462edd2d06
|
File details
Details for the file connect_4_cli-0.0.9-py3-none-any.whl.
File metadata
- Download URL: connect_4_cli-0.0.9-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75d3770aee25635bc19fd84100b73cb0b4b4b15b47d970b4fb1e0d5b7a19d6df
|
|
| MD5 |
8a374b9caa5a22c416573aa03cf6466d
|
|
| BLAKE2b-256 |
5cffe4f3014e0bf45450155a6e049c69c0d63bbb520c10ca9047ad196419a0bb
|