Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Making A Turn Based Game Like Ogame, Help would be nice =D
RDFXpro
post Mar 21 2007, 04:05 PM
Post #1


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 2
Joined: 21-March 07
Member No.: 20,996



The Idea came to me and Just wanted to know what kind of code I'll need to know ect ect
Also Help would be nice, because I'm kind of fresh =D
[Jamie]x
Go to the top of the page
 
+Quote Post
SilverFox
post Mar 21 2007, 06:12 PM
Post #2


Premium Member
Group Icon

Group: Members
Posts: 206
Joined: 26-February 07
From: Texas
Member No.: 20,598



Probably PHP I'd guess. PHP is a dynamic server side code for online things. Its used for everything from gaming to Content Management Systems (CMS) and forums. You will need MYSQL or another php linkable database. Then you will need to learn PHP. You could also I think make an online application in VB but not sure.

C/C++ I don't think can be used online and for browser based games PHP is the way to go. Also Java is used but I'd say PHP
Some PHP help is here.

This post has been edited by SilverFox: Mar 21 2007, 06:17 PM
Go to the top of the page
 
+Quote Post
nexuslite
post Mar 31 2007, 04:06 PM
Post #3


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 2
Joined: 27-June 06
Member No.: 14,159



C could be used as a CGI script but if you want to get the project completed fast I would recommend php. Then either MySQL or PostgreSQL. MySQL appears on all linux based servers PostgreSQL only appears on some. Keep in mind however a text turn based game is a huge undertaking. The one I wrote took me 3 months. However, it was the second project I had ever done in PHP I would imagine an experienced PHP programmer could do it faster.

QUOTE(SilverFox @ Mar 21 2007, 11:12 AM) *
Probably PHP I'd guess. PHP is a dynamic server side code for online things. Its used for everything from gaming to Content Management Systems (CMS) and forums. You will need MYSQL or another php linkable database. Then you will need to learn PHP. You could also I think make an online application in VB but not sure.

C/C++ I don't think can be used online and for browser based games PHP is the way to go. Also Java is used but I'd say PHP
Some PHP help is here.

Go to the top of the page
 
+Quote Post
RDFXpro
post Mar 31 2007, 04:32 PM
Post #4


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 2
Joined: 21-March 07
Member No.: 20,996



I want to make a team of devlopers to make the game
Until I can get devlopers to help, then i can't start
[Jamie]x
Go to the top of the page
 
+Quote Post
robert2411
post Sep 27 2007, 05:47 PM
Post #5


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 23
Joined: 27-September 07
Member No.: 25,159



making a online game as ogame cost a lot of time
its something you cant make in 10 hours
so that you know that
Go to the top of the page
 
+Quote Post
Network
post Oct 29 2007, 09:27 PM
Post #6


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 23
Joined: 23-October 07
From: Yorkshire, England
Member No.: 25,674



I had this problem to at one point, what i did was search Google for "Open-Source" games, these are games in which you can download all of the coding and see how it all works, this helps
Go to the top of the page
 
+Quote Post
Blaise
post Nov 4 2007, 03:51 PM
Post #7


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 28
Joined: 4-November 07
Member No.: 25,937



You'll need HTML, javascript, a server side language like PHP, ASP, PYTHON or something similar and SQL.

Creating a game like Ogame takes a lot of time especially if you're working on it alone. I'm not saying it's not accomplishable but it takes a lot of time.

I myself written an online game that's a lot simpler than ogame and the coding process took 1 month of hard work. And this is nothing special, it's just a simple, pretty basic game with not too many features and stuff.
Go to the top of the page
 
+Quote Post
iGuest
post May 26 2008, 04:41 PM
Post #8


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



Replying to RDFXpro
Email me I am fairly new to php but I know quite a bit I want to make a game as well

Rugbyismysoulx@hotmail.Co.Uk

We can talk and see if what we want to make is similiar
Go to the top of the page
 
+Quote Post
FirefoxRocks
post May 28 2008, 11:22 PM
Post #9


Super Member
Group Icon

Group: [HOSTED]
Posts: 701
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464



I have played oGame a very long time ago and believe me, doing something like that could take many months. You would need to keep in mind users, ships, attack and defense calculations, buildings, positioning (time to travel) and most importantly, how you are doing to programming the calcuations and the database.

I have used PHP in the past, but have never taken on a project of this size. So far I manage a little site with a login and a few tables to store information, but nothing like game computations.
Go to the top of the page
 
+Quote Post
iGuest
post Aug 9 2008, 04:21 PM
Post #10


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



First of all you should turn off your computer and make a concept document where you will write down your ideas/descriptions about game world,what players could 'make with it',what they will obtain after build structure A and what after struc.B,what resources will contain your world etc.

Next, will be creating a game design document where confirmed ideas and made decisons about the project creates a plan of functionality for you or development team.

After that you must make a precisious normalized data base schema. Believe me that those documents are useful in development process and they are not a waste of time.Especialy a data-base schema if you not want to start over and over again with creating new data-base.

With good knowledge of PHP,SQL,after 12months(dev+design),few books about game design process I almost done development part. 2 more months and my game(dream) will be finished.

Believe me that good design and documentation made at beginning will save your time later.

I wish you good luck.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How To Make A Text Based Online Game Script ?(23)
  2. Help Me Create A Text-based, Turn-based Game(10)
  3. I Want To Create A PHP Text Based Web Game(5)
  4. Advice About Making A Text Based Game(9)
  5. Help Creating A Browser-based Rpg(5)
  6. Great Game Making Program For Beginners(9)
  7. Text Based Internet Site Game...(2)
  8. This Is Def. A Big Topic I See, I Want To Mke An Online Text Based Game(5)
  9. Easily Making A Game(2)
  10. Powerpoint Based Games!(18)
  11. Need Help In Game Making(3)
  12. Need Help With Codeing For A Turn Based Game(0)
  13. What You Need Before You Can Create A Text-based Game..(7)
  14. Browser Based Text Games(2)


 



- Lo-Fi Version Time is now: 12th October 2008 - 08:56 PM