http://smilebasicsource.com/page?pid=840 My entry to the competition.Your game doesn't fit into one screenshot. It fits into three actually.
Summer Programming Contest 2017
Root / Site Discussion / [.]
LacksCreated:
Coming!
I'm lazy to make full-fledge gaims with such tiny space, so i made a quick tech-demo of shadow casting (sort of. What actually does is cast a copy of a sprite).
Also, is a tech-demo, so there's no need to press anything since the program will work by itself.
Key: N3A8EJQS
https://smilebasicsource.com/page?pid=841
I also made a DELUXE version, which has more control in comparison. I'm going to post this key on Miiverse to avoid confusion here:
Spoiler
Spoiler
You're right. Wrong file, sorry. I don't even think that version of the program runs/does its job correctly. I just uploaded the correct one right now, and a screenshot is on its way.http://smilebasicsource.com/page?pid=840 My entry to the competition.Your game doesn't fit into one screenshot. It fits into three actually.
Here is my entry Wack-A-Fish. Miss more than 5 fish and it is game over.
Key: KWEZE33
Flagthrowers. KEY: 12R3E38E
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.,1Replacing ENDIF with a line break can save space if it goes past the end of a line.