[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] 3D SHMUP
- To: pygame-users@xxxxxxxx
- Subject: Re: [pygame] 3D SHMUP
- From: "Lamonte Harris" <pyth0nc0d3r@xxxxxxxxx>
- Date: Sat, 15 Sep 2007 11:51:36 -0500
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Sat, 15 Sep 2007 12:51:44 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=NGngIJV8F3U73mwSTapkCjJFwpiFPMtFgY4TT5kihQk=; b=Gp9qIstK3SW9Rf0EzSW/uLgCPr6gkTVQK5OW16rN+DNQ2D8/z73GeqxkIWRtJS9zElPbDERTImsbexkyH1vR/5WjJRDjDvAlSnxtE8v003MUY3uniR8t0SRu7yjGGArazRzgly8GvDTnBfp38O8F1oBm9jMKJWXPIdxr84SIJh8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=DUlApg1ZDUy69xj33jjIvsaRxLF9g1ijpsxNGHfDb8axKRg1dOJamOYAzV6C4oYV3ish/hB8dbrywTmn+Ise7caEGcsinMb47ZeTT85eKLcSzoxJlxbE3nGf4eM1B1bhHfDYZZfCqtt85mpsWVZA8EOAwAPNOrbfNpumr8R1tqM=
- In-reply-to: <46EC07CF.9030707@xxxxxxxxxxxxx>
- References: <46EC07CF.9030707@xxxxxxxxxxxxx>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
I second that(learning the knowledge that is).
On 9/15/07, Samuel Mankins <waterflight@xxxxxxxxxxxxx> wrote:
Hi,
I'm trying to right a SHMUP, sort of a Metroid style of thing. I
downloaded the RayForge demo from
pygame.org, and I'm thinking I might
want to use that as a base, but where do I start? This is my first time
writing something 3D, and I'm not even sure how to get a bullet to appear.
Thanks!