frontalwarfare.com Posted August 4, 2011 Posted August 4, 2011 I'm completely new to PHP and i'm making a game called frontalwarfare, it is a FPS as well as it being a text-based game. So I need to know PHP/MySQL. All I know is <?php echo "hello" if $userlevel == 50 echo "You are level 50" else echo "You aren't level 50" ?> I'm also designing two websites, well one I will hopefully design in the near future and the one i'm currently designing is called Battlefield of Freedom 1943, it doesn't currently have a domain. Quote
runthis Posted August 4, 2011 Posted August 4, 2011 Awesome, i am glad to see someone learning a new skill. I have a great video tutorial (like ten+ lessons with practice lessons and worksheets) from Lynda.com for php/mysql and i would not mind zipping it up and emailing it your way for free. Just PM me your email address. :) Quote
a_bertrand Posted August 4, 2011 Posted August 4, 2011 No way you will make a first person shooter with PHP (FPS) or I misunderstood your acronym. As a FPS is 3D game... so I hardly see how you plan to do that with PHP. Now, if you want to make a game, it's certainly something cool to do, and wish you good luck ;) Quote
frontalwarfare.com Posted August 4, 2011 Author Posted August 4, 2011 It uses python and php, the python for the fps and the php for buying guns, training players speed stuff like that. Quote
a_bertrand Posted August 4, 2011 Posted August 4, 2011 Python running inside the browser? No way... Quote
frontalwarfare.com Posted August 4, 2011 Author Posted August 4, 2011 No, you download the FPS to play like a PC game and then in the the web browser you can train stats using PHP which affects the FPS by using MySQL. Quote
Sim Posted August 4, 2011 Posted August 4, 2011 What 3d engine you using with python? I am guessing he wants a web store that updates his game. Quote
frontalwarfare.com Posted August 5, 2011 Author Posted August 5, 2011 I've tried it before and still have it but i didn't like it that much, I thought it was only good for the first person controller. Quote
a_bertrand Posted August 5, 2011 Posted August 5, 2011 Nope it's really great for any 3D needs which require to run either as standalone or yet better inside the browser. Now, it works well on mac and windows not yet on linux as far as I know. Also you can develop for iPhone and android or wii or xbox... which seems great for me. Far more powerful than blender. Quote
bluegman991 Posted August 5, 2011 Posted August 5, 2011 Yes you can develop for any console now. But when developing for xbox,ps3,wii there is a publishing fee(somewhere around $10,000 usd), and the game has to be approved. Quote
Sim Posted August 5, 2011 Posted August 5, 2011 I thought Blender was a 3d graphics program? Not a 3d engine. They are publishing licenses, they are actually development licenses which does not gaurantee your game will even be published. You have to find your own publisher. Quote
frontalwarfare.com Posted August 7, 2011 Author Posted August 7, 2011 So where can I learn PHP? Quote
a_bertrand Posted August 7, 2011 Posted August 7, 2011 You may check php.net or any web tutorials. If you know Python it should not take you that long to understand PHP. Quote
frontalwarfare.com Posted August 7, 2011 Author Posted August 7, 2011 From me, but you denied. Yes, but you said I had to pay. Quote
Dominion Posted August 7, 2011 Posted August 7, 2011 Well there are many sites to get the basics... http://php.net/tut.php http://www.w3schools.com/php/ http://www.tizag.com/phpT/ there are more sites like this out there, and even more for tutorials on specific things. If you need help pop into chat or create a thread. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.