From 15469933a34a4ee77d9f2cd2cc8cf4752511cf65 Mon Sep 17 00:00:00 2001 From: Bill Rossi Date: Tue, 28 Jan 2025 21:45:56 -0500 Subject: [PATCH 1/6] Wow this takes a while --- 01_text_adventure/data/actions.txt | 52 +++++++++++++++++++++++++++++ 01_text_adventure/data/flags.txt | 7 ++++ 01_text_adventure/data/items.txt | 2 ++ 01_text_adventure/data/room_ins.txt | 5 ++- 01_text_adventure/data/words.txt | 9 ++++- 01_text_adventure/item.c | 1 - 6 files changed, 73 insertions(+), 3 deletions(-) diff --git a/01_text_adventure/data/actions.txt b/01_text_adventure/data/actions.txt index 896ca72..e126286 100644 --- a/01_text_adventure/data/actions.txt +++ b/01_text_adventure/data/actions.txt @@ -136,6 +136,8 @@ ATTACK ROBOT | IN(OUT_CABIN) & ENABLED(CABIN_ROBOT_DESTROYED) | 50 | The robot i LOOK ROBOT | IN(OUT_CABIN) | 10 | It's a smooth metal ball, punctuated by many sharp, angular antennae sticking off in all directions, and three bright red eyes, or things that look like eyes. It's mean-looking, but pretty small, and you might be able to destroy it with a weapon of some kind. | LOOK ROBOT | IN(OUT_CABIN) & ENABLED(CABIN_ROBOT_DESTROYED) | 50 | The metal shell doesn't seem to have been that thick, and it's dented and even punctured in places. It's not moving, glowing, or making any noise at all any more. | LOOK CABIN | IN(OUT_CABIN) | 2 | Parts of the roof are definitely missing, but you've slept in worse lodgings before. | +TAKE ROBOT | IN(OUT_CABIN) | 10 | It's not going to let you do that. | +TAKE ROBOT | IN(OUT_CABIN) & ENABLED(CABIN_ROBOT_DESTROYED) | 20 | No need to take it; you know from experience that robots are full of green, intricately-patterned rectangles, not anything useful. | ### In Cabin ### EAST | IN(IN_CABIN) | 2 | You step out the door and back onto the trail. | GOTO(OUT_CABIN) @@ -150,6 +152,8 @@ USE ANVIL | HAS_ITEM(PRYBAR) | 100 | You have already created the prybar. | TAKE ANVIL | * | 2 | It's enormous and made of iron, there's no way to pick it up. | TAKE GLOVES | ITEM_HERE(GLOVES) | 100 | You pick up the gloves and put them on. | TAKE(GLOVES) DROP GLOVES | HAS_ITEM(GLOVES) | 100 | You remove and drop the gloves. | DROP(GLOVES) +TAKE PRYBAR | ITEM_HERE(PRYBAR) | 100 | You pick up the prybar. | TAKE(PRYBAR) +DROP PRYBAR | HAS_ITEM(PRYBAR) | 100 | You drop the prybar. | DROP(PRYBAR) ### Cliff ### EAST | IN(CLIFF) | 2 | There are thick woods in that direction. You don't see any way to go in without getting lost. | @@ -160,7 +164,55 @@ LOOK CLIFF | IN(CLIFF) | 2 | The chalky white cliff slopes away steeply. Below, ### Dam Inside ### SOUTH | IN(DAM_INSIDE) | 2 | You push your way through the broken door, and emerge below the dam. | GOTO(NE_RESERVOIR) +EAST | IN(DAM_INSIDE) | 2 | You step east into the office. | GOTO(OFFICE) +WEST | IN(DAM_INSIDE) | 2 | You step west into the break room. | GOTO(BREAK_ROOM) +NORTH | IN(DAM_INSIDE) | 2 | You step north into the control room. | GOTO(CONTROL_ROOM) +LOOK LIGHTS | IN(DAM_INSIDE) | 2 | They're really dim; you can see the walls and doorways, but not much beyond that. | ### Office ### +WEST | IN(OFFICE) | 2 | You step back out into the hallway. | GOTO(DAM_INSIDE) +LOOK ROBOT | IN(OFFICE) | 2 | This robot, as usual, bristles with antennas, but (unusually) it has one enormous eye directly in the middle. It's of a medium size, probably too hefty to destroy without hitting a weak point. | +LOOK ROBOT | IN(OFFICE) & ENABLED(OFFICE_ROBOT_DESTROYED) | 5 | The robot lies motionless behind a desk, its eye smashed and no longer glowing. | +TAKE ROBOT | IN(OFFICE) | 10 | It's not going to let you do that. | +TAKE ROBOT | IN(OFFICE) & ENABLED(OFFICE_ROBOT_DESTROYED) | 20 | No need to take it; you know from experience that robots are full of green, intricately-patterned rectangles, not anything useful. | +USE PRYBAR | IN(OFFICE) | 10 | How do you plan to use it? | +HIT ROBOT | IN(OFFICE) | 10 | With what, your hands? You won't be able to get close enough to do that. | +HIT ROBOT | IN(OFFICE) & HAS_ITEM(PRYBAR) | 20 | You'd try, but the robot's in a pretty defensive position, and it looks sturdy enough that whacking it will just make it mad. | +HIT ROBOT | IN(OFFICE) & ENABLED(OFFICE_ROBOT_DESTROYED) | 30 | It's already broken, no need to hit it any more. | +THROW PRYBAR | * | 1 | What prybar? | +THROW PRYBAR | HAS_ITEM(PRYBAR) | 5 | Okay! You gleefully toss the prybar. | DROP(PRYBAR) +THROW PRYBAR | IN(OFFICE) & HAS_ITEM(PRYBAR) | 20 | Bulls-eye! You hit the robot right in the eye. When you do, sparks shoot out and it crashes to the floor. | DROP(PRYBAR) & ENABLE(OFFICE_ROBOT_DESTROYED) +THROW PRYBAR | IN(OFFICE) & HAS_ITEM(PRYBAR) & ENABLED(OFFICE_ROBOT_DESTROYED) | 50 | You again toss the prybar. You're getting pretty accurate with it now. | DROP(PRYBAR) +LOOK DESK | IN(OFFICE) | 2 | You won't be getting a good look anytime soon with that robot hovering there. | +LOOK CABINET | IN(OFFICE) | 2 | You won't be getting a good look anytime soon with that robot hovering there. | +LOOK SHELF | IN(OFFICE) | 2 | You won't be getting a good look anytime soon with that robot hovering there. | +LOOK DESK | IN(OFFICE) & ENABLED(OFFICE_ROBOT_DESTROYED) | 5 | The desks are mostly empty aside from some stationary and long-dry ballpoint pens. | +LOOK CABINET | IN(OFFICE) & ENABLED(OFFICE_ROBOT_DESTROYED) | 5 | The first cabinet you open, a book falls out of it onto the floor. The rest are filled with mostly-empty yellow folders. | DROP(BOOK) & ENABLE(CABINET_OPENED) +LOOK CABINET | IN(OFFICE) & ENABLED(OFFICE_ROBOT_DESTROYED) & ENABLED(CABINET_OPENED) | 10 | The cabinets are filled with mostly-empty yellow folders. | +LOOK SHELF | IN(OFFICE) & ENABLED(OFFICE_ROBOT_DESTROYED) | 5 | There are plenty of books on the shelves, but they're all dense technical manuals, nothing you feel like taking the time to study. | +LOOK BOOK | ITEM_HERE(BOOK) | 2 | The book is titled 'Dam Operation For Dummies'. It's probably worth giving it a read! | +LOOK BOOK | HAS_ITEM(BOOK) | 2 |The book is titled 'Dam Operation For Dummies'. It's probably worth giving it a read! | +TAKE BOOK | ITEM_HERE(BOOK) | 2 | You pick up the book. | TAKE(BOOK) +DROP BOOK | HAS_ITEM(BOOK) | 2 | You drop the book. | DROP(BOOK) +READ BOOK | ITEM_HERE(BOOK) | 2 | This book explains, on the first couple of pages, what you'd need to do to open the floodgates on this dam. You'll need to make your way to a control panel, use the key on it, then push the correct button. | ENABLE(READ_BOOK) +READ BOOK | HAS_ITEM(BOOK) | 2 | This book explains, on the first couple of pages, what you'd need to do to open the floodgates on this dam. You'll need to make your way to a control panel, use the key on it, then push the correct button. | ENABLE(READ_BOOK) + ### Break Room ### +EAST | IN(BREAK_ROOM) | 2 | You step back out into the hallway. | GOTO(DAM_INSIDE) +LOOK ROBOT | IN(BREAK_ROOM) | 2 | This robot, as usual, bristles with antennas, and it has a conspicuous seam running top to bottom. It's pretty small, you might be able to just hit it to disable it. | +LOOK ROBOT | IN(BREAK_ROOM) & ENABLED(BREAK_ROOM_ROBOT_DESTROYED) | 5 | The robot lies motionless under a table, split basically in half. | +TAKE ROBOT | IN(BREAK_ROOM) | 10 | It's not going to let you do that. | +TAKE ROBOT | IN(BREAK_ROOM) & ENABLED(BREAK_ROOM_ROBOT_DESTROYED) | 20 | No need to take it; you know from experience that robots are full of green, intricately-patterned rectangles, not anything useful. | +USE PRYBAR | IN(BREAK_ROOM) | 10 | How do you plan to use it? | +HIT ROBOT | IN(BREAK_ROOM) | 10 | With what, your hands? You won't be able to get close enough to do that. | +HIT ROBOT | IN(BREAK_ROOM) & HAS_ITEM(PRYBAR) | 20 | Bang! You smack the robot like a baseball and it smacks into a wall. It emits a cloud of sparks and falls to the ground. | ENABLE(BREAK_ROOM_ROBOT_DESTROYED) +HIT ROBOT | IN(BREAK_ROOM) & HAS_ITEM(HAMMER) | 15 | The hammer doesn't have quite enough reach to hit the robot. | +HIT ROBOT | IN(BREAK_ROOM) & ENABLED(BREAK_ROOM_ROBOT_DESTROYED) | 30 | It's already broken, no need to hit it any more. | +LOOK KEY | IN(BREAK_ROOM) | 2 | It's a short key on a keyring. It's too far away to grab from here. | +LOOK KEY | IN(BREAK_ROOM) & ENABLED(BREAK_ROOM_ROBOT_DESTROYED) | 5 | It's a short key on a keyring. You can go grab it if you want. | +LOOK KEY | HAS_ITEM(KEY) | 15 | It's a short key on a keyring. | +TAKE KEY | IN(BREAK_ROOM) | 2 | It's too far away to grab from here. | +TAKE KEY | IN(BREAK_ROOM) & ENABLED(BREAK_ROOM_ROBOT_DESTROYED) | 5 | Okay, you take it. | TAKE(KEY) & ENABLE(KEY_TAKEN) +DROP KEY | HAS_ITEM(KEY) | 2 | It's pretty small, you should hold onto it unless you need it. | + ### Control Room ### diff --git a/01_text_adventure/data/flags.txt b/01_text_adventure/data/flags.txt index e60499d..36b8f4b 100644 --- a/01_text_adventure/data/flags.txt +++ b/01_text_adventure/data/flags.txt @@ -6,3 +6,10 @@ CABIN_ROBOT_DESTROYED|0 ASKED_FOR_WALKTHROUGH|0 SEARCHED_SHELVES|0 FOUND_CLIFF|0 +OFFICE_ROBOT_DESTROYED|0 +CABINET_OPENED|0 +READ_BOOK|0 +BREAK_ROOM_ROBOT_DESTROYED|0 +KEY_TAKEN|0 +CONTROL_ROOM_ROBOT_DESTROYED|0 +KEY_TURNED|0 diff --git a/01_text_adventure/data/items.txt b/01_text_adventure/data/items.txt index 7d8e04a..36011d4 100644 --- a/01_text_adventure/data/items.txt +++ b/01_text_adventure/data/items.txt @@ -4,3 +4,5 @@ EMPTY_BARREL | a barrel | true | A barrel, filled with nothing. It's pretty ligh GLOVES | a pair of gloves | true | A pair of thick, knobbly gloves. | * REBAR | a piece of rebar | true | A thin steel rod. | DAM PRYBAR | a prybar | true | A thin steel rod, bent into a hook shape. | * +BOOK | a manual about dam operation | true | I don't think these fields are used anywhere. | * +KEY | a short key | true | I don't think these fields are used anywhere. | * diff --git a/01_text_adventure/data/room_ins.txt b/01_text_adventure/data/room_ins.txt index d5d7645..f33e4d1 100644 --- a/01_text_adventure/data/room_ins.txt +++ b/01_text_adventure/data/room_ins.txt @@ -15,6 +15,9 @@ IN_CABIN | * | 1 | The cabin, though pretty much destroyed at this point, seems CLIFF | * | 1 | You're on top of an enormous, steep cliff. Beneath you, the valley stretches out far into the distance. The bright sun illuminates the forests and plains. Your compound is north of here, and there are thick woods to the west. CLIFF | ENABLED(FOUND_CLIFF) | 2 | You're on top of an enormous, steep cliff. Beneath you, the valley stretches out far into the distance. The bright sun illuminates the forests and plains. Your compound is north of here, and there are thick woods, with a trail leading to the cabin, to the west. DAM_INSIDE | * | 1 | Dim emergency lighting barely illuminates this small hallway within the dam. Doorways are north, east, and west of you, and the exit is to the south. -OFFICE | * | 1 | This dimly-lit office has a few ruined desks and a wall filled with bookshelves and filing cabinets. A medium-sized security robot hovers in the center of the room. The hallway is west of here. +OFFICE | * | 1 | This dimly-lit office has a few ruined desks and a wall filled with bookshelves and cabinets. A medium-sized security robot hovers in the center of the room. The hallway is west of here. +OFFICE | ENABLED(OFFICE_ROBOT_DESTROYED) | 2 | This dimly-lit office has a few ruined desks and a wall filled with bookshelves and cabinets. The hallway is west of here. BREAK_ROOM | * | 1 | This appears to be the break room. Some tables, chairs, and counters are here. On a hook on the far cabinet, there is a ring with a single key on it. A small security robot hovers slightly above a table. The hallway is east of here. +BREAK_ROOM | ENABLED(BREAK_ROOM_ROBOT_DESTROYED) | 2 | This appears to be the break room. Some tables, chairs, and counters are here. On a hook on the far cabinet, there is a ring with a single key on it. The hallway is east of here. CONTROL_ROOM | * | 1 | This room houses an enormous console, with knobs, buttons, and levers all over it. In front of the console, a large security robot is hovering. The hallway is south of here. +CONTROL_ROOM | ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) | 2 | This room houses an enormous console, with knobs, buttons, and levers all over it. The hallway is south of here. diff --git a/01_text_adventure/data/words.txt b/01_text_adventure/data/words.txt index fb15a1c..f071985 100644 --- a/01_text_adventure/data/words.txt +++ b/01_text_adventure/data/words.txt @@ -39,9 +39,16 @@ TALK|TALK,SPEAK WALKTHROUGH|WALKTHROUGH,GUIDE CABIN|CABIN,COTTAGE,HOUSE RESERVOIR|RESERVOIR -SHELVES|SHELVES,SHELF +SHELVES|SHELVES,SHELF,BOOKSHELF,BOOKSHELVES ANVIL|ANVIL DRINK|DRINK WATER|WATER GLOVES|GLOVES,GLOVE CLIFF|CLIFF,VALLEY +LIGHTS|LIGHTS,LIGHT,LIGHTING +CABINET|CABINET,CABINETS +DESK|DESK,DESKS +BOOK|BOOK,MANUAL +KEY|KEY,KEYRING +READ|READ +THROW|THROW,TOSS,CHUCK,HURL diff --git a/01_text_adventure/item.c b/01_text_adventure/item.c index f6b9ee2..8bcc38c 100644 --- a/01_text_adventure/item.c +++ b/01_text_adventure/item.c @@ -77,7 +77,6 @@ void take_item(Game *g, char *item_name) { Item *item = find_item(g->items, item_name); item->location = NULL; item->in_inventory = true; - printf("%s is in the inventory yeop %d\n", item->name, item->in_inventory); } void drop_item(Game *g, char *item_name) { From 6844a1ca844714dc62d2a23c375c81c7271b4783 Mon Sep 17 00:00:00 2001 From: Bill Rossi Date: Wed, 29 Jan 2025 05:09:02 -0500 Subject: [PATCH 2/6] Finish the adventure --- 01_text_adventure/data/actions.txt | 57 ++++++++++++++++++++++++++++- 01_text_adventure/data/flags.txt | 3 +- 01_text_adventure/data/room_ins.txt | 3 +- 01_text_adventure/data/rooms.txt | 1 + 01_text_adventure/data/words.txt | 7 ++++ 5 files changed, 68 insertions(+), 3 deletions(-) diff --git a/01_text_adventure/data/actions.txt b/01_text_adventure/data/actions.txt index e126286..2f75235 100644 --- a/01_text_adventure/data/actions.txt +++ b/01_text_adventure/data/actions.txt @@ -12,7 +12,7 @@ SLEEP | * | 1 | You're not especially tired | BREAK | * | 1 | That doesn't seem like a good idea | LOOK ROBOTS | * | 2 | There aren't any robots to look at here. | WALKTHROUGH | * | 1 | Yeah, fair enough. I'm not great at designing adventure games. If you're really sure you want a walkthrough, ask one more time. | ENABLE(ASKED_FOR_WALKTHROUGH) -WALKTHROUGH | ENABLED(ASKED_FOR_WALKTHROUGH) | 2 | OPEN LOCKER, TAKE HAMMER, WEST, TAKE BARREL, EAST, EAST, POUR BARREL, DROP BARREL, NORTH, WEST, WEST, SOUTH, ATTACK ROBOT, WEST, LOOK SHELF, TAKE GLOVES, EAST, NORTH, EAST, NORTH, UP, TAKE REBAR, DOWN, SOUTH, WEST, SOUTH, WEST, USE ANVIL, EAST, NORTH, EAST, EAST, NORTH, USE PRYBAR, NORTH, +WALKTHROUGH | ENABLED(ASKED_FOR_WALKTHROUGH) | 2 | OPEN LOCKER, TAKE HAMMER, WEST, TAKE BARREL, EAST, EAST, POUR BARREL, DROP BARREL, NORTH, WEST, WEST, SOUTH, ATTACK ROBOT, WEST, LOOK SHELF, TAKE GLOVES, EAST, NORTH, EAST, NORTH, UP, TAKE REBAR, DOWN, SOUTH, WEST, SOUTH, WEST, USE ANVIL, EAST, NORTH, EAST, EAST, NORTH, USE PRYBAR, NORTH, EAST, THROW PRYBAR, TAKE PRYBAR, OPEN CABINET, READ BOOK, WEST, WEST, HIT ROBOT, TAKE KEY, EAST, NORTH, HOOK WIRES, INSERT KEY, PUSH BUTTON ### Hut ### EAST | IN(HUT) | 2 | You walk into your east yard. | GOTO(EAST_YARD) @@ -189,6 +189,11 @@ LOOK SHELF | IN(OFFICE) | 2 | You won't be getting a good look anytime soon with LOOK DESK | IN(OFFICE) & ENABLED(OFFICE_ROBOT_DESTROYED) | 5 | The desks are mostly empty aside from some stationary and long-dry ballpoint pens. | LOOK CABINET | IN(OFFICE) & ENABLED(OFFICE_ROBOT_DESTROYED) | 5 | The first cabinet you open, a book falls out of it onto the floor. The rest are filled with mostly-empty yellow folders. | DROP(BOOK) & ENABLE(CABINET_OPENED) LOOK CABINET | IN(OFFICE) & ENABLED(OFFICE_ROBOT_DESTROYED) & ENABLED(CABINET_OPENED) | 10 | The cabinets are filled with mostly-empty yellow folders. | +OPEN DESK | IN(OFFICE) | 2 | You can't get to any desks with that robot hovering there. | +OPEN CABINET | IN(OFFICE) | 2 | You can't get to any cabinets with that robot hovering there. | +OPEN DESK | IN(OFFICE) & ENABLED(OFFICE_ROBOT_DESTROYED) | 5 | The desks are mostly empty aside from some stationary and long-dry ballpoint pens. | +OPEN CABINET | IN(OFFICE) & ENABLED(OFFICE_ROBOT_DESTROYED) | 5 | The first cabinet you open, a book falls out of it onto the floor. The rest are filled with mostly-empty yellow folders. | DROP(BOOK) & ENABLE(CABINET_OPENED) +OPEN CABINET | IN(OFFICE) & ENABLED(OFFICE_ROBOT_DESTROYED) & ENABLED(CABINET_OPENED) | 10 | The cabinets are filled with mostly-empty yellow folders. | LOOK SHELF | IN(OFFICE) & ENABLED(OFFICE_ROBOT_DESTROYED) | 5 | There are plenty of books on the shelves, but they're all dense technical manuals, nothing you feel like taking the time to study. | LOOK BOOK | ITEM_HERE(BOOK) | 2 | The book is titled 'Dam Operation For Dummies'. It's probably worth giving it a read! | LOOK BOOK | HAS_ITEM(BOOK) | 2 |The book is titled 'Dam Operation For Dummies'. It's probably worth giving it a read! | @@ -208,6 +213,7 @@ HIT ROBOT | IN(BREAK_ROOM) | 10 | With what, your hands? You won't be able to ge HIT ROBOT | IN(BREAK_ROOM) & HAS_ITEM(PRYBAR) | 20 | Bang! You smack the robot like a baseball and it smacks into a wall. It emits a cloud of sparks and falls to the ground. | ENABLE(BREAK_ROOM_ROBOT_DESTROYED) HIT ROBOT | IN(BREAK_ROOM) & HAS_ITEM(HAMMER) | 15 | The hammer doesn't have quite enough reach to hit the robot. | HIT ROBOT | IN(BREAK_ROOM) & ENABLED(BREAK_ROOM_ROBOT_DESTROYED) | 30 | It's already broken, no need to hit it any more. | +THROW PRYBAR | IN(BREAK_ROOM) & HAS_ITEM(PRYBAR) | 20 | You throw the prybar at the little robot, but it's too small to hit. Luckily, the prybar falls somewhere where you can pick it up. | DROP(PRYBAR) LOOK KEY | IN(BREAK_ROOM) | 2 | It's a short key on a keyring. It's too far away to grab from here. | LOOK KEY | IN(BREAK_ROOM) & ENABLED(BREAK_ROOM_ROBOT_DESTROYED) | 5 | It's a short key on a keyring. You can go grab it if you want. | LOOK KEY | HAS_ITEM(KEY) | 15 | It's a short key on a keyring. | @@ -216,3 +222,52 @@ TAKE KEY | IN(BREAK_ROOM) & ENABLED(BREAK_ROOM_ROBOT_DESTROYED) | 5 | Okay, you DROP KEY | HAS_ITEM(KEY) | 2 | It's pretty small, you should hold onto it unless you need it. | ### Control Room ### +SOUTH | IN(CONTROL_ROOM) | 2 | You step back out into the hallway | GOTO(DAM_INSIDE) +LOOK ROBOT | IN(CONTROL_ROOM) | 2 | This robot, as usual, bristles with antennas, and it has a conspicuous bundle of wires hanging out of its lower half. It's quite large, and looks very sturdy. | +LOOK ROBOT | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) | 5 | The robot lies motionless next to the console. | +INSERT KEY | * | 2 | What key? | +INSERT KEY | HAS_ITEM(KEY) | 3 | Where do you want to insert it? | +INSERT KEY | IN(CONTROL_ROOM) | 5 | You don't have a key. | +INSERT KEY | IN(CONTROL_ROOM) & HAS_ITEM(KEY) | 10 | You can't get close enough to the console to insert the key while that robot's in the way. | +INSERT KEY | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) & HAS_ITEM(KEY) | 100 | You look around for a keyhole. You find one in the console and insert the key into it. | DESTROY(KEY) & ENABLE(KEY_INSERTED) +INSERT KEY | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) & ENABLED(READ_BOOK) & HAS_ITEM(KEY) | 200 | You insert the key into the hole mentioned by the manual. | DESTROY(KEY) & ENABLE(KEY_INSERTED) +INSERT KEY | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) | 50 | There's a keyhole on the console, but you have nothing to put into it. | +INSERT KEY | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) & ENABLED(READ_BOOK) | 75 | You see the keyhole on the console, but you have nothing to put into it. | +INSERT KEY | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) & ENABLED(KEY_INSERTED) | 200 | The key's already in. | +USE KEY | * | 2 | What key? | +USE KEY | HAS_ITEM(KEY) | 3 | Where do you want to use it? | +USE KEY | IN(CONTROL_ROOM) | 5 | You don't have a key. | +USE KEY | IN(CONTROL_ROOM) & HAS_ITEM(KEY) | 10 | You can't get close enough to the console to use the key while that robot's in the way. | +USE KEY | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) & HAS_ITEM(KEY) | 100 | You look around for a keyhole. You find one in the console and insert the key into it. | DESTROY(KEY) & ENABLE(KEY_INSERTED) +USE KEY | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) & ENABLED(READ_BOOK) & HAS_ITEM(KEY) | 200 | You insert the key into the hole mentioned by the manual. | DESTROY(KEY) & ENABLE(KEY_INSERTED) +USE KEY | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) | 50 | There's a keyhole on the console, but you have nothing to put into it. | +USE KEY | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) & ENABLED(READ_BOOK) | 75 | You see the keyhole on the console, but you have nothing to put into it. | +USE KEY | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) & ENABLED(KEY_INSERTED) | 200 | The key's already in. | +TURN KEY | IN(CONTROL_ROOM) & ENABLED(KEY_INSERTED) | 100 | It's not that kind of key, you don't need to turn it. | +TURN KEY | HAS_ITEM(KEY) | 100 | You turn the key over in your hands. To use it, you'll need to USE KEY or INSERT KEY somewhere with a keyhole. | +TURN | * | 1 | You've got nothing to turn. | +PRESS BUTTON | IN(CONTROL_ROOM) | 2 | You can't get close enough while that robot's in the way. | +PRESS BUTTON | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) | 5 | You don't know which button to press. | +PRESS BUTTON | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) & ENABLED(READ_BOOK) | 10 | According to the manual, you need to insert a key before pressing the button. | +PRESS BUTTON | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) & ENABLED(READ_BOOK) & ENABLED(KEY_INSERTED) | 1000 | With a mighty crunch, long-dormant machinery noisily comes to life. Fearing for the structural stability of the room, you hustle outside. With an ear-piercing screech, the rusty metal floodgates begin to lower. Water pours out of the holes and falls in an enormous waterfall into the reservoir. The swarms of robots continue to patrol the now-empty dam, and the reservoir is completely full of beautiful blue water. It won't last forever, but for now, you'll have enough water to thrive. | ENABLE(GAME_COMPLETE) & GOTO(END_OF_GAME) +TURN KNOB | IN(CONTROL_ROOM) | 2 | You can't get close enough while that robot's in the way. | +TURN KNOB | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) | 5 | You don't know which knob to turn. | +TURN KNOB | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) & ENABLED(READ_BOOK) | 10 | According to the manual, you shouldn't need to turn any knobs. | +PULL LEVER | * | 1 | Wrong leverrrrrrrrrrrrrr! | +PULL LEVER | IN(CONTROL_ROOM) | 2 | You can't get close enough while that robot's in the way. | +PULL LEVER | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) | 5 | You don't know which lever to pull. | +PULL LEVER | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) & ENABLED(READ_BOOK) | 10 | According to the manual, you shouldn't need to pull any levers. | + +HIT ROBOT | IN(CONTROL_ROOM) | 5 | With what, your hands? You wouldn't make a dent. | +HIT ROBOT | IN(CONTROL_ROOM) & HAS_ITEM(PRYBAR) | 10 | This robot is pretty big, simply hitting it isn't going to damage it. | +HIT ROBOT | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) | 30 | There's no reason to hit the robot, it's not a threat any more. | +THROW PRYBAR | IN(CONTROL_ROOM) & HAS_ITEM(PRYBAR) | 5 | This robot is pretty big, without an obvious weak point that could be destroyed with even a well-aimed throw. | +THROW PRYBAR | IN(CONTROL_ROOM) & HAS_ITEM(PRYBAR) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) | 20 | You toss the prybar across the room, avoiding the console. It clatters to the ground. | DROP(PRYBAR) +HOOK ROBOT | IN(CONTROL_ROOM) | 5 | Those wires look tempting, but you don't have anything to hook them with. | +HOOK ROBOT | IN(CONTROL_ROOM) & HAS_ITEM(HAMMER) | 10 | Those wires look tempting, but your hammer isn't long enough to snag them. | +HOOK ROBOT | IN(CONTROL_ROOM) & HAS_ITEM(PRYBAR) | 20 | Yoink! You deftly hook the bent end of the prybar to the exposed wires and pull. There's a shower of sparks, and the robot emits a whine and crashes to the ground. | ENABLE(CONTROL_ROOM_ROBOT_DESTROYED) +HOOK ROBOT | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) | 50 | You've already destroyed the robot. | +HOOK WIRES | IN(CONTROL_ROOM) | 5 | Those wires look tempting, but you don't have anything to hook them with. | +HOOK WIRES | IN(CONTROL_ROOM) & HAS_ITEM(HAMMER) | 10 | Those wires look tempting, but your hammer isn't long enough to snag them. | +HOOK WIRES | IN(CONTROL_ROOM) & HAS_ITEM(PRYBAR) | 20 | Yoink! You deftly hook the bent end of the prybar to the exposed wires and pull. There's a shower of sparks, and the robot emits a whine and crashes to the ground. | ENABLE(CONTROL_ROOM_ROBOT_DESTROYED) +HOOK WIRES | IN(CONTROL_ROOM) & ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) | 50 | You've already destroyed the robot. | diff --git a/01_text_adventure/data/flags.txt b/01_text_adventure/data/flags.txt index 36b8f4b..0ad0cc7 100644 --- a/01_text_adventure/data/flags.txt +++ b/01_text_adventure/data/flags.txt @@ -12,4 +12,5 @@ READ_BOOK|0 BREAK_ROOM_ROBOT_DESTROYED|0 KEY_TAKEN|0 CONTROL_ROOM_ROBOT_DESTROYED|0 -KEY_TURNED|0 +KEY_INSERTED|0 +GAME_COMPLETE|0 diff --git a/01_text_adventure/data/room_ins.txt b/01_text_adventure/data/room_ins.txt index f33e4d1..08a61e2 100644 --- a/01_text_adventure/data/room_ins.txt +++ b/01_text_adventure/data/room_ins.txt @@ -10,7 +10,7 @@ NW_RESERVOIR | * | 1 | You're at the foot of the dam. On this side, there is a s DAM | * | 1 | The dam is gigantic, and pretty much completely full of bright blue water. Swarming above the water are a flock of security robots; you can't spend much time up here or else you'll surely be seen. You can climb back down the ladder. TRAIL | * | 1 | The trees in these woods are dense, but not especially leafy. The trail leads east and douth. OUT_CABIN | * | 1 | You're standing in front of a ruins of a cabin in the forest, to the west of the path. Hovering menacingly in front is a tiny security robot. The path through the woods goes north and east. -OUT_CABIN | * | 1 | You're standing in front of a ruins of a cabin in the forest, to the west of the path. The path through the woods goes north and east. +OUT_CABIN | ENABLED(CABIN_ROBOT_DESTROYED) | 2 | You're standing in front of a ruins of a cabin in the forest, to the west of the path. The path through the woods goes north and east. IN_CABIN | * | 1 | The cabin, though pretty much destroyed at this point, seems like it was a cozy place some time in the past. An anvil stands in the corner, surrounded by shelves. The exit is to the east. CLIFF | * | 1 | You're on top of an enormous, steep cliff. Beneath you, the valley stretches out far into the distance. The bright sun illuminates the forests and plains. Your compound is north of here, and there are thick woods to the west. CLIFF | ENABLED(FOUND_CLIFF) | 2 | You're on top of an enormous, steep cliff. Beneath you, the valley stretches out far into the distance. The bright sun illuminates the forests and plains. Your compound is north of here, and there are thick woods, with a trail leading to the cabin, to the west. @@ -21,3 +21,4 @@ BREAK_ROOM | * | 1 | This appears to be the break room. Some tables, chairs, and BREAK_ROOM | ENABLED(BREAK_ROOM_ROBOT_DESTROYED) | 2 | This appears to be the break room. Some tables, chairs, and counters are here. On a hook on the far cabinet, there is a ring with a single key on it. The hallway is east of here. CONTROL_ROOM | * | 1 | This room houses an enormous console, with knobs, buttons, and levers all over it. In front of the console, a large security robot is hovering. The hallway is south of here. CONTROL_ROOM | ENABLED(CONTROL_ROOM_ROBOT_DESTROYED) | 2 | This room houses an enormous console, with knobs, buttons, and levers all over it. The hallway is south of here. +END_OF_GAME | * | 1 | Thank you for playing Thrive! I sincerely hope you enjoyed it! diff --git a/01_text_adventure/data/rooms.txt b/01_text_adventure/data/rooms.txt index 4eb5a6c..3d7d6eb 100644 --- a/01_text_adventure/data/rooms.txt +++ b/01_text_adventure/data/rooms.txt @@ -14,3 +14,4 @@ DAM_INSIDE OFFICE BREAK_ROOM CONTROL_ROOM +END_OF_GAME diff --git a/01_text_adventure/data/words.txt b/01_text_adventure/data/words.txt index f071985..2b3f536 100644 --- a/01_text_adventure/data/words.txt +++ b/01_text_adventure/data/words.txt @@ -52,3 +52,10 @@ BOOK|BOOK,MANUAL KEY|KEY,KEYRING READ|READ THROW|THROW,TOSS,CHUCK,HURL +INSERT|INSERT,PUT +TURN|TURN,TWIST +BUTTON|BUTTON +KNOB|KNOB +LEVER|LEVER +HOOK|HOOK,SNAG,GRAP,CATCH +WIRES|WIRES,WIRE,CABLE,CABLES From 43f4fce5ddb9acb7ae8047e20b7ac6fca7f15f0a Mon Sep 17 00:00:00 2001 From: Bill Rossi Date: Wed, 29 Jan 2025 05:13:32 -0500 Subject: [PATCH 3/6] Programatically skip the intro --- 01_text_adventure/Makefile | 4 ++-- 01_text_adventure/main.c | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/01_text_adventure/Makefile b/01_text_adventure/Makefile index 950e751..efc1440 100644 --- a/01_text_adventure/Makefile +++ b/01_text_adventure/Makefile @@ -30,10 +30,10 @@ data/%.c: data/%.txt echo ";" >> data/$*.c run: $(GAME)_linux - ./$(GAME)_linux + SKIP_INTRO=1 ./$(GAME)_linux run_win: $(GAME)_windows.exe - wine $(GAME)_windows.exe + SKIP_INTRO=1 wine $(GAME)_windows.exe clean: rm -f ./$(GAME)_linux diff --git a/01_text_adventure/main.c b/01_text_adventure/main.c index cd0aaee..2dff235 100644 --- a/01_text_adventure/main.c +++ b/01_text_adventure/main.c @@ -1,6 +1,7 @@ #include #include #include +#include #include @@ -11,9 +12,11 @@ int main(int argc, char** argv) { InitWindow(800, 450, "Text Adventure"); SetTargetFPS(60); - display_loading(); - Intro *i = load_intro(); - intro_display(i); + if (!getenv("SKIP_INTRO") || strcmp(getenv("SKIP_INTRO"), "1") != 0) { + display_loading(); + Intro *i = load_intro(); + intro_display(i); + } Game *g = game_create(); From 81275ea4e359ef67c7cf40a9dbcebac6ec2fd8ea Mon Sep 17 00:00:00 2001 From: Bill Rossi Date: Wed, 29 Jan 2025 05:19:37 -0500 Subject: [PATCH 4/6] Fix issue where you can't type the initial command --- 01_text_adventure/game.c | 1 + 1 file changed, 1 insertion(+) diff --git a/01_text_adventure/game.c b/01_text_adventure/game.c index 5189970..8a5663d 100644 --- a/01_text_adventure/game.c +++ b/01_text_adventure/game.c @@ -30,6 +30,7 @@ Game *game_create(void) { Vector2 input_position = { 20, 400 }; Input *input = create_input(input_position); input->log = log; + input->input_length = 0; log->input = input; input->g = g; input->command = '>'; // Don't change this From 20b892ed8ff09a5808bf50ccf4c1a261a6ad0aab Mon Sep 17 00:00:00 2001 From: Bill Rossi Date: Thu, 30 Jan 2025 06:41:07 -0500 Subject: [PATCH 5/6] Add some missing actions --- 01_text_adventure/data/actions.txt | 18 +++++++++++++----- 01_text_adventure/data/words.txt | 1 + 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/01_text_adventure/data/actions.txt b/01_text_adventure/data/actions.txt index 2f75235..dd2dd40 100644 --- a/01_text_adventure/data/actions.txt +++ b/01_text_adventure/data/actions.txt @@ -39,6 +39,7 @@ NORTH | IN(EAST_YARD) & ENABLED(PLANTS_SAVED) | 5 | You open the north gate and SOUTH | IN(EAST_YARD) | 2 | Your plants are not looking too healthy. You should see if you can do something to help them out before leaving. | SOUTH | IN(EAST_YARD) & ENABLED(PLANTS_SAVED) | 5 | You open the south gate and head through it. | GOTO(CLIFF) LOOK PLANTER | IN(EAST_YARD) | 10 | The planter is pretty wide, and has . They're looking pretty brown and scraggly. Positioned next to the planter is a water tank, hooked to an irrigation system. | +LOOK PLANTER | IN(EAST_YARD) & ENABLED(PLANTS_SAVED) | 20 | The planter is pretty wide, and has . They're looking fairly green and healthy. Positioned next to the planter is a water tank, hooked to an irrigation system. | LOOK TANK | IN(EAST_YARD) | 10 | This tank supplies the water to your plants. It's completely empty. | LOOK TANK | IN(EAST_YARD) & ENABLED(PLANTS_SAVED) | 100 | This tank supplies the water to your plants. It's got enough water for a few months in it. | TAKE TANK | IN(EAST_YARD) | 10 | The tank is attached to the irrigation system; taking it would damage all of the little pipes. | @@ -49,8 +50,8 @@ POUR BARREL | IN(EAST_YARD) & HAS_ITEM(FULL_BARREL) | 1000 | You pour the conten ### West Yard ### EAST | IN(WEST_YARD) | 2 | You enter your hut. | GOTO(HUT) -LOOK BARRELS | IN(WEST_YARD) | 10 | The barrels are positioned to collect rainwater from the roof. Most are empty, but one of them is full of water. | -LOOK BARREL | IN(WEST_YARD) | 10 | The barrels are positioned to collect rainwater from the roof. Most are empty, but one of them is full of water. | +LOOK BARREL | IN(WEST_YARD) | 10 | The barrels are positioned to collect rainwater from the roof. All of them are empty. | +LOOK BARREL | IN(WEST_YARD) & ITEM_HERE(FULL_BARREL) | 20 | The barrels are positioned to collect rainwater from the roof. Most are empty, but one of them is full of water. | TAKE BARREL | IN(WEST_YARD) | 10 | There's no reason to take the empty barrels | TAKE BARREL | IN(WEST_YARD) & ITEM_HERE(FULL_BARREL) | 100 | The full barrel is heavy, but you take it with you. | TAKE(FULL_BARREL) DROP BARREL | HAS_ITEM(FULL_BARREL) | 100 | You drop the barrel. | DROP(FULL_BARREL) @@ -77,6 +78,7 @@ LOOK DOOR | IN(NE_RESERVOIR) & ENABLED(OPENED_DOOR) | 10 | The door is very stur OPEN DOOR | IN(NE_RESERVOIR) | 10 | You get a good grip on the door and yank as hard as you can, but it doesn't budge. The sharp edge of the door hurts your fingers. | OPEN DOOR | IN(NE_RESERVOIR) & HAS_ITEM(GLOVES) | 50 | You get a good grip on the door and yank as hard as you can, but it doesn't budge. The edge of the door is sharp, but the gloves protect your fingers. You pull a couple more times, but the door refuses to budge. | OPEN DOOR | IN(NE_RESERVOIR) & HAS_ITEM(REBAR) | 75 | You try to wedge the rebar into the doorframe, but it isn't the right shape to give you any leverage. If you had a way to reshape it, you might have better luck. | +USE REBAR | IN(NE_RESERVOIR) & HAS_ITEM(REBAR) | 75 | You try to wedge the rebar into the doorframe, but it isn't the right shape to give you any leverage. If you had a way to reshape it, you might have better luck. | OPEN DOOR | IN(NE_RESERVOIR) & HAS_ITEM(PRYBAR) | 100 | You wedge the prybar against the bottom of the door, and give it a shove. With an earsplitting creak, the door slides open several inches, enough that you can wriggle your way through the opening. | ENABLE(OPENED_DOOR) OPEN DOOR | IN(NE_RESERVOIR) & ENABLED(OPENED_DOOR) | 1000 | The door is already open. | PULL DOOR | IN(NE_RESERVOIR) | 10 | You get a good grip on the door and yank as hard as you can, but it doesn't budge. The sharp edge of the door hurts your fingers. | @@ -100,6 +102,10 @@ UP | IN(NW_RESERVOIR) | 2 | You try to climb the rungs of the ladder, but they'r UP | IN(NW_RESERVOIR) & HAS_ITEM(GLOVES) | 50 | Cautiously, you use the rungs to climb to the top of the dam. | GOTO(DAM) UP | IN(NW_RESERVOIR) & HAS_ITEM(FULL_BARREL) | 50 | You can't make the climb while carrying a barrel around. | UP | IN(NW_RESERVOIR) & HAS_ITEM(EMPTY_BARREL) | 50 | You can't make the climb while carrying a barrel around. | +CLIMB | IN(NW_RESERVOIR) | 2 | You try to climb the rungs of the ladder, but they're very slippery from exposure to the elements. If you can find a way to grip onto things, you should be able to make your way up. | +CLIMB | IN(NW_RESERVOIR) & HAS_ITEM(GLOVES) | 50 | Cautiously, you use the rungs to climb to the top of the dam. | GOTO(DAM) +CLIMB | IN(NW_RESERVOIR) & HAS_ITEM(FULL_BARREL) | 50 | You can't make the climb while carrying a barrel around. | +CLIMB | IN(NW_RESERVOIR) & HAS_ITEM(EMPTY_BARREL) | 50 | You can't make the climb while carrying a barrel around. | EAST | IN(NW_RESERVOIR) | 2 | The reservoir is that way. No real reason to go in there, and there'd be no way to get back out. | SOUTH | IN(NW_RESERVOIR) | 2 | You head back down the path. | GOTO(SW_RESERVOIR) LOOK RESERVOIR | IN(NW_RESERVOIR) | 5 | It's an enormous pit with steep, dusty sides. At the bottom there's a lot of mud, but no real water to speak of. | @@ -109,7 +115,9 @@ LOOK LADDER | IN(NW_RESERVOIR) | 2 | The rungs appear to be made of concrete. Th ### Dam ### DOWN | IN(DAM) | 2 | Fearful of softlocking, you decide it's better to put your gloves on before climbing down. | -DOWN | IN(DAM) & HAS_ITEM(GLOVES) | 10 | You carefully navigate the ladder an climb down to the ground. | GOTO(NW_RESERVOIR) +DOWN | IN(DAM) & HAS_ITEM(GLOVES) | 10 | You carefully navigate the ladder and climb down to the ground. | GOTO(NW_RESERVOIR) +CLIMB | IN(DAM) | 2 | Fearful of softlocking, you decide it's better to put your gloves on before climbing down. | +CLIMB | IN(DAM) & HAS_ITEM(GLOVES) | 10 | You carefully navigate the ladder and climb down to the ground. | GOTO(NW_RESERVOIR) NORTH | IN(DAM) | 2 | The water's that way, but any one of these robots would zap you if you got too close. | SOUTH | IN(DAM) | 2 | There's nothing but open air to the south. Instead, you could try going DOWN the ladder. | LOOK WATER | IN(DAM) | 2 | The water is blue and beautiful. It doesn't 'belong to you', though, and the robots are here to enforce that. | @@ -156,8 +164,8 @@ TAKE PRYBAR | ITEM_HERE(PRYBAR) | 100 | You pick up the prybar. | TAKE(PRYBAR) DROP PRYBAR | HAS_ITEM(PRYBAR) | 100 | You drop the prybar. | DROP(PRYBAR) ### Cliff ### -EAST | IN(CLIFF) | 2 | There are thick woods in that direction. You don't see any way to go in without getting lost. | -EAST | IN(CLIFF) & ENABLED(FOUND_CLIFF) | 20 | You reenter the woods, heading towards the cabin. | GOTO(OUT_CABIN) +WEST | IN(CLIFF) | 2 | There are thick woods in that direction. You don't see any way to go in without getting lost. | +WEST | IN(CLIFF) & ENABLED(FOUND_CLIFF) | 20 | You reenter the woods, heading towards the cabin. | GOTO(OUT_CABIN) NORTH | IN(CLIFF) | 2 | You open the gate and head back into your yard. | GOTO(EAST_YARD) SOUTH | IN(CLIFF) | 2 | There's no real way to climb safely down the cliff. | LOOK CLIFF | IN(CLIFF) | 2 | The chalky white cliff slopes away steeply. Below, an enormous valley stretches out, full of sparse grass and sickly trees. | diff --git a/01_text_adventure/data/words.txt b/01_text_adventure/data/words.txt index 2b3f536..1c07737 100644 --- a/01_text_adventure/data/words.txt +++ b/01_text_adventure/data/words.txt @@ -59,3 +59,4 @@ KNOB|KNOB LEVER|LEVER HOOK|HOOK,SNAG,GRAP,CATCH WIRES|WIRES,WIRE,CABLE,CABLES +CLIMB|CLIMB From 9d9654adf6ee25f8d48e2bb59772e5dd9d6b1d69 Mon Sep 17 00:00:00 2001 From: Bill Rossi Date: Thu, 30 Jan 2025 17:14:28 -0500 Subject: [PATCH 6/6] Add title screen to intro --- 01_text_adventure/intro.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/01_text_adventure/intro.c b/01_text_adventure/intro.c index 6260027..d569109 100644 --- a/01_text_adventure/intro.c +++ b/01_text_adventure/intro.c @@ -14,7 +14,7 @@ void display_loading(void) { Intro *load_intro(void) { Intro *i = malloc(sizeof(Intro)); - i->textures = malloc(sizeof(Texture) * 2); + i->textures = malloc(sizeof(Texture) * 3); Image bgb = LoadImage("img/made_by_bgb.png"); i->textures[0] = LoadTextureFromImage(bgb); @@ -24,12 +24,16 @@ Intro *load_intro(void) { i->textures[1] = LoadTextureFromImage(ray); UnloadImage(ray); - i->texture_count = 2; + Image title = LoadImage("img/title.png"); + i->textures[2] = LoadTextureFromImage(title); + UnloadImage(title); + + i->texture_count = 3; i->timer = 0.; return i; } -#define SLIDE_TIME 2.0 +#define SLIDE_TIME 3.0 #define FADE_IN_TIME 0.5 #define FADE_OUT_TIME 0.5 void intro_display(Intro *intro) {