Terminal car racing game with multiplayer and lobby
Project description
cargame — Terminal Car Game 🚗💨
A lightweight cross-platform terminal racing game written in C++ and packaged as a Python CLI wrapper.
Players can install via pip and run a native binary using the car-game command.
Quick start
on Debian/Ubuntu
sudo apt update && sudo apt install -y pipx pipx ensurepath pipx install cargame
then run
car-game
if you get any issue try this commands
1) Temporarily put ~/.local/bin at front of PATH for this session
export PATH="$HOME/.local/bin:$PATH"
2) Verify the binary exists and is executable
ls -l "$HOME/.local/bin/car-game" || true
3) Verify shell can now find it and run it (or show its path)
command -v car-game || which car-game || true
4) Try to run it
car-game || true
or run
car-game
For windows
pip install cargame
run
car-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 cargame-2.2.0.tar.gz.
File metadata
- Download URL: cargame-2.2.0.tar.gz
- Upload date:
- Size: 654.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03956eb61840a423af324c6a42c0dee46a247d69c9576d1d43558f85f97bf55b
|
|
| MD5 |
d7ca9cf2819a206793bbb64ee4f43e99
|
|
| BLAKE2b-256 |
9f6f6f47f033edab7cb8f76e6121fec02592023976f08c3adfccbb97fbcc68ba
|
File details
Details for the file cargame-2.2.0-py3-none-any.whl.
File metadata
- Download URL: cargame-2.2.0-py3-none-any.whl
- Upload date:
- Size: 657.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92c66e9f23387524cbde52edeec3bd4273eadbca6c412e0f9356fb4fc9e2aeb2
|
|
| MD5 |
a8c929d9089b2acdc9492683cd490e52
|
|
| BLAKE2b-256 |
4544dfdea6575f60993983ef94a3f746a97303d0aa5685ff96b285544103dd94
|