Metadata-Version: 2.1
Name: K-AIKO
Version: 0.4.2
Summary: A sound-controlled terminal-based rhythm game
Home-page: https://github.com/worldmaker18349276/K-AIKO
Author: worldmaker18349276
Author-email: worldmaker18349276@gmail.com
License: MIT
Project-URL: Issue Tracker, https://github.com/worldmaker18349276/K-AIKO/issues
Keywords: sound-controlled,terminal-based,rhythm game
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Games/Entertainment
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9, <4
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: audioread
Requires-Dist: pyaudio
Requires-Dist: wcwidth
Requires-Dist: appdirs

.. image:: https://github.com/worldmaker18349276/K-AIKO/raw/master/logo.png

K-AIK▣ is a sound-controlled terminal-based rhythm game.

::

     ⣿⣴⣧⣰⣤⣄ [00000/00032] □   □⛶  □   ■       ■   □   □   ■   ■   □   [  0.9%|00:01]

Install
-------

K-AIKO runs on linux with python 3.9, make sure you have it

::

    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

Or install PortAudio first

::

    sudo apt-get install python-dev portaudio19-dev
    python -m pip install pyaudio

You can install K-AIKO from PyPi

::

    python -m pip install K-AIKO

Or fetch from source directly

::

    git clone git@github.com:worldmaker18349276/K-AIKO
    cd K-AIKO
    python -m pip install .

Now you can play K-AIKO

::

    kaiko

Or

::

    python -m kaiko

License
-------

MIT


