Author Topic: How to organize my self  (Read 1283 times)

Offline Delifisek

  • Level 12
  • *
  • Posts: 79
  • Reputation: +1/-1
    • View Profile
How to organize my self
« on: June 20, 2010, 04:32:35 PM »
Hello all,

I had some problems other than technical or design...

Simply I cannot continue... My development was stalled...

My coding platform is ready,  I do lots of design investigation read tons of RPG (gurps, batlefleet gothic, battletech) books to generate a desing. I setup a wiki for game design...


And ?

my problem is, everything look like some kind of dark, there where to many things to do, every day I start to do some coding. After some time I feel exhausted.

I cannot stop my self to thinking, damn how can I finish that game... Then my passion start to go away...

So ?

When you feel something like that, is there any way to rid of this...

Thanks...


Offline famulus

  • Game Owner
  • Level 6
  • *
  • Posts: 26
  • Reputation: +0/-0
    • View Profile
Re: How to organize my self
« Reply #1 on: June 21, 2010, 12:48:42 AM »
My suggestion is to split your project up into a number of much smaller tasks.  Ideally, you want the tasks to be small enough that you can finish a few of them a day.  This will give you constant positive reinforcement from completing something while continuing to make progress on the larger project.

Offline Nox

  • Level 35
  • **
  • Posts: 768
  • Reputation: +12/-2
    • View Profile
Re: How to organize my self
« Reply #2 on: June 21, 2010, 02:35:07 AM »
I wanted to post in a similar fashion

1) tick every little progress you do
2) make yourself a plan, rather detailed one (can start with main things and then add subtasks)
....not just that you see a progress, but you also see the end
3) split your goals into layers, don't try to make the whole game in one round, make a simpler one and improve and expand it then

Btw I think your English has greatly improved!
Meet us at an IRC irc.freenode.net #bbg as well
https://vimeo.com/36579366 (a must-watch) | Join BOINC - no longer a hype, but you can help never the less

Offline Chris

  • Game Owner
  • Level 35
  • *
  • Posts: 2,217
  • Reputation: +28/-1
    • View Profile
Re: How to organize my self
« Reply #3 on: June 21, 2010, 05:12:57 AM »
Quote
I do lots of design investigation read tons of RPG (gurps, batlefleet gothic, battletech) books to generate a desing.
Stop it. Reading/investigating upon design is a sure death mark for a project. Trying to fit things like GURPS into your simple game design surely will give you a headache :)

Quote
I setup a wiki for game design...
What for? How is it going to help you make the game faster? Are you making a game or are you teaching how to make a game? Doing these both at the same time is a veeeeery bad idea.

Quote
After some time I feel exhausted.
No wonder :D If I were to read all day about design or other crap, next update my game design wiki, then when I get to actually coding I would get exhausted after a few minutes too.

Offline lolninja

  • Level 19
  • *
  • Posts: 194
  • Reputation: +5/-0
  • BSc powered Programmer
    • View Profile
    • HTTPmmo
Re: How to organize my self
« Reply #4 on: June 21, 2010, 05:44:01 AM »
Yeah I think Chris is spot on here, it might be worth scaling back your ideas and rolling with something simple but extensible to start with, then you can start dropping in GURPS and other complex rules system.

You'll be surprised how much steam/motivation a little "win" can give you.

Offline gnoh

  • Game Owner
  • Level 15
  • *
  • Posts: 127
  • Reputation: +2/-0
    • View Profile
Re: How to organize my self
« Reply #5 on: June 21, 2010, 06:26:51 AM »
I have a small whiteboard with a list of big features I want to add, I then make index cards of the problem broken down.  Crossing things off the list and flicking through the old cards is definitely a motivator. 

one small step at a time gets you where you're going.

Offline Delifisek

  • Level 12
  • *
  • Posts: 79
  • Reputation: +1/-1
    • View Profile
Re: How to organize my self
« Reply #6 on: June 21, 2010, 06:45:42 AM »
Yeah,

I think its time to stop whining, get coding...

In design stage, everything is looking good.

And when I start to getting things together I started to see bottom of the iceberg.

It seems I failed to break apart design elements to code pieces.

Anyway. Thanks for the support...

Sometimes hearing "everything will be fine" is much better than anything else...

Regards...

Offline dsheroh

  • Level 21
  • *
  • Posts: 235
  • Reputation: +6/-0
  • Perl Vicar
    • View Profile
    • Psi Rangers
Re: How to organize my self
« Reply #7 on: June 21, 2010, 07:45:59 AM »
The first thing you do is make a guy run and shoot.

It doesn't matter whether there's anything for him to shoot at.  You don't need obstacles for him to run around or skills to control how well he shoots.  Just make him run and shoot.  Everything else can be added later.

Of course, if it's not a "guy running around and shooting" game, that doesn't apply literally, but the basic concept still works:  Decide on your most basic core activity and build just that.  Once it's working, find the next-most-important piece and add that.  Repeat until finished.  Don't try to build the whole thing, in all of its glory (and complexity), at once.

Offline Shrapnel

  • Level 9
  • *
  • Posts: 46
  • Reputation: +0/-0
    • View Profile
Re: How to organize my self
« Reply #8 on: June 22, 2010, 08:33:27 AM »
I have never made my own game but I feel I'd really like to.  I can relate to Delifisek's post.  A game project seems overwhelming and I just don't know where to start.  I think some excellent advice has been given here, but it would be helpful to have some clarification on what is meant by breaking the project into subtasks.  This is because to me, I have a problem seeing subtasks.  If a work on part of the game, all I see is an incomplete game.  What would people recommend be considered separate tasks?  What order should they be worked on?
"Never compromise. Not even in the face of Armageddon" -Rorschach, Watchmen (2009)

Offline Chris

  • Game Owner
  • Level 35
  • *
  • Posts: 2,217
  • Reputation: +28/-1
    • View Profile
Re: How to organize my self
« Reply #9 on: June 22, 2010, 10:15:14 AM »
A game project seems overwhelming and I just don't know where to start.
1) Start with register/login/logout system.
2) Next upload it via FTP and post on some hacking forum and ask the people there to hack it, then read about sql injection and fix it.
3) Make a list of users (on logged already page only).
4) Make a profile of an user page (displayed after clicking the username from the list).
5) Make an option to send private message to selected user (from their profile page).
6) Make a separate admin only page, test if regular users can not access it, display there a summary of all users (count * from users).
7) Add a list of users on admin only page, make "delete user" option next to the username.
8) Make a page to let users change password, test if they can not change password of other users.
9) Make a variable for an user and make cronjob to increase that variable by +1 each minute/hour/day. Setup the cronjob on your webhost properly.



 


SimplePortal 2.3.3 © 2008-2010, SimplePortal