| Author |
Message |
|
Joined: Fri Feb 05, 2010 4:30 am Posts: 60
|
 My shooter project.
Updated, 3/26/10 Well, I've asked for a lot of help on these forums, so I figure I'll show what I've got so far. Some basic stuff is in, like walking and jumping, and a basic background with parallax scrolling and blocks are in. The link is http://code.google.com/p/strikecraft/downloads/listAnd the screenshot is:  Current stuff to fix: 1. Fix rotation blurriness 2. Rotate arms/gun around a point 3. Add a menu screen
Last edited by nivekuil on Mon Mar 29, 2010 9:57 pm, edited 4 times in total.
|
| Mon Mar 08, 2010 7:47 am |
|
 |
|
Joined: Mon Feb 22, 2010 5:42 am Posts: 65
|
 Re: My shooter project.
The screenshot link is dead.
|
| Mon Mar 08, 2010 9:25 pm |
|
 |
|
Joined: Fri Feb 05, 2010 4:30 am Posts: 60
|
 Re: My shooter project.
Huh? I can see the screenshot just fine. The download link is fine too.
|
| Mon Mar 08, 2010 11:06 pm |
|
 |
|
Joined: Thu Aug 27, 2009 11:10 am Posts: 65
|
 Re: My shooter project.
Yeah both links work fine for me too. It's looking pretty good so far. Keep working on it 
_________________ Check out my latest project: http://pyedpypers.org/index.php?page=project&projectid=44 - Cat And Mouse
Please let me know if you make any levels for it, I'd love to include them in the next release.
|
| Mon Mar 08, 2010 11:30 pm |
|
 |
|
Joined: Fri Feb 05, 2010 4:30 am Posts: 60
|
 Re: My shooter project.
Well, ripped a background from the web, hope its legal  Also improved blitting speed with a rect argument. Character now accels and has moving legs (very proud).
|
| Thu Mar 11, 2010 12:56 am |
|
 |
|
Site Admin
Joined: Tue Jul 29, 2008 3:24 pm Posts: 171 Location: Salt Lake City, Utah
|
 Re: My shooter project.
Nice work!
_________________ http://keeyai.com
|
| Wed Mar 24, 2010 5:03 pm |
|
 |
|
Joined: Fri Feb 05, 2010 4:30 am Posts: 60
|
 Re: My shooter project.
Updated screenshot, no new code upload. Character looks more "spiffy" with a tux and tie now. Still gotta fix that rotation..don't know if that's the best pygame can do, though. Bullets are coming along, need to add a menu.
|
| Sat Mar 27, 2010 12:46 am |
|
 |
|
Joined: Fri Feb 05, 2010 4:30 am Posts: 60
|
 Re: My shooter project.
Yay, I got the bullets to shoot correctly! Now to make an efficient way to detect collisions. Also need to have arms rotate (with 2 arms it seems very hard to anchor them properly, maybe will have to use one for each arm) and add some targets  Weird thing is, using pyscripter to start it, it shows an access violation with libfreetype-6.dll. Starting it again makes it work fine, though. Code is updated.
|
| Sat Mar 27, 2010 11:34 pm |
|
|