Alice Community  

Go Back   Alice Community > Alice 2 > Works-In-Progress

Reply
 
Thread Tools Display Modes
Sky Warrior - Gradius Style!
Old
zero00
Senior Member
 
zero00's Avatar
 
Status: Offline
Posts: 300
Join Date: Oct 2009
Talking Sky Warrior - Gradius Style! - 07-02-2011, 12:21 AM

Update: Sky Warrior Returns is on post 14!
Update: Sky Warrior 2 Beta on this post!
Update: Sky Warrior Multiplayer Test on this post!

I decided to take what i learned from my "Tenkan" project and apply it to Sky Warrior. The results were phenomenal!

1. Now, you can have up to 5 bullets on screen at once! That's 5x as many bullets as before!

2. Not only that, but I made the bullet shooting object independent of the ship! That means I can not only put the bullet object in different worlds, but also put multiple copies of them in the world! (and with great ease) I can now place them around the player's ship Gradius-style!

Here it is! Tell me what you think!
Attached Files
File Type: a2w attemplate_III.a2w (6.75 MB, 137 views)


==============Some of my Games and Ideas===========

Sky Warrior: http://www.alice.org/community/showthread.php?t=6291
Health Bars: http://www.alice.org/community/showthread.php?p=36968#post36968
Sky Warrior: Dual Force: http://www.alice.org/community/showthread.php?t=7174

Want to make your own space game? http://www.alice.org/community/showthread.php?t=6389

Last edited by zero00; 08-27-2011 at 12:44 PM.
   
Reply With Quote
Old
sfunk
Senior Member
 
sfunk's Avatar
 
Status: Offline
Posts: 1,112
Join Date: Mar 2011
Location: I don't know
Default 07-02-2011, 12:53 AM

sounds like a real interesting concept, i'll check it out once I get done uploading my newest tutorial


If you are stuck on a project, check out the tutorials I made here at this link:

http://alice.org/community/showthread.php?p=36778#post36778

There are lots of tutorials on it so far, including some youtube videos, check it out

Or..

Go to my youtube channel to check out my alice 2.2 tutorials I have there..

http://www.youtube.com/user/sfunk1992?feature=mhsn
   
Reply With Quote
Old
jediaction
Senior Member
 
jediaction's Avatar
 
Status: Offline
Posts: 5,064
Join Date: Jul 2009
Location: Bel Air, Maryland
Default 07-02-2011, 10:43 AM

Now that is cool! This could be a very very good game. Make something out of this. I am ready to review. Your concept is already a hit!


Website: www.salokingames.com
FaceBook: www.facebook.com/SalokinGames
   
Reply With Quote
Old
zero00
Senior Member
 
zero00's Avatar
 
Status: Offline
Posts: 300
Join Date: Oct 2009
Default 07-02-2011, 11:23 AM

Already thinking of ideas!
I also did an experiment in moving backgrounds, so the camera might be able to fly around! (maybe)


==============Some of my Games and Ideas===========

Sky Warrior: http://www.alice.org/community/showthread.php?t=6291
Health Bars: http://www.alice.org/community/showthread.php?p=36968#post36968
Sky Warrior: Dual Force: http://www.alice.org/community/showthread.php?t=7174

Want to make your own space game? http://www.alice.org/community/showthread.php?t=6389

Last edited by zero00; 07-02-2011 at 11:26 AM.
   
Reply With Quote
Old
jediaction
Senior Member
 
jediaction's Avatar
 
Status: Offline
Posts: 5,064
Join Date: Jul 2009
Location: Bel Air, Maryland
Default 07-02-2011, 03:04 PM

Looking forward to it.


Website: www.salokingames.com
FaceBook: www.facebook.com/SalokinGames
   
Reply With Quote
Old
legolizard
Senior Member
 
legolizard's Avatar
 
Status: Offline
Posts: 242
Join Date: Jan 2011
Location: Aboard the Hyperion escaping the zerg.
Default 07-02-2011, 04:04 PM

Cool it is like a "shotgun" effect.


"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."-Albert Einstein

