プレイ日記
Ed CPFace
Working on a library to simulate an 8x8 LED game console. How's this look for a light grid?
9そうだね
プレイ済み
返信[1]
親投稿
Ed CPFace
Lots of colors to choose from.
2そうだね
プレイ済み
返信[2]
親投稿
Salkcin Salkcincraft
Nice! Can't wait to see what you can do with it! Are you gonna make a game with that as a screen? Or are you gonna use it in games, like a timer or something?
0そうだね
未プレイ
返信[3]
親投稿
こうやま kouyama1435
I looked like Reversi(lol) (When our upload named "Othello" is deleted,but named "Reversi" can keep)
1そうだね
未プレイ
返信[4]
親投稿
Ed CPFace
I'm going to make it a library so that people can use it in their projects for whatever they want. The most obvious use is just to make your own games with it. I have a couple ideas -- in fact, I've already made The Caves of Xarnox in this style: Public Key [W3CY43HJ]
1そうだね
プレイ済み
返信[5]
親投稿
Christian TheCalzoneZone
I think it looks great Ed!
0そうだね
プレイ済み
返信[6]
親投稿
Aaron Krondelo
Wow awesome idea dude! I'm both impressed and inspired.
0そうだね
プレイ済み
返信[7]
親投稿
Micah mbabb7
Please give me the code when your done
0そうだね
プレイ済み
返信[8]
親投稿
Salkcin Salkcincraft
I still need this game/app
1そうだね
未プレイ
返信[9]
親投稿
Lukas dogcutie
Very cool.
0そうだね
プレイ済み
返信[10]
親投稿
12Me21 12Me21
the best choice, from the default sprites.
0そうだね
プレイ済み
返信[11]
親投稿
Oscar PwnageBlock
And here I was thinking the screen data would only take 2 bytes in memory, but color changes everything... Is the color pallet limited or is it full RGB?
0そうだね
プレイ済み
返信[12]
親投稿
Ed CPFace
Thanks for the replies! I'll post updates in this journal so folks who've replied can get alerted. @Oscar Full RGB, 000000 - FFFFFF, is supported. I use the SPCOLOR command to put a color filter over a white light sprite to change colors. @Salkin989 You really do! It's the most fun you can have with a 3DS.
2そうだね
プレイ済み
返信[13]
親投稿
12Me21 12Me21
SB doesn't even support 24 bit RGB... It uses 8 bit {A RRRRR GGGGG BBBBB}
0そうだね
プレイ済み
返信[14]
親投稿
Ed CPFace
I've mostly finalized the functions that are going to be available. Now I'm working on demos and documentation. Here's a sneak peek at what the code will look like -- four ways to move a dot around the screen!
0そうだね
プレイ済み
返信[15]
親投稿
Ed CPFace
My original plan was to include a function to scroll numbers across the screen for score display, but after much deliberation, I've decided to add a limited library of ASCII characters for complete text scrolls. Pictured: colon, semicolon, and less than.
0そうだね
プレイ済み
返信[16]
親投稿
Oscar PwnageBlock
Reading text in that doesn't seem too easy! I asume you can control text scroll speed?
0そうだね
プレイ済み
返信[17]
親投稿
Ed CPFace
The function for scrolling text is actually fairly simple; it's just time-consuming to encode the characters into binary for the function to read. I considered just reading from the built-in character set, but every character would take up the entire 8x8 grid, which might be difficult to read. I hadn't thought about speed control, but I guess I should, shouldn't I.
0そうだね
プレイ済み
返信[18]
親投稿
Ed CPFace
Working on some demos, decided to see how quickly I could make Lights Out. Turns out, about ten minutes! Not sure if I can get away with releasing this game, due to copyright.
1そうだね
プレイ済み
返信[19]
親投稿
12Me21 12Me21
It's such an old game, and a simple concept (XORing 5 pixels) that it should be fine. Maybe don't use the original name though.
0そうだね
プレイ済み
返信[20]
親投稿
Ed CPFace
Here's a bit from Demo 5. Shoot your blue dots at the descending red dots and keep them from touching down.
0そうだね
プレイ済み
返信[21]
親投稿
Ed CPFace
And version 1.0 is ready to go! Public Key [WSEN43QJ].
1そうだね
プレイ済み