So your town has 20 castles and 14 hospitals? Sounds fair
2そうだね プレイ済み
The official SmileBASIC website has a list of kanji with their respective character number.
0そうだね プレイ済み
Hopefully we'll get one on the Industry-themed contest going on right now at SBS
0そうだね プレイ済み
Aaaand it's another victory for the mighty Grand Dad!
3そうだね プレイ済み
Yes, I did. I found the first line of the thing.
0そうだね プレイ済み
You know SiIva just went to sleep, right? Leave his son alone.
1そうだね プレイ済み
I solved it where's my prize
0そうだね プレイ済み
Absolutely genuine.
I have no words to describe how good this is
2そうだね プレイ済み
The next version of NihonQuest will have Grand Dad in its source code, an essential feature I should've done from the beginning.
17そうだね プレイ済み
I borrowed it from poko.8's KNJLIB, so credits to him.
I'm a big fan of your 3D platformer. Thanks for trying my app!
2そうだね プレイ済み
[N3EJPELD] Okay, version 1.3 of NihonQuest is out for real now. No more silly bugs! Learning Japanese with ease is what we want.
7そうだね プレイ済み
It was an example of code for the circle pad.
Well, sorry, that's just how physics are. "Weird Unity stuff".
0そうだね プレイ済み
I kinda want to do it, but I'm super busy and I don't have the time to make such example program.
For the circle pad, there's a tutorial on SmileBASIC Source, but you can try
PX=200
PY=120
SPSET 0,0
SPHOME 0,8,8
REPEAT
STICK OUT SX,SY
INC PX,SX
INC PY,-SY
SPOFS 0,PX,PY
VSYNC
UNTIL 0
As for an online tutorial, I recommend the first result when looking up "Game Physics 101".
0そうだね プレイ済み