Game Coders And Programmers Wanted!

Here you can show your site or search/offer jobs.
User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

jason, to convince people to spend a lot of time and effort for such a project you have to present a sophisticated outline. for example what game engine you want to use? it is absolutely impossible to create a game from scratch (except you want to spend the next 100 years), so you have to use an already existing engine....
create and present a professional plan...then people will see you take it serious and it's not just a crude idea.

:wink:

User avatar
Big-E
Administrator
Administrator
Posts: 1332
Joined: 16 May 2007, 16:00
16
Location: IN UR ____ , ____ING UR _____ .
Contact:

Post by Big-E »

Yeah, what Bad_Brain said - except I just say it in an arrogant way.

I seriously only ask for even 10 lines of code from your cousin-inlaw's 'work' and I will be well on my way and perhaps begin to contemplate the possibility of an existing game.

User avatar
Nerdz
The Architect
The Architect
Posts: 1127
Joined: 15 Jun 2005, 16:00
18
Location: #db_error in: select usr.location from sucko_member where usr.id=63;
Contact:

Post by Nerdz »

Here is my 10 lines game. So, will you guys help me?

Code: Select all

#include <iostream>
#include <string>
int main()
{
     std::string strName("Guest");
     std::cout << "Welcome on my game, enjoy :)\n";
     std::cout << "Please enter your name:";
     std::cin >> strName;
     std::cout << "\n Name:" << strName
                   << "\n Class: Warrior"
                   << "\n Level: 1";
     return 0;
}
Give a man a fish, you feed him for one day.
Learn a man to fish, you feed him for life.

User avatar
jasonxxx102
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 176
Joined: 04 Feb 2008, 17:00
16
Contact:

Post by jasonxxx102 »

Oh ok thanks Nerdz Ill get the code by tomorrow.

User avatar
Nerdz
The Architect
The Architect
Posts: 1127
Joined: 15 Jun 2005, 16:00
18
Location: #db_error in: select usr.location from sucko_member where usr.id=63;
Contact:

Post by Nerdz »

jasonxxx102 wrote:Oh ok thanks Nerdz Ill get the code by tomorrow.
#-o

I guess someone didn't get it... :roll:
Give a man a fish, you feed him for one day.
Learn a man to fish, you feed him for life.

User avatar
hpprinter100
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 214
Joined: 19 Oct 2007, 16:00
16
Contact:

Post by hpprinter100 »

dude upload the source to rapidshare or somewhere then people who are intested can take a look at it and if they can do the job

Locked