Page 1 of 3 123 LastLast
Results 1 to 15 of 33

Thread: coding a game

  1. #1
    Registered
    Join Date
    Oct 2004
    Posts
    12

    coding a game

    what programing languages can you use to write basic games such as a small RPG or what not. I don't know flash, though that seems to be a very popular way to write. I know c++, and thus i'm familuar with javascript's style, and am learning the calls and what not.

    Any idea's comments or suggestions are welcome. I preferably would like to avoid heavy bandwidth problems, though i can always buy more.

  2. #2
    Future AstonMartin driver r2d2's Avatar
    Join Date
    Dec 2003
    Location
    UK
    Posts
    1,608
    You mean a web based RPG? If so, I would think Flash would be the way to go, otherwise why not c++? Especially as you already know it.

  3. #3
    Registered Xander's Avatar
    Join Date
    Oct 2004
    Location
    UK
    Posts
    263
    Its dependant on what platform you want to play it on and what you have available. There are a lot of php online games but perhaps flash is better suited, it all depends.

  4. #4
    Registered
    Join Date
    Oct 2004
    Posts
    12
    I have no clue on how to intigrate html and c++. I'm rather new at this and only know html and a bit of java in reguards to web based stuff. I was hoping to have it play on a html browser or a pop up.

    Basicly for the anime site i would want it pop up, though the games most likley would be rather simplistic. For another site i would want it more html.

    thanks,

  5. #5
    Gimme Fries with that!
    Join Date
    Aug 2004
    Posts
    1,469
    i am doing a very elaborate RPG in php, enjoying it. But it has its limitations.

  6. #6
    Registered Member moonshield's Avatar
    Join Date
    Aug 2004
    Location
    Charlotte
    Posts
    1,281
    really? PHP? No, learn Java, the syntax is near C++ (I guess) and it would not be very difficult for a good programmer to learn.

    C#, Works with .Net.

  7. #7
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    If you mean a browser driven turn based game then any language will work, but its easy for these games to grow quickly and so make sure your code is efficient and your server powerful (or that you can easily port it to a new server).

    If you mean a MUD then thats different.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  8. #8
    Senior Member AndyH's Avatar
    Join Date
    May 2004
    Location
    Australia
    Posts
    553
    PHP/MySQL
    Optimize every table
    Optimize queries
    Don't use an image intense layout
    New website released. ya rly!

  9. #9
    Gimme Fries with that!
    Join Date
    Aug 2004
    Posts
    1,469
    Quote Originally Posted by thepoorman
    really? PHP? No, learn Java, the syntax is near C++ (I guess) and it would not be very difficult for a good programmer to learn.

    C#, Works with .Net.
    Yep.. 100% php. And its real time, not turn based. Everyone who has helped test expected a MUD till they logged in and realized its not a MUD, its a graphical game.

    Its been a bastard working on it alone, but its coming along well. I wouldnt reccomend a PHP rpg game if you can do it in flash, do it

  10. #10
    Future AstonMartin driver r2d2's Avatar
    Join Date
    Dec 2003
    Location
    UK
    Posts
    1,608
    So it runs in PHP on your server? How do you update the users page? Javascript or something?

    Dont really know much about these RPG/MUD games... So you 'play' the game in your web browser window?

  11. #11
    Gimme Fries with that!
    Join Date
    Aug 2004
    Posts
    1,469
    yeah you play in the browser window. Uses a mix of jscript and php.

  12. #12
    Registered Member moonshield's Avatar
    Join Date
    Aug 2004
    Location
    Charlotte
    Posts
    1,281
    what is the name of this PHP game? I would like to see this madness

  13. #13
    Gimme Fries with that!
    Join Date
    Aug 2004
    Posts
    1,469
    its still in testing.. so i can show it to you yet. I am a stickler like that. But I have 25 beta testers ripping around on a rampage killing one another in an apocalyptic world

  14. #14
    Senior Member AndyH's Avatar
    Join Date
    May 2004
    Location
    Australia
    Posts
    553
    Shameless self promotion:

    You could take a look at number 1, 2 or 3 link in my signature
    New website released. ya rly!

  15. #15
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755
    I was thinking about doing something similar to this...

    However, I thought of a problem. What I wanted to do was make some text appear on a normal page every few seconds or something, without the page refreshing. What language would you use for this? Anyone know a link to a tutorial?

    And Andy, did you make HoboWars? Did you code it all?
    Last edited by Mike; 11-24-2004 at 10:13 AM.
    Don't you just love free internet games ?

Similar Threads

  1. New to advertising.. need help with video game site
    By affl1ction in forum Advertising & Affiliate Programs
    Replies: 6
    Last Post: 10-07-2004, 03:42 PM
  2. Video Game Website For Sale
    By cameron in forum The Marketplace
    Replies: 1
    Last Post: 09-12-2004, 03:52 AM
  3. Are all .gov documents fair game?
    By Yoda in forum Business and Legal Issues
    Replies: 6
    Last Post: 04-26-2004, 03:16 PM
  4. Paid Advertising - Google isn't the only game in town!
    By byronm in forum The Marketplace
    Replies: 0
    Last Post: 03-26-2004, 10:09 PM
  5. Does anybody know of any Game related Affiliate Programs?
    By john190 in forum Advertising & Affiliate Programs
    Replies: 4
    Last Post: 03-18-2004, 05:08 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •