A sound-controlled terminal-based rhythm game
Project description
Instruction
K-AIKO runs on linux with python 3.9, make sure you have it.
You can check your python version with the following command:
python --version
K-AIKO requires PyAudio package, which has external dependencies that pip cannot handle.
You can install PyAudio via apt:
sudo apt-get install python3-pyaudio
If it fails, install PortAudio first:
sudo apt-get install python-dev portaudio19-dev python -m pip install pyaudio
Then install K-AIKO from PyPi:
python -m pip install K-AIKO
Now you can play K-AIKO, just run:
kaiko
Have fun!
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
K_AIKO-0.5.2-py3-none-any.whl
(278.4 kB
view hashes)