Last edited by legolizard; 07-02-2011 at 04:17 PM. Reason: typo
   
Reply With Quote
A gift!
Old
zero00
Senior Member
 
zero00's Avatar
 
Status: Offline
Posts: 300
Join Date: Oct 2009
Talking A gift! - 07-02-2011, 05:14 PM

I decided I'm going to release the "Bullet Shooting Object" and the bullets it uses.

To setup up the Bullet Shooting Object:

0. Place a dummy where the camera is. Name it "center" (without quotes).
1. Import Bullet Shooter.a2c into your Alice world
2. Press yes to the popup on the screen that sets certain variables to none.
3. Import the Pbullet object (You can also replace these with whatever bullets you want!) and make 4 more copies of it.
4. Set the tracer_objects 1 - 5 variables to their respective bullets
5. Put the Bullet Shooter into an "When World Starts" event.

That's all! (I think...) Enjoy!

Note: The bullets disappear and return when they hit the left or right edge of the screen. Set left and rightedge_distance variables to what you feel i appropriate.
Attached Files
File Type: a2c Bullet Shooter.a2c (148.2 KB, 7 views)
File Type: a2c PBullet.a2c (5.1 KB, 4 views)


==============Some of my Games and Ideas===========

Sky Warrior: http://www.alice.org/community/showthread.php?t=6291
Health Bars: http://www.alice.org/community/showthread.php?p=36968#post36968
Sky Warrior: Dual Force: http://www.alice.org/community/showthread.php?t=7174

Want to make your own space game? http://www.alice.org/community/showthread.php?t=6389
   
Reply With Quote
Old
jediaction
Senior Member
 
jediaction's Avatar
 
Status: Offline
Posts: 5,064
Join Date: Jul 2009
Location: Bel Air, Maryland
Default 07-02-2011, 07:49 PM

I will review tommorow. Watching Transformers: Dark of the Moon


Website: www.salokingames.com
FaceBook: www.facebook.com/SalokinGames
   
Reply With Quote
Sky Warrior First Boss Battle
Old
zero00
Senior Member
 
zero00's Avatar
 
Status: Offline
Posts: 300
Join Date: Oct 2009
Talking Sky Warrior First Boss Battle - 07-04-2011, 05:51 AM

I really wanted to release what I have made of the new Sky Warrior game! The Gradius-style options aren't in the game yet (because there's no need for them now).

Project: Gradius-Like v9.0

======Controls======
Arrow Keys.............Move the Fighter
Hold Space.............Shoot
Enter.....................Flip

Press zero once to begin the game.
==================

Notes:
1. The game has some the code for some of Core Force's other (currently) unused attacks. I think this is would be a spoiler warning.
2. This is a very rough game. There are many more improvements and such to be made. I just wanted to show what I have done some far.
3. I have not play-tested this attack sequence with other people yet. I don't quite know if this hard or easy. Its based on one of Core Force's previous attack sequence, so I consider it "easy-normal" difficulty.

Here it is! Enjoy!

On an unrelated note, I'm starting to think of ways of recreating Tetran. Here's a video of it in action.
Attached Files
File Type: a2w gradius-like9.a2w (19.22 MB, 23 views)


==============Some of my Games and Ideas===========

Sky Warrior: http://www.alice.org/community/showthread.php?t=6291
Health Bars: http://www.alice.org/community/showthread.php?p=36968#post36968
Sky Warrior: Dual Force: http://www.alice.org/community/showthread.php?t=7174

Want to make your own space game? http://www.alice.org/community/showthread.php?t=6389
   
Reply With Quote
Old
jediaction
Senior Member
 
jediaction's Avatar
 
Status: Offline
Posts: 5,064
Join Date: Jul 2009
Location: Bel Air, Maryland
Default 07-04-2011, 10:42 AM

You work fast. But I don't get the game. Keep it going.


Website: www.salokingames.com
FaceBook: www.facebook.com/SalokinGames
   
Reply With Quote
Reply

Tags
bullets, gradius, multiple, option

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Copyright ©2024, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.