Page 1 of 1

Hiragana (buino)

PostPosted: Fri Feb 17, 2017 2:58 pm
by Awot
Hello,
i made this Hiragana learning program

Functions :
- 72 hiragana implemented (didn't have time for more:) )
- Let you scroll between 6 hiragana and change each (i used the same principle for "BeerCalc" )
- print the corresponding syllables
- Press A to show random japanese word
- Press B to hide/unhide the translation(black rectangle) and test yourself !
hiraganaScreenWords.png
hiraganaScreenWords.png (5.82 KiB) Viewed 11460 times


- i made an Excel tool if you want to add some japanese word to the code.
ExcelTool_Hiragana.png
ExcelTool_Hiragana.png (11.94 KiB) Viewed 11460 times


As i didn't found it on internet, i made all 72 hiragana with paint in 16*16 sprites, i think it is the minimum for readable Hiragana without context.
the code is quite long, i used excel, and bloc note to help me, as its quite redundant

v1.1 [update 04/03/2017 add INF file and all the hiragana sprites]
v1.2 : hide/unhide translation and randomize
v1.3 : press A to change random japanese word
Hiragana_v1.3.zip
(107.24 KiB) Downloaded 655 times

https://github.com/Awot83/Gamebuino-HIRAGANA

Re: Hiragana (buino)

PostPosted: Sat Feb 18, 2017 3:23 am
by albertinjo
As with BeerCalc, its' really cool to see people using Gamebuino for non-game things.
Keep up the cool work!