Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: Freyaday on June 04, 2012, 01:03:05 pm

Title: [Contest Entry] AntiZer0
Post by: Freyaday on June 04, 2012, 01:03:05 pm
Ever feel like the Random Number Generator has it in for you?
Is it conspiring against you, plotting to ensure you never get what you need?
Now, you can fight back.
The computer sat down for a nice game of Zer0es (http://ourl.ca/9852), and you get the chance to have your revenge as the Random Number God.

Your task?
Make the computer cry.

Or, failing that, at least make it quit in frustration.

But you have to be fast--if the numbers run out, you lose, and it gets faster every time the computer makes a 0
If it makes all eight numbers at the bottom 0, it wins, and you lose.
Title: Re: [Contest Entry] AntiZer0
Post by: jsj795 on June 04, 2012, 08:07:32 pm
oooh this sounds interesting! Now you're the random number generator!
Title: Re: [Contest Entry] AntiZer0
Post by: Wretchedlout on June 04, 2012, 08:28:26 pm
Lol nope
Code: [Select]
Delvar L data
62->dim L data
Clear home
Clr draw
For a,1,3000
Rnd int 1,62->B
L data (B)+1->L data(B)
Pxl on b,L data(B)
End
Title: Re: [Contest Entry] AntiZer0
Post by: Freyaday on June 05, 2012, 12:26:47 am
Lol nope
Code: [Select]
Delvar L data
62->dim L data
Clear home
Clr draw
For a,1,3000
Rnd int 1,62->B
L data (B)+1->L data(B)
Pxl on b,L data(B)
End
Um, how is this relevant?
Title: Re: [Contest Entry] AntiZer0
Post by: LincolnB on June 05, 2012, 04:48:11 pm
Wait, I don't get it. What exactly do you do in this game?
Title: Re: [Contest Entry] AntiZer0
Post by: Freyaday on June 06, 2012, 12:55:21 am
Wait, I don't get it. What exactly do you do in this game?
The computer's playing a game, and you're trying to make it lose. Or cry. Or quit in frustration. One of the three.
Title: Re: [Contest Entry] AntiZer0
Post by: LincolnB on June 14, 2012, 02:38:39 pm
Um, ok...so is it a text-based chatbot type of thing? Do you have any game mechanics planned out?
Title: Re: [Contest Entry] AntiZer0
Post by: jsj795 on June 15, 2012, 10:33:57 am
Um, ok...so is it a text-based chatbot type of thing? Do you have any game mechanics planned out?

Basically, this game reverses the roles of you and AI (AI takes over you, and you take over random number generator) of this game:
http://ourl.ca/9852

So you're in control of what numbers will fall, and AI will move the falling numbers left and right. Your job is to provide numbers that will make AI have hard time getting high scores.

At least, that's how I understood it from the first post.
Title: Re: [Contest Entry] AntiZer0
Post by: Nick on June 15, 2012, 12:55:46 pm
Um, ok...so is it a text-based chatbot type of thing? Do you have any game mechanics planned out?

Basically, this game reverses the roles of you and AI (AI takes over you, and you take over random number generator) of this game:
http://ourl.ca/9852

So you're in control of what numbers will fall, and AI will move the falling numbers left and right. Your job is to provide numbers that will make AI have hard time getting high scores.

At least, that's how I understood it from the first post.
wow, if this is true it'll be nice :) making this AI can be hard i think, to make it look for the most efficient options and moving it the way it has to ö well, good luck
Title: Re: [Contest Entry] AntiZer0
Post by: aeTIos on June 15, 2012, 05:42:21 pm
Very cool idea :D
Title: Re: [Contest Entry] AntiZer0
Post by: Freyaday on June 17, 2012, 05:53:12 pm
Um, ok...so is it a text-based chatbot type of thing? Do you have any game mechanics planned out?

Basically, this game reverses the roles of you and AI (AI takes over you, and you take over random number generator) of this game:
http://ourl.ca/9852

So you're in control of what numbers will fall, and AI will move the falling numbers left and right. Your job is to provide numbers that will make AI have hard time getting high scores.

At least, that's how I understood it from the first post.
wow, if this is true it'll be nice :) making this AI can be hard i think, to make it look for the most efficient options and moving it the way it has to ö well, good luck
Actually, I already made an AI that plays it. Now I just have to recreate it, and get it to use the preview.
Title: Re: [Contest Entry] AntiZer0
Post by: DJ Omnimaga on July 22, 2012, 04:40:22 pm
What happened to this entry? D:
Title: Re: [Contest Entry] AntiZer0
Post by: Freyaday on July 23, 2012, 11:34:45 pm
What happened to this entry? D:
Surprise Life. Can I get this moved to BASIC?
Title: Re: [Contest Entry] AntiZer0
Post by: shmibs on July 24, 2012, 12:31:06 am
it already was, wasn't it?
Title: Re: [Contest Entry] AntiZer0
Post by: DJ Omnimaga on July 24, 2012, 02:04:28 am
From memory Frey's main language was Axe. Maybe he switched this particular game to BASIC recently.
Title: Re: [Contest Entry] AntiZer0
Post by: Freyaday on July 24, 2012, 01:26:11 pm
I guess it was. Huh.