Forums

Topic: Petit Computer QR Code Sharing Thread

Posts 781 to 800 of 1,619

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 by randomous]

randomous

Techydavid

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

[Edited 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 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.

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!

...

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 by dadinck]

dadinck

X:

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

[Edited 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.

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

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