Wifi and Lua Player

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
c5cha7
Posts: 14
Joined: Wed Oct 05, 2005 9:36 pm

Wifi and Lua Player

Post by c5cha7 »

Hi yall
Will Shine ever add wifi support to lua player?
Or if i learn c+ could i add wifi support?
I Wanna make a cool game that has wifi support
and you can share info and stuff with your freinds.
But i need to know if this is all possible.

Also
How can i add A.I to Lua Player?
Currently Working On
PSP Chao Garden - Lua
Next Project might be
Dragon Ball P
or Metroid Prime
Zenurb
Posts: 106
Joined: Fri Sep 30, 2005 8:33 am
Location: United Kingdom
Contact:

Post by Zenurb »

There are some good AI tutorials on google, wifi support on PSP is very flakey right now, wait until someone makes a good library for it.
Proud Dvorak User
US 1.5 PSP (Original)
c5cha7
Posts: 14
Joined: Wed Oct 05, 2005 9:36 pm

Post by c5cha7 »

What Lua A.I function's?
If you could find me a site or a
Code string to start with then that would
be greatley appreciated.

I Might search google now.

So is wifi a bad idea?
Currently Working On
PSP Chao Garden - Lua
Next Project might be
Dragon Ball P
or Metroid Prime
MikeHaggar
Posts: 116
Joined: Mon Jul 18, 2005 2:20 am

Post by MikeHaggar »

You have to program your own AI

http://www.gamedev.net/reference/list.asp?categoryid=18 <- Check there for lots of info.
c5cha7
Posts: 14
Joined: Wed Oct 05, 2005 9:36 pm

Post by c5cha7 »

Thank's
I Get alot of help here :D
Will this take long?
And how can i implent it into a lua function?
Currently Working On
PSP Chao Garden - Lua
Next Project might be
Dragon Ball P
or Metroid Prime
c5cha7
Posts: 14
Joined: Wed Oct 05, 2005 9:36 pm

Post by c5cha7 »

K A.I
Seem's alittle out of my league.
How can i tell the Lua Player to count each time my program eat's a egg or a apple?
Currently Working On
PSP Chao Garden - Lua
Next Project might be
Dragon Ball P
or Metroid Prime
Bob535
Posts: 56
Joined: Fri Nov 04, 2005 6:52 am

Post by Bob535 »

if apple == eaten
appleseaten = appleseaten + 1
end

or something liket that.
Post Reply