Search found 9 matches

by iPires
Sat Jul 07, 2007 6:48 am
Forum: QBASIC and QB64 Questions & Answers
Topic: game problem
Replies: 11
Views: 19925

okay wilderness: 'ok so heres the field DIM wild$(15) wild$(1) = "|---------------*---------------|" wild$(2) = "|......T...T.......TT......T....|" wild$(3) = "|...T......T......T............T|" wild$(4) = "|....T..........T....T.......T..|" wild$(5) = "|...
by iPires
Fri Jul 06, 2007 6:56 am
Forum: QBASIC and QB64 Questions & Answers
Topic: game problem
Replies: 11
Views: 19925

i tried those changes but still doesnt work ... dunno why before i couldnt post the whole code but now i will post it ------------------------- this game is giving me only troubles, maybe i should just start making one from the begining? :? ------------------------- EDIT: forget it ... i cant post t...
by iPires
Thu Jul 05, 2007 3:43 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: another game problem
Replies: 4
Views: 7918

thank you!! :D
it now works :P
by iPires
Thu Jul 05, 2007 3:27 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: game problem
Replies: 11
Views: 19925

still doesnt work ill poste the whole code ps: again, all the print and input stuff are in portuguese, my language, and cause i like to show the games to my lil brother :P EDIT: dunno why the code was all messed up after i pressed submit :? here it is EDIT2: ????!?! the code continues messed up!! bu...
by iPires
Wed Jul 04, 2007 5:28 am
Forum: QBASIC and QB64 Questions & Answers
Topic: game problem
Replies: 11
Views: 19925

begin is when the fight starts or the player goes back to the game begin: playerhealth = 10 monsterhealth = 10 COLOR 4 PRINT "Um MONSTRO ATACOU-TE!" COLOR 1 PRINT "(L)UTA, OU (F)OGE?" DO k$ = INKEY$ IF k$ = "f" OR k$ = "F" THEN GOTO wilderness IF k$ = "l&...
by iPires
Wed Jul 04, 2007 5:11 am
Forum: QBASIC and QB64 Questions & Answers
Topic: another game problem
Replies: 4
Views: 7918

ok thank you :D EDIT: the money now goes down and the condition goes up but, i dunno why the game doesnt end. the money even goes to negative values if i keep saying "empresas" or sumthing ... and it has that IF conditions% = 15 THEN CLS PRINT "bla bla bla ..." END END IF and the...
by iPires
Tue Jul 03, 2007 5:08 am
Forum: QBASIC and QB64 Questions & Answers
Topic: another game problem
Replies: 4
Views: 7918

another game problem

so i was tryin to do nother game and i did it it is a game where the player has to give the orders of what to do in the city (build houses, etc...) and the game ends when the conditions of the people (if they are happy, like when i build roads their condition goes up :D) is = 15 but my problem is th...
by iPires
Tue Jul 03, 2007 3:38 am
Forum: QBASIC and QB64 Questions & Answers
Topic: game problem
Replies: 11
Views: 19925

game problem

hi i made a small game (im new at this) where the player is in a square field and he has to get to the end and monsters randomly appear but my problem is that when a monster appear, the battle text appears and then when the battle is over it returns to the field. but when it returns to the field the...
by iPires
Mon Jul 02, 2007 3:20 pm
Forum: News and Announcements
Topic: Ascii Arena released
Replies: 3
Views: 13978

it looks awesome!
:D