| View previous topic :: View next topic |
| Author |
Message |
c5cha7
Joined: 05 Oct 2005 Posts: 14
|
Posted: Wed Nov 02, 2005 10:17 pm Post subject: Wifi and Lua Player |
|
|
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 |
|
| Back to top |
|
 |
Zenurb
Joined: 30 Sep 2005 Posts: 106 Location: United Kingdom
|
Posted: Thu Nov 03, 2005 12:06 am Post subject: |
|
|
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) |
|
| Back to top |
|
 |
c5cha7
Joined: 05 Oct 2005 Posts: 14
|
Posted: Thu Nov 03, 2005 12:21 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
MikeHaggar
Joined: 18 Jul 2005 Posts: 116
|
|
| Back to top |
|
 |
c5cha7
Joined: 05 Oct 2005 Posts: 14
|
Posted: Thu Nov 03, 2005 2:09 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
c5cha7
Joined: 05 Oct 2005 Posts: 14
|
Posted: Thu Nov 03, 2005 2:46 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
Bob535
Joined: 04 Nov 2005 Posts: 56
|
Posted: Fri Nov 04, 2005 7:21 am Post subject: |
|
|
if apple == eaten
appleseaten = appleseaten + 1
end
or something liket that. |
|
| Back to top |
|
 |
|