Hello, My name is Taniguchi Kotaro.
I am japanese.
SARU, GORIRA, CHINPANJI- is famous song poetry in Japan.
It is a parody of Colonel Bogey March. Children often sing.
SARU is monkey.
GORIRA is gorilla.
CHINPANJI- is Chimpanzee.
Lyrics have no meaning.
Thank you for writing this game and making it available to the Arduboy community.
Some notes:
The first 16 bytes of EEPROM are reserved for system use. Sketches must not write to these bytes. Sketches can use EEPROM from the defined address EEPROM_STORAGE_SPACE_START to the end of EEPROM.
Also, it’s better to use EEPROM.update() instead of EEPROM.write() to avoid unnecessary writes to EEPROM.
The Arduboy library is no longer being maintained. It is recommended that the Arduboy2 library be used for new development. The ArduboyPlaytune library can be used to replace the sound functions that were in the Arduboy library.
I’ve created a pull request for your GitHub repository that contains the above recommendations.