Initial import of the tabanchi watch/app

pull/1798/head
pancake 2022-05-06 19:29:40 +02:00
parent d1873ad166
commit 5161b91a7d
7 changed files with 1683 additions and 0 deletions

1
apps/tabanchi/ChangeLog Normal file
View File

@ -0,0 +1 @@
0.0.1: Initial implementation

47
apps/tabanchi/README.md Normal file
View File

@ -0,0 +1,47 @@
たばんち (tabanchi)
===================
A Tamagotchi clone watch app for the BangleJS2 smartwatch.
Author
------
Written by pancake in 2022, powered by insomnia
Source repository: https://github.com/trufae/tabanchi
Features
--------
* [x] 12/24 clock with HH:mm:ss
* [x] Battery level indicator
* [x] Eating meals and snacks
* [x] Refusing to do things
* [x] Getting sick
* [x] Take a shower
* [x] Switch on/off the light
* [x] Status for happy/hunger/discipline
* [ ] Evolutions
* [ ] Hatching eggs
* [x] Playing a game
* [ ] Education
* [x] Medicine
* [ ] Death
Resources
---------
* Original pixmaps taken from:
- https://www.spriters-resource.com/resources/sheets/141/144400.png
* Espruino Image converter:
- https://www.espruino.com/Image+Converter
* Tamagotchi Essentials
- https://tamagotchi.fandom.com/wiki/Tamagotchi_(1996_Pet)
* Tamagotchi Emulator Source (Java)
- https://gist.github.com/aerospark/80c60e801398fd961e3f
Screenshots
-----------
![tama on bangle](screenshot.jpg)

View File

@ -0,0 +1 @@
atob("MDDBAP////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//gAAAAD//gAAAAD//gAAAAf//8AAAAf//8AAAAf//8AAAD/////gAD/////gAD/////gAf/////8Af/////8Af/////8D//////8D//////8D//////8D//////8D//////8D//////8D//////8D//////8D//////8D//////8D//////8D//////8f//////gf//////gf//////gD/////gAD/////gAD/////gAAf///8AAAf///8AAAf///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=")

1603
apps/tabanchi/app.js Normal file

File diff suppressed because it is too large Load Diff

BIN
apps/tabanchi/app.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

View File

@ -0,0 +1,31 @@
{
"id": "tabanchi",
"name": "Tabanchi",
"shortName": "Tabanchi",
"version": "0.0.1",
"type": "app",
"description": "Tamagotchi WatchApp",
"icon": "app.png",
"allow_emulator": true,
"tags": "watch, pet",
"supports": [
"BANGLEJS2"
],
"readme": "README.md",
"storage": [
{
"name": "tabanchi.app.js",
"url": "app.js"
},
{
"name": "tabanchi.img",
"url": "app-icon.js",
"evaluate": true
}
],
"screenshots": [
{
"url": "screenshot.jpg"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 KiB