The Fake Choice Challenge

I have a challenge, if anyone’s up to it.

I had the notion that it should be possible to create a short game using nothing but *fake_choices. Fake_choices which change nothing. No reaction text. No gotos. No stat changes or setting of variables. Just the choice itself. Shall we call these faux-choices or phony-choices?

But the text of the choices themselves would have an impact on the reader if not on anything else. I have an inkling of how this could be done. Actually I have a few ideas but I’m interested on anyone else’s take.

So does anyone want to give it a go? No need to do anything long. I was thinking just a very short scene. Call it an experiment to see how far we can stretch these phony choices and if they can actually be used to some effect.

So you’re essentially wanting us to make another Heroes Rise?

2 Likes

lol,
i actually found heroes rise quite interesting

@Prototype
It has good writing, but you can’t deny that describing it as linear is an understatement:P

true but i hardly ever replay any games so it was like any other for me

@Prototype
Except the other CS novels give you a customized version of the game

No! I thought Heroes Rise was great. It wasn’t as linear as everyone lead me to believe. There were still choices in there. I think it’s easy to disparage Heroes Rise. The one game I did find extremely linear was Choice of the Ninja. But even that at least had reactions to your choices, even if it didn’t remember what decisions you’d made. I’m not sure if it’s still the case in the full version or not.

Definitely nothing long, or time-consuming, or even polished in any way. I’m just saying a short scene. Stretch yourself, see if you can find a way to make fake_choices have an impact and be important, even if they don’t change anything concrete. Think outside the box.

Good thing i didn’t buy Choice of Ninja then :stuck_out_tongue:

I myself have vowed never to use a faux choice, but I’d love to see what everyone else can do with a scene fully comprised of them.

i could because i have yet to code my mini intro story but i am afraid i will ruin it, maybe i can recode it

If you need help with code there’s plenty of people who will. You could even just put it not coded properly.

Sounds interesting, a little like a novel but I may try this challenge :stuck_out_tongue:

well i do know the basic but yeah some stuff i don’t understand, i am not in coding yet but thanks, i will

This could prove interesting, are we allowed to have custom responses per choice, as long as no variables are set or *goto’s are called?

e.g.


*fake_choice
   #Red ball
     You like red? I like red. 
   #Blue ball
     Boring blue. I don't like blue (or you).

1 Like

I think a true test of the challenge would be not even a customised response. Since there are games, like Choice of the Ninja, which just uses the customised responses, even if everything does feed back, eventually to the main plot line.

That said, if you want to do customised responses, go ahead. The whole thing is to see if we can push faux-choices after all.

I’d see it more as


Which colour of ball do you pick?

*fake_choice
    #I love red!
    #Blue, it's boring, just like you.
    #Purple, fit for any Queen. 
    #Green is so environmentally friendly!
    #Black, like the colour of my soul.

1 Like

Hmm… a game based on a scenario where every path is predistined to end up the same way, where our only choices are, at best, cosmetic, sounds to me like you’re asking us to make a congress/parliamentary election game FG.

1 Like

@Idnotlikeusernames

OH! You should do that. :slight_smile: It just needs to be a very, very short thing. Even a couple of choices would be enough. Actually I love that idea. DO IT!

@idonotlikeusernames

yup no pressure, just do it or die :slight_smile:

I just watched an old clip from Mr Bean. After Bean cuts customers hair while the hairdresser is busy, most come back and complain later. However one, short-sighted, is pleased with his ‘hair cut’. As he leaves, he says to the hairdresser “Thank you very much Derek.” The customer is genuine, but the hairdresser understands it as sarcasm.

I’m sure this could be used (perhaps only once or twice) with a fake choice to give a very different outcome to a choice despite the same text.

@dfabulich has long theorized that such a game should not only be possible, but desired. The best effort-to-length ratio, after all.