Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
1 2 3 4 5 6 7 8 9 10 11 12 13 14
次のページ(過去)
返信[2]
親投稿
ĦHarry Ramstrong
Whoops. Posted too soon. Here's a slightly different version with a sprite as cursor, and a slight off-by-one bug fix. ^_^;
0そうだね
プレイ済み
返信[1]
親投稿
ĦHarry Ramstrong
Going Touchscreen means I can skip range checking, Dpad, Cursor. Coupled with a little change in Data Structure means I can save enough to fit the code in one screen. There's a little space. Maybe a cursor sprite?
0そうだね
プレイ済み
プレイ日記
ĦHarry Ramstrong
MineSweeper version 2. Now with Touchscreen! Sorry, but you need to calibrate TX,TY manually. Difficulty Level is D. I can barely squeeze this into one screen. But I did. :)
8そうだね
プレイ済み
返信[6]
親投稿
ĦHarry Ramstrong
Turns out, there exist a version of minesweeper in one screen. I had to take certain shortcuts, though, so the game play suffers somewhat. I'll post it out there.
0そうだね
プレイ済み
返信[1]
親投稿
ĦHarry Ramstrong
Here is the updated code, in case anyone is interested. The one on the Discussion is outdated.
0そうだね
プレイ済み
返信[4]
親投稿
ĦHarry Ramstrong
Playing Coding Golf, the least amount of keystroke of a given program, can be fun. However, I still prefer clean algorithm to outright compression. I wonder if I will ever write significant sized program. All my programs so far has yet to break 100 lines, where as I see others clocked in at hundreds of lines!
0そうだね
プレイ済み
返信[3]
親投稿
ĦHarry Ramstrong
Here's the rest of @LOSE subroutine. I need a @WIN sub, as well. This needs more obvious presence, but I was too tired, and can't come up with a good idea. Please suggest some to me, and I'll see if I can put it in action. 2+ of 2. ^_^;
0そうだね
プレイ済み
返信[2]
親投稿
ĦHarry Ramstrong
Oops. Sorry. It's a little over 2 screens. I realized that I needed a much more significant losing show than just the word "BOOM", so now it's a little over 2 screens. It used to fit just so.
0そうだね
プレイ済み
返信[1]
親投稿
ĦHarry Ramstrong
This one is a two screen game. If you have been typing my previous one screen program and in need of greater challenge, then try this one. 1 of 2.
0そうだね
プレイ済み
プレイ日記
ĦHarry Ramstrong
It's a mine sweeper game! Use Dpad to move cursor and Button A to uncover. Sorry, but you can't plant a flag just yet.
4そうだね
プレイ済み
プレイ日記
ĦHarry Ramstrong
I fixed up Guess the Word game so that it can handle long phrases. LINPUT is the key.
5そうだね
プレイ済み
返信[1]
親投稿
ĦHarry Ramstrong
By now, you know I'm not going to upload this as long as it is only one screen, right? Well, have fun typing in the code. \(^_^)/
3そうだね
プレイ済み
プレイ日記
ĦHarry Ramstrong
It's the Snake game! Complete with scoring and sound effects!
12そうだね
プレイ済み
返信[1]
親投稿
ĦHarry Ramstrong
Here is my code for the rooms.
1そうだね
プレイ済み
プレイ日記
ĦHarry Ramstrong
WIP: From my last one screen code maze generator, I added another screen of code for Rooms, Treasures, and Monsters!
10そうだね
プレイ済み
返信[3]
親投稿
ĦHarry Ramstrong
You can start by reading code other people have written. I tend to write One Screen Code challenge to help people. Then you look up documentation to see what each command does, and try to understand the program. HTH.
1そうだね
プレイ済み
返信[44]
親投稿
ĦHarry Ramstrong
A way to do screen capture and save it to SD card, so we can upload the picture of the screen to the computer. Good for blogs and other things.
1そうだね
プレイ済み
返信[3]
親投稿
ĦHarry Ramstrong
A little inaccuracy. That DIM CC[1] should be DIM CC[0]. I was unsure about whether or not I can define an array with zero length. Turns out I can. Oh, well. Learn something new everyday! :)
0そうだね
プレイ済み
返信[1]
親投稿
ĦHarry Ramstrong
I'd be interested to have translations for those!
0そうだね
プレイ済み
返信[2]
親投稿
ĦHarry Ramstrong
Here's another example on how you can use it: String compression! I added a decompression routine using Ed's tip on array length using LEN. Thanks, Ed!
1そうだね
プレイ済み