Author Topic: Omnimaga Programming Contest 2012: Artificial Intelligence  (Read 51881 times)

0 Members and 1 Guest are viewing this topic.

Offline Loulou 54

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 165
  • Rating: +39/-0
    • View Profile
    • Mes programmes sur TI bank.
Re: Omnimaga Programming Contest 2012: Artificial Intelligence
« Reply #105 on: June 16, 2012, 12:55:59 pm »
In the Nspire Basic section, Lua isn't allowed at all ?
Some of my program available here.. :)
http://ti.bank.free.fr/index.php?mod=archives&ac=voir2&id=1471

     

Offline blue_bear_94

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 801
  • Rating: +25/-35
  • Touhou Enthusiast / Former Troll / 68k Programmer
    • View Profile
Re: Omnimaga Programming Contest 2012: Artificial Intelligence
« Reply #106 on: June 16, 2012, 12:57:59 pm »
There's a separate Lua section, so I guess not.
Due to dissatisfaction, I will be inactive on Omnimaga until further notice. (?? THP hasn't been much success and there's also the CE. I might possibly be here for a while.)
If you want to implore me to come back, or otherwise contact me, I can be found on GitHub (bluebear94), Twitter (@melranosF_), Reddit (/u/Fluffy8x), or e-mail (if you know my address). As a last resort, send me a PM on Cemetech (bluebear94) or join Touhou Prono (don't be fooled by the name). I've also enabled notifications for PMs on Omnimaga, but I don't advise using that since I might be banned.
Elvyna (Sunrise) 4 5%
TI-84+SE User (2.30 2.55 MP 2.43)
TI-89 Titanium User (3.10)
Casio Prizm User? (1.02)
Bag  東方ぷろの

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Omnimaga Programming Contest 2012: Artificial Intelligence
« Reply #107 on: June 16, 2012, 01:45:41 pm »
Yeah, if your game is in Lua, it logically goes in the Lua section.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline MGOS

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +95/-0
    • View Profile
Re: Omnimaga Programming Contest 2012: Artificial Intelligence
« Reply #108 on: June 16, 2012, 01:47:08 pm »
What category do I have to submit in when I use Axe with my own Asm routines?

Offline blue_bear_94

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 801
  • Rating: +25/-35
  • Touhou Enthusiast / Former Troll / 68k Programmer
    • View Profile
Re: Omnimaga Programming Contest 2012: Artificial Intelligence
« Reply #109 on: June 16, 2012, 02:02:39 pm »
Axe and Assembly share a category.
Due to dissatisfaction, I will be inactive on Omnimaga until further notice. (?? THP hasn't been much success and there's also the CE. I might possibly be here for a while.)
If you want to implore me to come back, or otherwise contact me, I can be found on GitHub (bluebear94), Twitter (@melranosF_), Reddit (/u/Fluffy8x), or e-mail (if you know my address). As a last resort, send me a PM on Cemetech (bluebear94) or join Touhou Prono (don't be fooled by the name). I've also enabled notifications for PMs on Omnimaga, but I don't advise using that since I might be banned.
Elvyna (Sunrise) 4 5%
TI-84+SE User (2.30 2.55 MP 2.43)
TI-89 Titanium User (3.10)
Casio Prizm User? (1.02)
Bag  東方ぷろの

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: Omnimaga Programming Contest 2012: Artificial Intelligence
« Reply #110 on: June 16, 2012, 02:04:41 pm »
i don't want to be the bad guy, but please, before you ask questions read the FIRST post, almost everything you need to know is in there..

it's just because i've seen ten times the same questions by now, and i think it's kinda frustrating if people are too lazy to read the first post instead.

Offline MGOS

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +95/-0
    • View Profile
Re: Omnimaga Programming Contest 2012: Artificial Intelligence
« Reply #111 on: June 16, 2012, 02:20:15 pm »
I read it when it was posted first, but it was arranged differently I think. Thanks though

Offline parserp

  • Hero Extraordinaire
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1455
  • Rating: +88/-7
  • The King Has Returned
    • View Profile
Re: Omnimaga Programming Contest 2012: Artificial Intelligence
« Reply #112 on: June 17, 2012, 12:12:23 am »
i don't want to be the bad guy, but please, before you ask questions read the FIRST post, almost everything you need to know is in there..

it's just because i've seen ten times the same questions by now, and i think it's kinda frustrating if people are too lazy to read the first post instead.
^^^^This man has been using his brains O.O

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Omnimaga Programming Contest 2012: Artificial Intelligence
« Reply #113 on: June 17, 2012, 10:15:13 am »
Good AI for contest: Snake game that has AI snake in it along with your snake and you must compete for the food and grow longest, while trying to make the opponent's head run into wall.
I don't know how we did this, but jsj and I came up with the same idea within about 26 hours of each other completely independently of each other.  I began work on a program as described above thinking that if it's fast enough in TI Basic, I'll enter it in the competition.  Right now it needs optimizations, but if I get some in there I think I can make it fast enough that I'll consider entering it.  It's also worth noting that my AI is super simple right now, as I've only placed the foundation for it.

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Omnimaga Programming Contest 2012: Artificial Intelligence
« Reply #114 on: June 17, 2012, 10:22:09 am »
It's been a long time since you heve been on here isnt it?
I'm not a nerd but I pretend:

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Omnimaga Programming Contest 2012: Artificial Intelligence
« Reply #115 on: June 17, 2012, 10:23:12 am »
It's been a long time since you heve been on here isnt it?
Yeah, it's been a while.  I generally check once or twice a month, and I rarely post much anymore.

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Omnimaga Programming Contest 2012: Artificial Intelligence
« Reply #116 on: June 19, 2012, 07:32:20 am »
Good to see you around Ztrumpet. Good luck with your contest entry! =)

Offline jsj795

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1105
  • Rating: +84/-3
    • View Profile
Re: Omnimaga Programming Contest 2012: Artificial Intelligence
« Reply #117 on: June 19, 2012, 07:45:35 am »
Good AI for contest: Snake game that has AI snake in it along with your snake and you must compete for the food and grow longest, while trying to make the opponent's head run into wall.
I don't know how we did this, but jsj and I came up with the same idea within about 26 hours of each other completely independently of each other.  I began work on a program as described above thinking that if it's fast enough in TI Basic, I'll enter it in the competition.  Right now it needs optimizations, but if I get some in there I think I can make it fast enough that I'll consider entering it.  It's also worth noting that my AI is super simple right now, as I've only placed the foundation for it.

wow hahaha I just merely elaborated on this:
So something like Siri doesn't work, unless it includes Snake (2-player) with it?

And I was like hmmm, snake with AI, well, 2 snakes, 1 player and 1 AI seems pretty good idea :)

