views:

192

answers:

5

Preferable C/C++, Python or Java. I'm tired of doing simple and silly applications. I would like to start or help in a big project, but I don't know how to do it and what to do. Any idea?

A: 

Make a game in Python using Pygame: www.pygame.org XD

EDIT: As far as game ideas go...try a sidescroller, maybe a ripoff of sorts to Mario. :) It should be fun to do, and it's not terribly simple or silly.

townsean
+1  A: 

http://code.google.com/soc/

Merlyn Morgan-Graham
A: 

Head over to OpenHatch and see what looks interesting. E.g. OpenSolaris has a lot of bugs open, that might be a fun project to dig into.

dsolimano
A: 

Make a J2EE Web Application with Java, something that could be able to talk to a database and or use some ORM technology like Hibernate.

I would recommend the following stack for that purpose:

Java + Hibernate/ JPA + Spring + JSF 2.0 + Tomcat + MySql
StudiousJoseph
+2  A: 

I'd recommend having a look on Sourceforge and finding an open-source project you are interested in. You might just start of with bug triage or something simple but its the way to start. When you're familiar with the project you might decide to commit some code.

rmx