Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
1 2 3 4 5 6 7 8 9 10 11 12 13 14
次のページ(過去)
プレイ日記
ĦHarry Ramstrong
MPFILESEND. I've been experimenting with local network. My goal is to create something like PetitModem, except it's local 3DS to 3DS. The file is stored on slot 3. Still experimenting, especially with handshake.
5そうだね
プレイ済み
返信[7]
親投稿
ĦHarry Ramstrong
Ask yourself the question, "How can I design my programs so that they are easy to do?" Implementation consideration is so often absent from design consideration, that people are unnecessarily having trouble programming.
2そうだね
プレイ済み
返信[6]
親投稿
ĦHarry Ramstrong
Yes, there are many, many questions to start. But over time, the number of questions you don't know starts to dwindle and you'll get faster. Take a look of my programs, and you can see effective features culling in action, as to make it easy to do. Some of my posts even features development in action. HTH.
1そうだね
プレイ済み
返信[1]
親投稿
ĦHarry Ramstrong
You should not see the keyboard unless you use INPUT. Also, don't call XSCREEN so many times! You only do it once per program in the Init section. The rest of the times, you use DISPLAY command.
0そうだね
プレイ済み
プレイ日記
ĦHarry Ramstrong
I have now spent 39 hours into SmileBasic. How many programs have I done so far? About 10? That's about 4 hours per program. Maybe I should take it easy for the next week or so. ;)
7そうだね
プレイ済み
返信[4]
親投稿
ĦHarry Ramstrong
I also fixed it up so the top screen is double width as well. Looks nice!
1そうだね
プレイ済み
返信[3]
親投稿
ĦHarry Ramstrong
And here's the updated screen. Wow. Looks just like a real calculator. Display on top screen can be better, but I'll leave that to you.
1そうだね
プレイ済み
返信[2]
親投稿
ĦHarry Ramstrong
Here's an optional extra. You'll need to add DIM M[] somewhere on the first screen, but I'm sure you'll figure it out. M+ doesn't really add, though. It just stores the value.
1そうだね
プレイ済み
返信[1]
親投稿
ĦHarry Ramstrong
It's so simple and easy! This is a good beginner project.
1そうだね
プレイ済み
プレイ日記
ĦHarry Ramstrong
Abacus in your pocket! I don't like the colors, but otherwise, it's functional. I use waterdrop as sound.
8そうだね
プレイ済み
返信[10]
親投稿
ĦHarry Ramstrong
HD version is not a good idea, simply because it makes the editor that much harder to use. However, you are free to modify this anyway you like. :)
1そうだね
プレイ済み
返信[8]
親投稿
ĦHarry Ramstrong
Here is a simpler, cleaner version of @SET. By changing the loop to REPEAT-UNTIL, and switching things around a bit, I have a more streamlined code. I should've done this in the first place, of course.
1そうだね
プレイ済み
返信[7]
親投稿
ĦHarry Ramstrong
Langston Ant March is different from John Conway Game of Life. Try looking it up. Gliders, Puffers, Oscillators.
0そうだね
プレイ済み
返信[6]
親投稿
ĦHarry Ramstrong
I don't think you want to run it to steps 11000. But sure, you can do all kinds of pattern with it.
0そうだね
プレイ済み
返信[5]
親投稿
ĦHarry Ramstrong
No difference! Well, one is a few steps behind than the other.
0そうだね
プレイ済み
返信[4]
親投稿
ĦHarry Ramstrong
What's the difference between these two?
0そうだね
プレイ済み
返信[3]
親投稿
ĦHarry Ramstrong
Editor is kind of busy, isn't it? L/R for shifting display. X: Erase board. Y: Seed board. A: Display board. B: Exit editor. Have fun!
0そうだね
プレイ済み
返信[2]
親投稿
ĦHarry Ramstrong
If you're thinking that this will fit in one screen, then you're right. At least the display part. What's that @SET label doing there? That's the editor. I usually use the #DOWN DPAD to activate.
1そうだね
プレイ済み
プレイ日記
ĦHarry Ramstrong
Conway's Game of Life. I've always wanted to write one. Furthermore, I'm taking advantage of Touch Screen to edit the dots quickly and easily!
10そうだね
プレイ済み
返信[1]
親投稿
ĦHarry Ramstrong
Something like this? HTH
0そうだね
プレイ済み