This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-04-16 11:38:30

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

A Tip On How To Make A Successful Project

I have seen many great ideas here on the forums but not many of the projects succeed sadly. Either because the team wasn't organized, or the coding wasn't very flexible. Which is usually because the planning wasn't done very well, if there was any planning. So I'm going to make a little tutorial.

---- Planning Stage ----

First Step
What is your project going to be? A game, website, utility? What features do you want in it? A battle arena, login system, flexibility?

Find out everything you want in the project and make a list of it. For a game, design the plot as well.

Second Step
Design the layout and looks of the project.

You want to make the layout as simple as possible. The looks should be based on the feeling of the project. Make sure the colors blend well.

Third Step
Design the usage.

Decide how the client should control their environment. In a game, will you use the keyboard to control the character, or the mouse? What keys will do what? For a website, what web pages will lead where?

Fourth Step
Design the mechanics.

Figure out how everything internally will work. For a website, will you have a PHP page that loads global content? Like the navigation? For a game, will the character and the weapon be one object or two? Will they alternate between the two? Choose all the variables that may be needed. Remember to add security if needed. (A website needs security!)

Fifth Step
Organize!

Divide everything into pieces and assign priorities to each of them. Make sure the things required by other pieces are set as higher priorities. Like a login system for a website or multiplayer game.

Sixth Step
Check everything to make sure it's correct and fix any mistakes or add stuff that has been left out. Have someone unrelated to the project look over it and encourage them to ask questions. That way you can find all the stuff the user won't understand.

---- Code it! ----
First Step
Templates!

Make template code for things you will use multiple times. Make the code simple. If you have each page unique to another, it will become confusing for the user to navigate. For a website, make sure you have a template page that has all the essentials needed. Technical Section (MySQL), Header Section (Navigation, etc), Content Section, and Footer Section (Copyright, etc).

Second Step
Get priorities pieces done.

Nothing will get done if the priorities aren't done first.  smile  Make sure the coding follows the style set up in Step Four of the Planning stage. If it doesn't, either fix the code or fix the mechanics.

Third Step
Go from higher priorities to lower priorities.

Once again. Make sure it follows the mechanics designed earlier. If anyone on the team doesn't follow the mechanics, that part of the project will fall apart (maybe even the entire project depending on the piece being worked on).

---- Releasing The Project! ----
First Step
Test the project!

Get a bunch of friends and the project team to test the project. If the friends don't ask any questions on how to do something (like "How do I shoot?" for a game) then you are ready to release the project.

Second Step
Advertise.

I am actually a failure advertiser. So I don't know how this would be done. Put a link in your signature? Maybe ask a couple friends to put it in their signature or in one of their projects? Suspense seems to work just as well. Like make a thread for your project which talks about what the project will be and post the status of the project while it's being made. Then when you release it, many people who are following the project will try it out as soon as it's released.

Third Step
Support!

You need to support everyone who tries the project. If they have problems, guide them through then figure out a way to make it simpler to do that part in the coding or make a tutorial on how to do it.

---- Some Useful Tools ----
http://bubbl.us/ is a good place for designing and organizing your project. Here is an example: http://i1147.photobucket.com/albums/o549/Magnie/YzoriaRoleplay.png

Open Mind by Daffy22, is also some software like Bubbl.us, but it was created by a fellow Scratcher! Both have the same idea in mind.

---- End Of Tutorial ----

Well. That's most of it. Any suggestions, thoughts, criticism?

Last edited by Magnie (2012-04-16 16:34:51)

Offline

 

#2 2012-04-16 11:40:57

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: A Tip On How To Make A Successful Project

Brilliant.


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#3 2012-04-16 12:00:23

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: A Tip On How To Make A Successful Project

Great job. I will recommend this to the rest of my team, so we don't get lost.

Offline

 

#4 2012-04-16 12:46:35

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: A Tip On How To Make A Successful Project

Excellent! This is very useful!
@sci Thanks for linking me :3


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#5 2012-04-16 13:25:29

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: A Tip On How To Make A Successful Project

You mentioned bubble.us, but there's actually very good software developed by one of our old AT friends Daffy22, called Open Mind, that's free too and works really well  big_smile
Funny how the Advanced Topics just happens to already have a program made for it..

Offline

 

#6 2012-04-16 13:27:52

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: A Tip On How To Make A Successful Project

LS97 wrote:

You mentioned bubble.us, but there's actually very good software developed by one of our old AT friends Daffy22, called Open Mind, that's free too and works really well  big_smile
Funny how the Advanced Topics just happens to already have a program made for it..

Yeah, I know. I'll get the link.  tongue

Offline

 

#7 2012-04-16 14:57:41

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: A Tip On How To Make A Successful Project

Thanks, Sci, for the link.  wink
Great job, Magnie. Now I really see hope in finishing my projects.  tongue

Bubble.us isn't working, by the way.

Last edited by ProgrammingFreak (2012-04-16 14:58:10)

Offline

 

#8 2012-04-16 15:45:36

blob8108
Scratcher
Registered: 2007-06-25
Posts: 1000+

Re: A Tip On How To Make A Successful Project

ProgrammingFreak wrote:

Bubble.us isn't working, by the way.

