Switch to full style
Share your games and programs with the community.
Post a reply

Hiragana (buino)

Fri Feb 17, 2017 2:58 pm

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 9798 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 9798 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 538 times

https://github.com/Awot83/Gamebuino-HIRAGANA
Last edited by Awot on Fri Mar 24, 2017 3:09 pm, edited 5 times in total.

Re: Hiragana (buino)

Sat Feb 18, 2017 3:23 am

As with BeerCalc, its' really cool to see people using Gamebuino for non-game things.
Keep up the cool work!
Post a reply