The Daily Click ::. Forums ::. Daily Click ::. Retrospective article
 

Post Reply  Post Oekaki 
 

Posted By Message

nim



Registered
  17/05/2002
Points
  7233
16th February, 2010 at 02:07:02 -

I was thinking of writing retrospectively about some games I've made. What went right, what went wrong, what I would do differently, overcoming problems, and - most importantly - what I learned from making it. Would you be interested in reading (or writing) something like that? I'm not sure if they still do it, but at Retro Remakes they used to write post-mortems of their games, which I found to be fascinating.

 
//

OMC

What a goofball

Registered
  21/05/2007
Points
  3516

KlikCast Musician! Guy with a HatSomewhat CrazyARGH SignLikes TDCHas Donated, Thank You!Retired Admin
16th February, 2010 at 02:13:15 -

Don't even put the idea into my head! My time needs to go toward making games, not writing about making games!

But yes, as long as they found the right balance between beefiness and brevity, I think I would be quite interested. I always love devlogs and video logs, so it would be like watching a movie conclusion to a tv show.

 

  		
  		

nim



Registered
  17/05/2002
Points
  7233
16th February, 2010 at 02:37:25 -

I should've given this a mention in my first post: I loved watching 3kliksphilip's "The Making of the Bat Sweeper" videos (http://www.create-games.com/forum_post.asp?id=264890 )

I don't really have an interest in writing about games as they're being made (i.e. Projects/Previews) because I believe that it dilutes the impact when they're finished. However, I'd like to write a little about games I've already released.

 
//

Rikus

Administrator
Crazy for News

Registered
  02/12/2001
Points
  980502
16th February, 2010 at 07:00:33 -

Nim totally go for it, sounds like a great idea, and I would read it for sure! Let us know if/when you start doing this and we will put some links up in a newspost to promote it

 
Be sure to follow us on the twitters for the latest and greatest: @dailyclick

Watermelon876



Registered
  16/04/2009
Points
  27

I am an April FoolVIP Member
17th February, 2010 at 02:44:06 -

They also do this on Gamasutra.

 
Awesomeness is Watermelon.
*/l、
゙(゚、 。 7
l、゙ ~ヽ
じしf_, )ノ
This is Koji. Copy and paste Koji to your sig so he can acheive world domination.

Sketchy

Cornwall UK

Registered
  06/11/2004
Points
  1970

VIP MemberWeekly Picture Me This Round 43 Winner!Weekly Picture Me This Round 47 WinnerPicture Me This Round 49 Winner!
17th February, 2010 at 03:01:23 -

I think it would be best if people were to write their account as they are going along, and in much greater detail than anyone currently does in the projects section - eg. including little snippets of code for some of the more interesting features.

Maybe they could release their development diary the same time as the actual game - or even include it as an unlockable extra in the game itself?
If you write it retrospectively though, you'll probably end up missing a lot of interesting stuff out - still it would be better than nothing

 
n/a

alastair john jack

BANNED

Registered
  01/10/2004
Points
  294

GOTW WINNER CUP 1!GOTW WINNER CUP 2!GOTW WINNER CUP 3!VIP MemberMushroomI am an April Fool
17th February, 2010 at 05:48:16 -


Originally Posted by Watermelon876
They also do this on Gamasutra.


Have there been any good ones? I can only imagine the ones on Gamasutra being by people who are in charge of a legion of people rather than someone who actually crafted the game.

 
lol

Muz



Registered
  14/02/2002
Points
  6499

VIP MemberI'm on a BoatI am an April FoolHonored Admin Alumnus
17th February, 2010 at 15:19:54 -

I would read it. It's a great topic for an article. Just make sure there's enough content. Just for fun, here's stuff that I've learned, since I'm too lazy to make an article myself:
- Readability is vital as your project gets bigger. Once you have pages of code, the most tiring thing is reading all of it, and finding where the bugs are. Make sure you comment your code enough to know what it does, so you could find it later, and know when it's not doing what it should.
- If you want to go big, split the game engine into several parts. Test each part to make sure they work individually. If if you're going small, splitting the engine into different blocks make it much easier to debug.
- Plan ahead as far as possible. The biggest blow to a game's development is realizing that you should've coded it a different way when you first started off, and have to redesign the whole thing over.
- If you don't know how to plan ahead, you need more experience. Experience helps you "see" what you should do, and how to design your engines to be more flexible to changes. Make lighter games to get some XP.
- Innovation is what puts indie games ahead of the commercial games. Commercial games are fricking dinosaurs, trapped by having huge risks, and needing to appeal (sell out) to a certain market to cover those risks. Innovation would kill them.
- But if you want to be innovative, take it a few steps at a time. Too many new things make your game hard to balance and hard to understand. You'll attract a few very vocal supporters, but only a few fans.

Edited by Muz

 
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.

Image

Watermelon876



Registered
  16/04/2009
Points
  27

I am an April FoolVIP Member
18th February, 2010 at 02:10:57 -


Originally Posted by alastair john jack

Originally Posted by Watermelon876
They also do this on Gamasutra.


Have there been any good ones? I can only imagine the ones on Gamasutra being by people who are in charge of a legion of people rather than someone who actually crafted the game.


Yes, there are. There are also a few from indie developers in the blogs section.

Format usuallly goes:
INtro
5 things that went right
5 things that could be improved.
Shameless plug

Edited by Watermelon876

 
Awesomeness is Watermelon.
*/l、
゙(゚、 。 7
l、゙ ~ヽ
じしf_, )ノ
This is Koji. Copy and paste Koji to your sig so he can acheive world domination.

nim



Registered
  17/05/2002
Points
  7233
18th February, 2010 at 03:15:45 -


Originally Posted by Sketchy
I think it would be best if people were to write their account as they are going along, and in much greater detail than anyone currently does in the projects section - eg. including little snippets of code for some of the more interesting features.

Maybe they could release their development diary the same time as the actual game - or even include it as an unlockable extra in the game itself?



The thing about following a klik game as it's being made is that, well, a lot of them never get released. I like reading retrospective design docs in the same way I enjoy watching director's commentaries on movies. I agree that writing it at the time would be the best way to make sure that you don't forget anything. Great idea about it being an unlockable feature in the game.

 
//

nim



Registered
  17/05/2002
Points
  7233
3rd March, 2010 at 03:18:09 -

I started the project thingy:

http://www.create-games.com/project.asp?view=main&id=1829

 
//
   

Post Reply



 



Advertisement

Worth A Click