Poll

Why do you make games?

For Money $$$!
0 (0%)
To Provide Others Entertainment
4 (28.6%)
To Have Power Over Players
0 (0%)
Because I can
5 (35.7%)
I Like Pie!
5 (35.7%)

Total Members Voted: 14

Author Topic: Why do you make games?  (Read 1914 times)

Offline Waizujin

  • Level 15
  • *
  • Posts: 132
  • Reputation: +1/-0
    • View Profile
Why do you make games?
« on: July 06, 2008, 11:41:51 PM »
So as the subject says, why do you make games?

I make games for several reasons.
1. I want to make a living online so making some money from the game is a nice benefit although wont be my only income.
2. I like to provide others entertainment.
3. I like to feel important as a GM and I enjoy Programming.

Sincerely,
-Marcus

Offline raestlyn

  • Level 29
  • **
  • Posts: 464
  • Reputation: +9/-5
    • View Profile
Re: Why do you make games?
« Reply #1 on: July 07, 2008, 02:55:28 AM »
Because I can!

No, seriously, that is the reason I make them. I like to make them, I'm learning all the time I start a new project although I will not finish up all of them.


I can send you pics of my cocks if you want reference.


Offline JGadrow

  • Level 35
  • **
  • Posts: 1,133
  • Reputation: +23/-2
    • View Profile
Re: Why do you make games?
« Reply #2 on: July 07, 2008, 05:23:44 AM »
Another "Because I can."

Why not? Game design and programming is a VERY complicated project to complete correctly. If you can successfully design and create a game, you can do just about anything else required of you.
Idiocy - Never underestimate the power of stupid people in large groups.


Offline Rimmy

  • Level 12
  • *
  • Posts: 80
  • Reputation: +1/-0
    • View Profile
Re: Why do you make games?
« Reply #3 on: July 07, 2008, 02:37:58 PM »
I wouldn't say that you could do anything else required of you...

Offline Waizujin

  • Level 15
  • *
  • Posts: 132
  • Reputation: +1/-0
    • View Profile
Re: Why do you make games?
« Reply #4 on: July 07, 2008, 03:27:48 PM »
I find games to be much harder to program than something like a CMS system.

Offline Zeggy

  • Global Moderator
  • Level 35
  • *****
  • Posts: 1,187
  • Reputation: +13/-4
    • View Profile
Re: Why do you make games?
« Reply #5 on: July 07, 2008, 08:57:18 PM »
Actually, I don't think a text game in PHP is very hard to program, and neither are most PHP sites. You just need to know how things work in the backend. For example, the basics of a PHP game is simply: forms. Once you get that, you can already do a lot of things :)

The difficult part in creating any PHP application is getting the database structure right.

Offline Waizujin

  • Level 15
  • *
  • Posts: 132
  • Reputation: +1/-0
    • View Profile
Re: Why do you make games?
« Reply #6 on: July 07, 2008, 10:10:45 PM »
I know what you mean Zeggy. I am currently struggling with my current game because of the database. The game I am making is a rare breed and quiet a bit difficult. The database is different than the others so I am struggling to figure out how to do it properly...

Sincerely,
-Marcus

Offline mobeamer

  • Level 13
  • *
  • Posts: 93
  • Reputation: +0/-0
    • View Profile
    • Untouchable Games
Re: Why do you make games?
« Reply #7 on: July 08, 2008, 09:47:02 AM »
If I might make a suggestion, for those who might be struggling with Database design.

Take a look at PHP and OOP (Object Oriented Programming), you will find that the objects you develop follow very closly with the database structure that you set up.

You might also try doing a google search on "has-a" or "is-a" relationships.


I build games
My Blog

Offline JGadrow

  • Level 35
  • **
  • Posts: 1,133
  • Reputation: +23/-2
    • View Profile
Re: Why do you make games?
« Reply #8 on: July 08, 2008, 11:16:18 AM »
Databases aren't much of an issue for me. I'm an object-oriented programmer and I utilize database normalization so actually gathering the REQUIREMENTS of the software is the hardest part.

It's similar to architecture. You need someone to sit around all day thinking of how the building will look, what sort of materials should be used to better protect it against forces of nature, how big should each area be for maximum potential but minimal cost, etc.

However, the actual process of building it consists of grunt labor that just about anyone can perform.

