|
||
---|---|---|
extra | ||
kioku | ||
tests | ||
.editorconfig | ||
.envrc | ||
.flake8 | ||
.gitignore | ||
CHANGELOG.rst | ||
LICENSE | ||
README.rst | ||
buildozer.spec | ||
poetry.lock | ||
pyproject.toml |
README.rst
kioku (記憶)
kioku is a simple and customizable memory game where you can create your own levels. It's written in Python and released under the GPL3.
It can be installed both on Linux and Android.
Here you can see a video of the game on Android.
Installation
Dependencies are managed by python poetry so make sure to have it installed.
Linux
- Clone the repository from https://noa.mornie.org/eriol/kioku
- Install the dependencies using
poetry install
- Build the project using
poetry build
- Install the wheel or the sdist you will find in
dist/
directory - Run the
kioku
command from CLI
Android
- Clone the repository from https://noa.mornie.org/eriol/kioku
- Install the dependencies using
poetry install
- Build the Android app using
poetry run buildozer -v android debug
(beware that first time buildozer will download Android SDK, NDK and other stuff, it will take time) - Install the apk you will find in
bin/
directory
Create a new level
To create a kioku's level you only need to add JPG images into a ZIP archive. However doing so, you will get a grid with 3 columns and the name of the level will be Unknown.
To configure both the name and the columns include a metadata.toml file inside the ZIP file with the following:
name = "My wonderful level"
columns_number = 4
Load a level
Press the button on top right of the toolbar (the plus symbol circled) and select the ZIP file using the file browser that will appear.
Gallery


The images used in the game screen are cropped versions of the following images released under Creative Commons licenses:
- https://commons.wikimedia.org/wiki/File:Tabby_cat_with_blue_eyes-3336579.jpg
- https://commons.wikimedia.org/wiki/File:Sleeping_cat_on_her_back.jpg
- https://commons.wikimedia.org/wiki/File:June_odd-eyed-cat_cropped.jpg
Thanks
Many thanks to sidhe who drew kioku's logo.