Metadata-Version: 2.1
Name: K-AIKO
Version: 0.5.1
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: numexpr
Requires-Dist: audioread
Requires-Dist: pyaudio
Requires-Dist: wcwidth

=====================================================
K-AIKO: A sound-controlled terminal-based rhythm game
=====================================================

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

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


