Jump to content
IGNORED

Basic Rogue - BoCC game thread


jchase1970

Recommended Posts

Last update before I go to Texas for a long weekend. I felt like I needed to get something done so I picked a small item to do. Food. You can now eat in the game by using command T. it reduces hunger by 25. If you are full you can't eat so no food wasting, although it you are at 1 and eat you only get a reduction of 1 so some waste. When you eat you have a stat change and it prints your stat bar.

 

The stat bar is changed a bit and this is what it all means

Heart  - hit points
S      - speed, might have a boot here since I do mean walking speed
F      - Find chance%, not sure what final pic will be.
H      - Hunger, is there a picture to describe hunger?
Shield - defense chance%
sword  - attack chance%
DM     - attack damage max
Leg    - amount of food on hand.

Everything has max and min values

 

Here is my potential key list not all active yet and more may come.

 

A-(A)TTACK
B-(B)REAK TRAP
C-(C)LIMB LADDER
D-MOVE LEFT OR ACTION LEFT
E-MOVE UP OR ACTION UP
F-(F)IND TRAP OR SECRECT DOOR
G-(G)ET ITEM
H-
I-CHECK (I)NVENTORY
J-
K-
L-(L)OOK
M-DISAR(M) TRAP
N-
O-(O)PEN DOOR OR CHEST
P-
Q-
R-
S-MOVE LEFT OR ACTION LEFT
T-EA(T)
U-(U)SE FROM LIST, ITEM,SCROLL,POTION
V-
W-
X-MOVE DOWN OR ACTION DOWN
Y-
Z-SHOW CHARACTER STATS

 

 

So that's the game for atleast the next 5 days How long is this comp? I got alot more to get done, lol.

Edited by jchase1970
Link to comment
Share on other sites

  • 2 weeks later...

just downloaded and tried, when I tried moving i got a error in line 2750 which is a if then goto, in basic there's no goto is there? if then lineno.

fixed that and it works now.

 

Greg

 

Just played the new installment. Awesome stuff, man... awesome....

 

Couldn't get my stats to pop up using "Z" though.....

 

Still, fantastic game, man... well done

 

Well that's odd let me dl it and check.

 

 

I don't know how but that was the wrong file? I uploaded the new one.

I'm having alot of trouble with my uploads, not sure why.

Link to comment
Share on other sites

Last update before I go to Texas for a long weekend. I felt like I needed to get something done so I picked a small item to do. Food. You can now eat in the game by using command T. it reduces hunger by 25. If you are full you can't eat so no food wasting, although it you are at 1 and eat you only get a reduction of 1 so some waste. When you eat you have a stat change and it prints your stat bar.

 

The stat bar is changed a bit and this is what it all means

Heart  - hit points
S      - speed, might have a boot here since I do mean walking speed
F      - Find chance%, not sure what final pic will be.
H      - Hunger, is there a picture to describe hunger?
Shield - defense chance%
sword  - attack chance%
DM     - attack damage max
Leg    - amount of food on hand.

Everything has max and min values

 

Here is my potential key list not all active yet and more may come.

 

A-(A)TTACK
B-(B)REAK TRAP
C-(C)LIMB LADDER
D-MOVE LEFT OR ACTION LEFT
E-MOVE UP OR ACTION UP
F-(F)IND TRAP OR SECRECT DOOR
G-(G)ET ITEM
H-
I-CHECK (I)NVENTORY
J-
K-
L-(L)OOK
M-DISAR(M) TRAP
N-
O-(O)PEN DOOR OR CHEST
P-
Q-
R-
S-MOVE LEFT OR ACTION LEFT
T-EA(T)
U-(U)SE FROM LIST, ITEM,SCROLL,POTION
V-
W-
X-MOVE DOWN OR ACTION DOWN
Y-
Z-SHOW CHARACTER STATS

 

 

So that's the game for atleast the next 5 days How long is this comp? I got alot more to get done, lol.

 

Hm... based on my own experiences while programming in BASIC, I think you're a little over-ambitious with what you can accomplish... Just tracking 26 letter commands alone is a LOT of code space.

 

A small example of how I'd implement it:

 

50 CALL KEY(3,K,S)
51 IF (K<65)+(K>90)THEN 50
52 ON K-64 GOTO 100,200,300,400,500,600,700,,,,,,,,,,,,,,,,

 

Keep in mind you have line limits as well, ON GOTO and ON GOSUB have physical limits to the number of options. You can get a little extra line space by EDIT'ing the line, which gives you an extension of about a line at the cost of efficiency.

 

Adamantyr

Link to comment
Share on other sites

Maybe use "M" for menu and then have all those keyboard shortcuts show up on screen--- it would eliminate some delay in your main game loop--- might give you a bit if extra speed. :)

 

Of course, menu screens can be limiting in themselves. :) Whatever you do, I'm sure it'll be slick! Game looks great man!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...