Search found 12 matches

by Malifeks
Wed May 28, 2008 9:40 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Snake game help
Replies: 14
Views: 46168

Ok thanks a lot sorry if it seems like im mooching off your knowledge but your program you made seriously helped me a ton all i need to do is get that constant motion but with your explanation i dont think it should be too hard.... i usually just work on this at school so if i come to any problems i...
by Malifeks
Mon May 26, 2008 9:10 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Snake game help
Replies: 14
Views: 46168

ok thats fine i have been messing around with it i was just wodnering if u can give me some hints to how i can do it like not give me a code just the idea of it i guess....
by Malifeks
Mon May 26, 2008 2:26 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Snake game help
Replies: 14
Views: 46168

i incorporated that program above into my program but what i need now is how to get constant motion from the snake like how would i make it so it doesnt stop moving that direction after i hit that key. all help is appreciated
by Malifeks
Wed May 14, 2008 9:44 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Snake game help
Replies: 14
Views: 46168

Lol sorry.... had some other projects due just got back to the game atm.... that sample is awesome i think im startin to get it a little more now :D ill post back whenever i get farther.
by Malifeks
Thu May 08, 2008 9:33 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Snake game help
Replies: 14
Views: 46168

I cannot figure any of this out ive been trying forever now i cant get my snake to have a size limit i need very basic instructions if someone has them i'm a pretty big noob at this
by Malifeks
Thu May 08, 2008 4:20 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Snake game help
Replies: 14
Views: 46168

with what i have i have no idea how to get the last segments to erase etc ill have to just forget that and try to figure out other things and ill just have a lame game where the tail doesnt erase >.<
by Malifeks
Thu May 08, 2008 3:25 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Snake game help
Replies: 14
Views: 46168

OK thanks for the help but really the graphics arent hard >_> i did make this program for a school project but thanks for the support. I have not yet worked on the snake length because i have been at school. While at school i figured out how to get the program to recognize the dots and make new ones...
by Malifeks
Wed May 07, 2008 8:41 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Snake game help
Replies: 14
Views: 46168

Snake game help

I am trying to make a snake game for a school project. I am having trouble with a couple things but mainly i need to get my snakes tail to have a max length and slowly increase and when i have my box appear on the screen i cant get it to recognize its hitting the box so i can add points and draw ano...
by Malifeks
Fri May 02, 2008 5:09 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making my sprite jump
Replies: 14
Views: 22890

yes like basicaly i need if i press a button then y increases to somewhere then when it gets there it comes back down...... i cant quite figure it out though
by Malifeks
Thu May 01, 2008 7:39 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making my sprite jump
Replies: 14
Views: 22890

By jump i mean a game type jump like you press w and make the character go up then back down while being able to control it... if that makes any sense.
by Malifeks
Wed Apr 30, 2008 10:13 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making my sprite jump
Replies: 14
Views: 22890

Thanks for that help :D sorry im pretty noob at this stuff....... still though if someone can help with making my character jump it would be much appreciated.... thanks in advance
by Malifeks
Mon Apr 28, 2008 9:09 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making my sprite jump
Replies: 14
Views: 22890

Making my sprite jump

I am trying to make a plaforming game in qbasic and have my background and sprite set up and movable i just cant figure out gravity or making the sprite jump. please excuse the horrid sprite i just threw it togethere real quick :X. what i have so far is REM game CLS DIM TOON(1000), TOONSH(1000) DIM ...