[Tutor] Help Me!!

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Mon, 4 Feb 2002 15:28:24 -0800 (PST)


On Mon, 4 Feb 2002, Robert Weeks wrote:

> I'm called Rob Weeks and i'm 32. I dont have a job but i want to get
> one as a game desinger. I dont know any thing about coding and i want
> to learn. I would go to uni but i can not aford it. If u could teach
> my to make small simple games or tell me were i could learn, i would
> be very pleased.


Hi Robert,

Sure, we'd be happy to point you toward some useful resources.  If you
haven't learned a programming language yet, you'll probably want to look
at the resources for new programmers first:

    http://python.org/doc/Newbies.html

There are tutorials there that will help you get familiar with the idea of
programming, and they're all pretty good.  Many authors of those tutorials
are frequent posters to Tutor as well, so you can easily ask them when the
tutorials get confusing.  *grin*


As you're experimenting with Python, you can take a look at some example
programs at the Useless Python website:

    http://www.lowerstandard.com/python/

to see how these programming ideas are applied in real programs!  The
programs at Useless Python have been contributed by people on Tutor, so
we're pretty familiar with them.

Sooner or later, when you learn enough Python, you can play around with
some game-specific Python modules, like pygame:

    http://pygame.org

which is an extension for Python that supports writing video games in
Python.


If you have any questions, please feel free to ask here on Tutor; we'll be
happy to chat about programming.