LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Summer Programming Contest 2017

Root / Site Discussion / [.]

LacksCreated:
OH! . instead of 0..?! thanks!

OH! . instead of 0..?! thanks!
. instead of <space>0 there's a difference

S
Remember to use the syntax highlighter to see what is allowed. : and spaces are usually unnecessary. You can put numbers directly before function calls and variable assignments (unless the function/variable starts with E) Most symbols can be right next to other things (use the syntax highlighting to check) Also, you can use . instead of 0 to save space:
SPSET 0,1
SPSET.,1
Replacing ENDIF with a line break can save space if it goes past the end of a line.
That's actually some really darn good advice, thanks!

I made some nice, simple slots. KEY: DRV323N4 http://smilebasicsource.com/page?pid=844 BTW, I managed to fit several FOR loops, a WHILE loop, some multi-line IF statements, and two DEF blocks on only one line. Gimme brownie points.

My entry is COLOR_VIRUS Public Key: [AN4PHY] Can we submit more than one entry?

My entry is COLOR_VIRUS Public Key: [AN4PHY] Can we submit more than one entry?
Showoff. =D

Showoff. =D
Isn't that the point of the contest though

My entry is COLOR_VIRUS Public Key: [AN4PHY] Can we submit more than one entry?
Yo. Nice entry. Nice comments. Nice colors. Nice.

uo better watch out, uo better not cry, uo better eat sand, I'm telling uo why, 12Me21 is coming to town!

I liked this contest so much, I made two entries... and I have no idea which one I'll use. First off I have a platforming game with six unique levels. In each level, the player must collect all five crowns to open the door to the next stage.
screenshots
Second, I have 3D pong. It's kind of self-explanatory. First to seven wins.
screenshots

uo better watch out, uo better not cry, uo better eat sand, I'm telling uo why, 12Me21 is coming to town!
I'm not certain whether to point out that Chrismas is a Winter thing, or that eating sand is not part of that rhyme. So I was trying to figure out a way to get special symbols with CHR$( ). I could save a lot of space in my program if I could just call
?CHR$(1300+RND(15));
instead of
@A
R=RND(16):IF R==0 THEN ?">":ENDIF:IF R==1 THEN ?"<":ENDIF: 'ect
GOTO @A

uo better watch out, uo better not cry, uo better eat sand, I'm telling uo why, 12Me21 is coming to town!
I'm not certain whether to point out that Chrismas is a Winter thing, or that eating sand is not part of that rhyme. So I was trying to figure out a way to get special symbols with CHR$( ). I could save a lot of space in my program if I could just call
?CHR$(1300+RND(15));
instead of
R=RND(16):IF R==0 THEN ?">":ENDIF:IF R==1 THEN ?"<":ENDIF: 'ect
you could do
?"><..."[RND(16)]

I liked this contest so much, I made two entries... and I have no idea which one I'll use. First off I have a platforming game with six unique levels. In each level, the player must collect all five crowns to open the door to the next stage.
screenshots
Second, I have 3D pong. It's kind of self-explanatory. First to seven wins.
screenshots
You should post keys to both and make a poll.

Thanks for the quick help 12ME21! I'll try that out right now! EDIT: it worked! Minus one tiny detail... A semicolon. XD
?"[]{}#%^*+="[RND(8)];
Now I have a bunch of space to add stuff.

[poll=p181][/poll]

[poll=p181][/poll]
Then all I have to do is vote for your worst entry so others have better chances of winning :P That aside, my entry is almost finished but it still needs a few bug fixes and some code optimization.

Then all I have to do is vote for your worst entry so others have better chances of winning
I honestly think that both games are about as good as each other. The platformer has more gameplay and 3D Pong has better quality. But, I do feel that I've had my share of prizes so I decided not to try as hard as I've done before.

Done. It's a clicker type of game where you press A to earn more money. There is no true objective; just try to earn as much money as possible. RZ7QX3N4

I think for a contest, having more gameplay isn't as important since most people aren't going to test the games for very long before voting (Maybe we should wait a few days between the end of the submission period and the beginning of the voting period, so people might spend more time playing the games rather than making a quick decision.)

I think for a contest, having more gameplay isn't as important since most people aren't going to test the games for very long before voting (Maybe we should wait a few days between the end of the submission period and the beginning of the voting period, so people might spend more time playing the games rather than making a quick decision.)
How much gameplay can someone possibly fit into one screen of code? I'd say one or two days would be enough.