[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 10-22-2005, 03:36 PM   #1 (permalink)
NamePros Regular
 
Join Date: Jul 2005
Location: U.S.A.
Posts: 655
0.00 NP$ (Donate)

Coolprogram has a spectacular aura aboutCoolprogram has a spectacular aura about


How do you make...

How do you make a browser based game? I want to know this because i am hoping to be able to make a game. So can somone please help me?
Thanks,
-Coolprogram
P.S. Can you make a browser based game with C++?
Coolprogram is offline  
Old 10-22-2005, 04:20 PM   #2 (permalink)
DNOA Member
 
mholt's Avatar
 
Join Date: May 2004
Location: Utah
Posts: 5,041
18.01 NP$ (Donate)

mholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant future

Autism Marrow Donor Program 9/11/01 :: Never Forget Multiple Sclerosis Adoption Alzheimer's Lou Gehrig's Disease (ALS)
With C++? Not really, but you could with C# or ASP.NET if you have a Windows host. Really, behind-the-scenes, PHP is just C++ code.

To make a browser-based game, just make a bunch of PHP code that does stuff... it really depends on the type of game you want to make.
__________________
codeboards

A high-quality community of programmers -- Join today and post! We want new members!
mholt is offline  
Old 10-22-2005, 10:15 PM   #3 (permalink)
Senior Member
 
commes's Avatar
 
Join Date: May 2005
Location: Regina, Sask, Canada
Posts: 1,323
36.55 NP$ (Donate)

commes is just really nicecommes is just really nicecommes is just really nicecommes is just really nice


i was wondering the same thing as well, but what kind of php would you have to use?cookies, sessions etc.?would you also maybe have to use a bit of javascript?
commes is offline  
Old 10-22-2005, 11:26 PM   #4 (permalink)
NamePros Member
 
Join Date: Oct 2005
Location: USA
Posts: 196
7.05 NP$ (Donate)

ralxz is an unknown quantity at this point


You will have to use a bit of everything. Browser based games become terribly difficult if you try to add many features.

A user registration system would be the first step.
__________________
Freelance Graphic Designer for Hire
Portfolio

Contact info here.
ralxz is offline  
Old 10-24-2005, 10:31 AM   #5 (permalink)
Account Suspended
 
thomaslgates's Avatar
 
Join Date: Oct 2005
Location: India
Posts: 672
169.75 NP$ (Donate)

thomaslgates is just really nicethomaslgates is just really nicethomaslgates is just really nicethomaslgates is just really nice


I dont think you can make a browser based game with C++ but you can with FLASH and JAVA. If you kno them, then I will be ready to help you out!
thomaslgates is offline  
Old 10-24-2005, 11:04 AM   #6 (permalink)
Pro Coder & Designer
 
xlusive's Avatar
 
Join Date: Apr 2005
Location: Netherlands
Posts: 964
101.50 NP$ (Donate)

xlusive is just really nicexlusive is just really nicexlusive is just really nicexlusive is just really nicexlusive is just really nice


Quote:
Originally Posted by ralxz
You will have to use a bit of everything. Browser based games become terribly difficult if you try to add many features.

A user registration system would be the first step.

well it depends how you develop your code

at first stage the code you are using will be somewhat garbage, but then a couple of months later you just improve the code and you can add new features without any problems
__________________
Online Dragonball Game
xlusive is offline  
Old 10-25-2005, 04:23 PM   #7 (permalink)
NamePros Regular
 
Join Date: Jul 2005
Location: U.S.A.
Posts: 655
0.00 NP$ (Donate)

Coolprogram has a spectacular aura aboutCoolprogram has a spectacular aura about


I sorta know JAVA but for some reasons it doesnt work on my computer. I had programs and everything installed but it didnt work. if you can get me one that works for Windows XP then that would be useful. I am still learning JAVA though lol.
Coolprogram is offline  
Old 10-25-2005, 04:43 PM   #8 (permalink)
Account Closed
 
axilant's Avatar
 
Join Date: May 2004
Location: /etc/passwd
Posts: 2,194
0.00 NP$ (Donate)

axilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to behold


yes it can be done in c++.

http://ectroverse.drownedworld.de/
axilant is offline  
Old 10-28-2005, 12:39 AM   #9 (permalink)
New Member
 
Join Date: Oct 2005
Posts: 21
0.00 NP$ (Donate)

oghost is an unknown quantity at this point


my friend is working on one of those games.. i heard it takes months to finish..
oghost is offline  
Old 10-29-2005, 10:00 AM   #10 (permalink)
NamePros Member
 
RaptorRex's Avatar
 
Join Date: Dec 2004
Posts: 90
172.00 NP$ (Donate)

RaptorRex is an unknown quantity at this point


Depends on what kind of game you are talking about. I've written all kinds of games and the most important thing is to pick the right tools after you work out exactly what you want and how it will be used.

You can do a simple card game in Javascript.
You can do a 3D shooter in Java or C++
You can do animation based games in Flash.
You can write a plugin game in C++.
PHP? wouldn't be much of a game. I suppose a word game or something weak with pictures. PHP is pablum. You can't write a serious graphical game with it.

Decide what kind of game you want, what platform, and then choose the right language and development tools.
__________________
http://UpWithABang.com/clips - free mail forms, guestbooks, and more
http://UpWithABang.com/developer-resources.html - for web tutorials, how-tos, and more
Free game download: http://UpWithABang.com/52Pickup - it's fun. Trust me. I'm a developer.
RaptorRex is offline  
Old 10-29-2005, 12:01 PM   #11 (permalink)
NamePros Regular
 
Join Date: Jul 2005
Location: U.S.A.
Posts: 655
0.00 NP$ (Donate)

Coolprogram has a spectacular aura aboutCoolprogram has a spectacular aura about


Okay thanks for the info people i appreciate all the help. I will probably start with JAVA because i some what know it, but i need to learn how to use it. well thanks,
-Coolprogram
Coolprogram is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Make a Living in the Domain Business danielr Domain Name Discussion 134 10-24-2005 02:57 AM
How to make vector outlines in Photoshop? will7 Graphic Design / Flash 3 05-22-2005 09:10 AM
"It Takes Money to Make Money" <-- Fact or Fiction? mai Website Development 2 04-26-2004 10:17 PM

Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 07:17 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85