Forums

Topic: Petit Computer QR Code Sharing Thread

Posts 781 to 800 of 1,621

randomous

Here's a really simple scrolling driving game that uses just the console. It uses the fact that printing on the lowest line scrolls everything up. It's a game of concentration more than anything else. Sounds exciting, right? It's really nothing special, but I thought someone might like to look at it. Try to reach the finish line to unlock a new mode!
UntitledUntitledUntitledUntitledUntitled
Note: Program is called "RACE"

Edited on by randomous

randomous

Techydavid

that gives me a syntax error. sorry..... i know it's not the place to ask....

Edited on by Techydavid

Techydavid

randomous

Techydavid wrote:

that gives me a syntax error. sorry..... i know it's not the place to ask....

If you're waiting for ANY button press:
@BTOGOBACK
B=BUTTON()
IF B GOTO @HOME
GOTO @BTOGOBACK

If you're waiting for a particular button press (say B)

@BTOGOBACK
B=BUTTON()
IF B==32 GOTO @HOME
GOTO @BTOGOBACK

32 is the button code for B.

Edited on by randomous

randomous

MrSirr

Thx Morphtroid lol I'll keep that in mind.

MrSirr

MrSirr

Ok guys I'm starting to work on a GTA type game, but this will take a lot and I will probably get numbers mixed up. If u can help make it easier or do anything to help me plz do and feel free to edit it and make ur own changes. Thx!

http://img685.imageshack.us/img685/6375/qr0.png

MrSirr

Pixelrobin

Here is a simple Virtual Glitter application I made. I was bored. Maybe someone could take it on and improve it. The code is simple enough. I am interested to see where this goes. One QR makes this a must download .
Untitled

Everybody do a chirp. CHIRP.

3DS Friend Code: 3007-9228-5126

Techydavid

randomouscrap98 wrote:

Techydavid wrote:

that gives me a syntax error. sorry..... i know it's not the place to ask....

If you're waiting for ANY button press:
@BTOGOBACK
B=BUTTON()
IF B GOTO @HOME
GOTO @BTOGOBACK

If you're waiting for a particular button press (say B)

@BTOGOBACK
B=BUTTON()
IF B==32 GOTO @HOME
GOTO @BTOGOBACK

32 is the button code for B.

thanks. i did try using the button codes but that was before i figured out the goto line had to be there [goto @btogo back] testing right noww.....

Techydavid

swordx

Techydavid wrote:

thannks ramdomous scrap! heres the qr:
http://min.us/lgtxay8ECip2i

oh and swordx i get it now the # meant the number code, not putting #, which i did

Yeah...I was facepalming the computer when you said that you had a syntax error.

swordx

Hairmanban19

MrSirr wrote:

Ok guys I'm starting to work on a GTA type game, but this will take a lot and I will probably get numbers mixed up. If u can help make it easier or do anything to help me plz do and feel free to edit it and make ur own changes. Thx!

http://img685.imageshack.us/img685/6375/qr0.png

When i run it it gives me a blank screen!

...

3DS Friend Code: 3136-7615-5907

dadinck

I made a morse code trainer. The first mode, you must enter a character to continue. Press "%" to quit. It will tell you how long you took and what the real character was. I have the symbols commented out from the practice for now. You can remove the comment to add them in.
The second mode called "drone" keeps giving random characters.
Untitled 1/2 Untitled 2/2
http://dadinck.wordpress.com/2013/03/23/morslern-learn-morse-...

Edited on by dadinck

dadinck

Twitter:

Techydavid

anyone tryed my program? hope you like it.

Techydavid

MrSirr

hairmanban19 wrote:

MrSirr wrote:

Ok guys I'm starting to work on a GTA type game, but this will take a lot and I will probably get numbers mixed up. If u can help make it easier or do anything to help me plz do and feel free to edit it and make ur own changes. Thx!

http://img685.imageshack.us/img685/6375/qr0.png

When i run it it gives me a blank screen!

I don't know why, bro.

MrSirr

MrSirr

Anyway, I made the GTA game into and OS instead cuz the GTA game wouldve taken FOREVER.
So you'll need these games for GTA OS to work properly.

Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled

That was Bloons. P.S. Dont give me ANY CREDIT except for BGE and the actual OS cuz I didnt make these games just sayin I'm not even close to being that good lol.
Here's Car Accident...

Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled
Untitled

Heres Tetris...

Untitled
Untitled
Untitled
Untitled

Here's mine, BGE....

http://imageshack.us/photo/my-images/820/qr0.png/ /> http://imageshack.us/photo/my-images/689/qr1p.png/ /> http://imageshack.us/photo/my-images/254/qr2g.png/

And finally, here's my first OS, GTA OS...

Untitled
Untitled

Have fun!

Edited on by MrSirr

MrSirr

Pixelrobin

hairmanban19 wrote:

MrSirr wrote:

Ok guys I'm starting to work on a GTA type game, but this will take a lot and I will probably get numbers mixed up. If u can help make it easier or do anything to help me plz do and feel free to edit it and make ur own changes. Thx!

http://img685.imageshack.us/img685/6375/qr0.png

When i run it it gives me a blank screen!

Well, if only you would look at the code, you would see that you have to press start to begin.

Everybody do a chirp. CHIRP.

3DS Friend Code: 3007-9228-5126

randomous

Here's yet another snake game.
UntitledUntitledUntitledUntitled

randomous

NJimmaculate

Hey every body! I am here because I need help with a game I'm trying to make... I am trying to make a remake of sonic the hedgehog 1
I need help though I have very low programming skills
I need someone to teach me

NJimmaculate

3DS Friend Code: 3308-5065-3976

This topic has been archived, no further posts can be added.