And good luck ztrumpet! hopefully you can finish it!


Spoiler For funny life mathematics:
1. ROMANCE MATHEMATICS
Smart man + smart woman = romance
Smart man + dumb woman = affair
Dumb man + smart woman = marriage
Dumb man + dumb woman = pregnancy
2. OFFICE ARITHMETIC
Smart boss + smart employee = profit
Smart boss + dumb employee = production
Dumb boss + smart employee = promotion
Dumb boss + dumb employee = overtime
3. SHOPPING MATH
A man will pay $2 for a $1 item he needs.
A woman will pay $1 for a $2 item that she doesn't need.
4. GENERAL EQUATIONS & STATISTICS
A woman worries about the future until she gets a husband.
A man never worries about the future until he gets a wife.
A successful man is one who makes more money than his wife can spend.
A successful woman is one who can find such a man.
5. HAPPINESS
To be happy with a man, you must understand him a lot and love him a little.
To be happy with a woman, you must love her a lot and not try to understand her at all.
6. LONGEVITY
Married men live longer than single men do, but married men are a lot more willing to die.
7. PROPENSITY TO CHANGE
A woman marries a man expecting he will change, but he doesn't.
A man marries a woman expecting that she won't change, and she does.
8. DISCUSSION TECHNIQUE
A woman has the last word in any argument.
Anything a man says after that is the beginning of a new argument.

Girls = Time * Money (Girls are a combination of time and money)
Time = Money (Time is money)
Girls = Money squared (So, girls are money squared)
Money = sqrt(Evil) (Money is also the root of all evil)
Girls = sqrt(Evil) squared (So, girls are the root of all evil squared)
Girls = Evil (Thus, girls are evil)
*Girls=Evil credit goes to Compynerd255*

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Omnimaga Programming Contest 2012: Artificial Intelligence
« Reply #118 on: June 22, 2012, 12:08:13 pm »
And good luck ztrumpet! hopefully you can finish it!
Yeah, about that...
Turns out in TI-Basic I can't make it fast enough to be enjoyable while playing, and that's with the simplest AI possible.  So I'm scraping the idea. :/

I may still enter something; it depends if I get another idea or not.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Omnimaga Programming Contest 2012: Artificial Intelligence
« Reply #119 on: July 01, 2012, 01:32:31 am »
Less than a week to go!  Hopefully we'll all get to see some pretty cool entries; I just finished mine.  (I'm not going to say what it is yet, just remember that it has nothing to do with snake, as detailed above).