In building a game as opposed to other types of applications, you really need to stress EVERY part of the program, including appearance as opposed to most others. Also, the fact that there will be many database transactions occurring simultaneously is something that isn't necessary for every application but is for a game.

I guess I should say that the planning of any sort of gaming software will push your thought processes to the limit. The actual coding is similar to any other project.
Idiocy - Never underestimate the power of stupid people in large groups.


Offline codestryke

  • Administrator
  • Level 33
  • *****
  • Posts: 589
  • Reputation: +22/-0
    • View Profile
    • eXtremeCast Games
Re: Why do you make games?
« Reply #9 on: July 09, 2008, 12:01:41 AM »
Umm the true answer wasn't posted, or should I say the answer that most will give...

I make games because it's the making of the game that is the game for me.

honestly most of you selection, if you chose one of those, you won't make it unless you have someone else as your partner to offset.

Money.. eh.. if it's money that is a pretty simple goal easier archived then making an online game

Provide Entertainment.. Ya that's a good one, fair

Have power over players.. chose this and your game is doomed in 2 months or less

Because I can.. chose this and your game is doomed in 2 months or less

I like Pie.. Me 2 :)~

Creating online addictions, one game at a time:

Offline Zeggy

  • Global Moderator
  • Level 35
  • *****
  • Posts: 1,187
  • Reputation: +13/-4
    • View Profile
Re: Why do you make games?
« Reply #10 on: July 09, 2008, 01:25:13 AM »
Hmm, I realized I didn't answer the question.

I would say power, but not power over players. Power over my own little world (aka my websites). To play God, online. I like being able to create stuff (coding is creative!), for myself and for users. I don't always play the games that I code, but the joy is in coding it (like codestryke said), and to have other people use it and enjoy it.

I don't think I would code games just for myself to play. I like bulding up a game community, and the fact that the players appreciate what you do in the game.
« Last Edit: July 09, 2008, 01:28:18 AM by Zeggy »

Offline Waizujin

  • Level 15
  • *
  • Posts: 132
  • Reputation: +1/-0
    • View Profile
Re: Why do you make games?
« Reply #11 on: July 09, 2008, 10:24:32 AM »
Hmm, I realized I didn't answer the question.

I would say power, but not power over players. Power over my own little world (aka my websites). To play God, online. I like being able to create stuff (coding is creative!), for myself and for users. I don't always play the games that I code, but the joy is in coding it (like codestryke said), and to have other people use it and enjoy it.

I don't think I would code games just for myself to play. I like bulding up a game community, and the fact that the players appreciate what you do in the game.

I know what you mean, that's one of the main reasons for me trying to create a game but I just continually fail. I hope the script vault has some games in there I can take examples from. One of the main things I will do in the future once I get enough experience making games I am going to provide in-depth tutorials on game design. :P

Offline ZadoAsh

  • Level 10
  • *
  • Posts: 62
  • Reputation: +0/-0
    • View Profile
    • Families of New York
Re: Why do you make games?
« Reply #12 on: July 09, 2008, 04:16:25 PM »
I like pie.

I only made a game cause I thought it was easy, I was wrong of course. But I stuck at it, and I don't want to let my members down :D So thats why I'm still in the game. lol

Offline Gaetano

  • Level 5
  • *
  • Posts: 19
  • Reputation: +0/-0
    • View Profile
Re: Why do you make games?
« Reply #13 on: August 06, 2008, 01:14:31 PM »
I've always been fascinated by the idea of making games... I voted for give entertainment to others, that's the main reason  :)

Offline die4me

  • Level 16
  • *
  • Posts: 137
  • Reputation: +0/-0
  • When life gives you lemons throw them at people
    • View Profile
    • Hostworks free hosting
Re: Why do you make games?
« Reply #14 on: August 07, 2008, 08:52:52 PM »
I like making them and seeing how people enjoy them

Offline xBleuWolfx

  • Level 17
  • *
  • Posts: 158
  • Reputation: +3/-2
    • View Profile
Re: Why do you make games?
« Reply #15 on: October 29, 2008, 01:18:32 PM »
I like making them because I can take what I've learned from making the game to incorporate into other projects I will work on in the future.
I'm not slacking off. My code's compiling.


 


SimplePortal 2.3.3 © 2008-2010, SimplePortal