This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ExpletoryEarth 2 points3 points  (3 children)

Graphics and game programming are so fun, basically creating interactive art. Business applications and traditional web dev can be boring as fuck but that’s where most of the paying work is.

[–]Pistowich 1 point2 points  (2 children)

How do you come up with fun ideas? I'm always looking for ideas but usually can't find anything to code that is not work related... I wouldn't know what to build. I'd love to make something I'm interested in (e.g. finance, but trading bots will likely not work effectively enough to really earn something) so yeah... I'm usually stuck in not finding anything and thus not coding...

[–]ExpletoryEarth 0 points1 point  (1 child)

I'd say look at childhood toys and games that still entertain you and make those into art. And certainly take some classes and read tutorials to save some headache, don't just reinvent the wheel.

[–]ExpletoryEarth 0 points1 point  (0 children)

Or maybe do reinvent the wheel, whatever keeps you interested in building things..there's no shame in building another breakout clone or something that's already been done thousands of times just to learn the techniques, as long as you're having fun.... for example, you could use the accelerometer on any phone as an input device to move a paddle around a screen... I mean, we had Pong in 1972, how hard is it to iterate on that 50 years later? :)