トピック
ネタバレ
受付中
AppleArcad AppleArcade

Developing For Beginners

Anyone know any games that a beginner could program? The programs that I find the most easy, will go into a post called "Programs That Beginners Could Program!". You must post the program name AND the code. Goodbye! (Winners will be selected 2 weeks after I recive at least 1 post)
0そうだね
未プレイ
返信[1]
親投稿
AppleArcad AppleArcade
you can ONLY post programs AND the code for that program
0そうだね
未プレイ
返信[2]
親投稿
Hanzo rzsense
In my opinion, character limit of Miiverse post is too short to post the code for the program. And to make matters worse, Japanese SmileBASIC users (like me) cannot attach screen shots here because of region lock. I recommend beginners to refer to pre-installed program codes or to look for exposed public key. I hope you will not take it amiss.
2そうだね
未プレイ
返信[3]
親投稿
Hanzo rzsense
This isn't a game, just a sample. This is a method to print each letter in a sentence one by one. ACLS:ST$="HELLO WORLD" LOCATE 5,5 FOR I=0 TO LEN(ST$)-1 FOR J=0 TO 5:VSYNC 1 IF(BUTTON(0)AND #A)!=0 THEN BREAK NEXT J P$=MID$(ST$,I,1):?P$; IF P$!=" " THEN BEEP 48 NEXT I ?:?
0そうだね
未プレイ
返信[4]
親投稿
AppleArcad AppleArcade
Ok. Thank you. Now why don't we stop posting the code for programs here and instead post program keys for really cool games!
0そうだね
未プレイ
返信[5]
親投稿
Hanzo rzsense
Could you try following keys? CACQ33L4: Airplane landing simulator JEE3V3NE: Vertical scroller action Y33NQ54S: Wandering in the maze VKAKV3ZP: Car racing And you should look for keys yourself. Both here and in Japanese smileBASIC community, many keys will be exposed and you can find them easily. Of course I know you cannot read Japanese, but you must be able to recognize keys.
0そうだね
未プレイ
返信[6]
親投稿
AppleArcad AppleArcade
Cool! Thanks for the keys! The japanese community has lots of cool games, so I will be sure to check them out!
0そうだね
未プレイ