I think the link should be bubbl.ussmile


Things I've made: kurt | scratchblocks2 | this cake

Offline

 

#9 2012-04-16 16:35:47

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: A Tip On How To Make A Successful Project

ProgrammingFreak wrote:

Thanks, Sci, for the link.  wink
Great job, Magnie. Now I really see hope in finishing my projects.  tongue

Bubble.us isn't working, by the way.

Ah, sorry! Fixed the link! (I feel like I corrected that a hundred times...  tongue )

Offline

 

#10 2012-04-16 16:39:49

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: A Tip On How To Make A Successful Project

Magnie wrote:

ProgrammingFreak wrote:

Thanks, Sci, for the link.  wink
Great job, Magnie. Now I really see hope in finishing my projects.  tongue

Bubble.us isn't working, by the way.

Ah, sorry! Fixed the link! (I feel like I corrected that a hundred times...  tongue )

lol


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#11 2012-04-19 14:39:44

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: A Tip On How To Make A Successful Project

Bump.  smile

Offline

 

#12 2012-04-19 14:51:34

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: A Tip On How To Make A Successful Project

make sure all team members want to help?  tongue

Offline

 

#13 2012-04-19 15:35:55

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: A Tip On How To Make A Successful Project

roijac wrote:

make sure all team members want to help?  tongue

I think that will become obvious when you choose who does what.  tongue

Offline

 

#14 2012-04-21 03:19:26

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: A Tip On How To Make A Successful Project

Very good tips on making a good project! My only suggestion would be to make a mock up version first so you can tell what works and what doesnt. Just a thought though.  smile

And thanks for including Open Mind at the bottom.  big_smile


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#15 2012-04-21 07:21:55

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: A Tip On How To Make A Successful Project

Nice article, this is going to be really helpful to anyone whose project has died, or really anyone who makes a website before they know what they're actually doing...  tongue

My only problem was with the title, because it sorta indicated a Scratch project rather than what you mean (Actually, what would you call that besides "project"?).


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#16 2012-04-21 08:51:09

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: A Tip On How To Make A Successful Project

Daffy22 wrote:

My only suggestion would be to make a mock up version first so you can tell what works and what doesnt. Just a thought though.  smile

Yeah, I was thinking of making up a mockup project then go through the entire guide of a team leader making right (and possibly wrong) decisions. But who knows, that would've been a great idea to have before writing the guide.  tongue

Hardmath123 wrote:

My only problem was with the title, because it sorta indicated a Scratch project rather than what you mean (Actually, what would you call that besides "project"?).

Yeah, there isn't any real general term for any/all "projects". But the guide is pointed towards any project (whether a Scratch project, website project, a collaboration in any other programming language, etc).

Offline

 

#17 2012-04-21 11:50:45

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: A Tip On How To Make A Successful Project

Magnie wrote:

Hardmath123 wrote:

My only problem was with the title, because it sorta indicated a Scratch project rather than what you mean (Actually, what would you call that besides "project"?).

Yeah, there isn't any real general term for any/all "projects". But the guide is pointed towards any project (whether a Scratch project, website project, a collaboration in any other programming language, etc).

True.


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#18 2012-04-30 14:12:00

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: A Tip On How To Make A Successful Project

Bump, this is such a great guide, it should be kept on the top of the forum :3


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#19 2012-04-30 14:42:38

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: A Tip On How To Make A Successful Project

Hey Magnie, would you like to join Coders' Shed and post this here? It would go in Techy Stuff. We'd sticky it if you did. :3

Offline

 

#20 2012-04-30 14:50:28

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: A Tip On How To Make A Successful Project

Yes, that would be totally awesome  smile


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#21 2012-10-19 02:45:52

Gravitation
New Scratcher
Registered: 2012-09-26
Posts: 500+

Re: A Tip On How To Make A Successful Project

Bump.

This is great, Magnie! I'll be sure to follow it through development of DayTab.  smile

Now I've just gotta learn PHP.  tongue

Offline

 

#22 2012-10-19 17:06:20

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: A Tip On How To Make A Successful Project

Gravitation wrote:

Bump.

This is great, Magnie! I'll be sure to follow it through development of DayTab.  smile

Now I've just gotta learn PHP.  tongue

Thanks!

The language you learn depends on what you want to do, so make sure PHP is what you want to use for your project.  smile

Offline

 

#23 2012-10-22 08:59:12

rippertear
Scratcher
Registered: 2012-01-02
Posts: 47

Re: A Tip On How To Make A Successful Project

O: I think someone- copy-pasted... http://scratch.mit.edu/forums/viewtopic.php?id=95003


http://i48.tinypic.com/264on5s.png

Offline

 

#24 2012-10-22 09:43:06

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: A Tip On How To Make A Successful Project

rippertear wrote:

O: I think someone- copy-pasted... http://scratch.mit.edu/forums/viewtopic.php?id=95003

um,what do you mean and why did you link to this topic ?


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#25 2012-10-22 10:04:11

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: A Tip On How To Make A Successful Project

rippertear wrote:

O: I think someone- copy-pasted... http://scratch.mit.edu/forums/viewtopic.php?id=95003

What do you mean?

Offline

 

Board footer