🦌 Web Game 🥛
A web game: EatKano
Kano's Twitter | Online Version | Github Pages
A simple ranking list(day/week/month) is provided.
You can delete all the sql/php files if you don't need them.
Note: if you just want to play it, go to online version. Here is how to create your own version.
You can run it on Github Pages if you don't need the ranking list.
Follow these steps to change the text displayed to what you want.
Fork this repository. DON'T CHANGE DIRECTLY IN THIS PROJECT.
Open the repo you forked. Go to static/i18n/en.json and find these texts below
json
{
"game-title": "Eat Kano",
"game-intro1": "Start from the bottom",
"game-intro2": "Can you tap 150 times?",
"text-level-1": "Try again?",
"text-level-2": "Not bad",
"text-level-3": "Nice",
"text-level-4": "Awesome",
"text-level-5": "R U kidding?"
}
You can change the text on the right side. Note that don't remove quotes(i.e. ")
static/image. The image shown before clicking is ClickBefore.png, and after is ClickAfter.png.The file type must be png
static/music. The sound played when tapping is tap.mp3, when ending without errors is end.mp3, while ending with errors is err.mp3.The file type must be mp3
Settings -> Pages -> Source, choose main branch and click Save.Follow these few steps to configure the database for ranking list on your server.
kano as database name).sql
CREATE DATABASE kano DEFAULT CHARSET=utf8;
USE kano;
SOURCE kano.sql;
conn.php, which contains your database info, and its content is here.```php connect_error) { die("Failed to connect: " . $conn->connect_error); } $ranking = "kano_rank"; ``` ## Others Please star us~ Welcome to pull request! ?>
$ claude mcp add EatKano \
-- python -m otcore.mcp_server <graph>