Brandon_Ang
(B Extension Developer)
March 27, 2023, 6:12am
#1
SimonSays is a custom extension for the MIT App Inventor platform that enables developers to create Simon Says game-based apps. It provides blocks for generating random sequences and checking user input, as well as keeping track of the user’s score.
Blocks:
AIX And AIA:
AIA:
SimonSays.aia (7.8 KB)
AIX:
com.brandon.simonsays.aix (6.3 KB)
You Can Also Do It In Blocks
4 Likes
That is will be good if you add demo video, keep on…
1 Like
Taifun
March 28, 2023, 11:26pm
#3
Please don’t forget to follow the naming conventions
If you are developing an extension, then please follow the naming conventions, which is UpperCamelCase for the package name as well as for property, method and event names (i.e. the first letter should be a capital letter) and lowerCamelCase for parameter names, no underscores .
Example
[naming]
What does UpperCamelCase mean?
UpperCamelCase (part of CamelCase ) is a naming convention in which a name is formed of multiple words that are joined together as a single word with the first l…
getPoints → GetPoints
Taifun
1 Like