[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] very easy snippets to start: where from i can get?
- To: pygame-users@xxxxxxxx
- Subject: [pygame] very easy snippets to start: where from i can get?
- From: "Paulo Silva" <nitrofurano@xxxxxxxxx>
- Date: Fri, 25 Jul 2008 10:50:27 +0100
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Fri, 25 Jul 2008 05:50:33 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=dVKxsM8mZPxPNylVzX5rqPSt1zfN5uT9xpAF4QXTukc=; b=kEaato4rqlR5qjpbxrvbL9wsDJvahWEukEb+PkKkPWjEfJ9XHVNJxhdYrlHA5w6UmO mdpIfvzO3Gsa5pej9d7048AoZOGhJ0Tlbqt9+c+HcdICNFJqq34CpBPMjHWR+INyi/CO uN7GpDbgn7cMaekmgjKjTOOtHp0el1H2SFMbM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ZoQUE3eX6nslO4CcGUHp2II0Y0gC+Y+YOyzL7pQ975U3r2HjRl/cIlyn1YTAi4qmhd kbmCFnxBqZXCaWS+nQiCh/SBgZ/SwmAB+/qP+Vh9i0evsjCjQ4hhC7EacMkf6Vf3uZ1f Ky38Pnv6gwuxRs9h/FqNggVzcKALMQ/AE6aoo=
- In-reply-to: <9b711ec60807250236l23acc302t20360066a33a8991@xxxxxxxxxxxxxx>
- References: <9b711ec60807250236l23acc302t20360066a33a8991@xxxxxxxxxxxxxx>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
hi!
I'm very curious about learning pygame, but having lots of
difficulties to start because i can't find simple, small and useful
snippets where i can learn from.
The problem is mostly of all pygame code i found were too much
strong-typed for me
For an idea, you can see some of my snippets at:
http://nitrofurano.linuxkafe.com/python
http://nitrofurano.linuxkafe.com/sdlbasic
http://nitrofurano.linuxkafe.com/wxbasic
Specially being able to recode my sdlbasic minimal examples into
python-pygame, and from the other code you all may have some idea of
the coding style i were using, which is completelly different of what
i saw used on pygame codes.
Any help is very welcome and apreciated! :-)
Thanks!
Paulo