Playmaker Forum

PlayMaker News => User Showcase => Topic started by: PalaceAthene on March 16, 2012, 09:39:48 PM

Title: (WIP)Side scrolling shooter
Post by: PalaceAthene on March 16, 2012, 09:39:48 PM
Hey there, this is my first ever game and I plan to make it as polished as possible. Originally I did 3D modelling, but after 2 years graduating from university I decided to make my own simple game and see if I can do it.

This game has no name yet, but it will be a side scrolling shoot'em up like Gradius, R-Type, Salamander, etc... Features I want to implement will make full use of the mouse and keyboard, so its a PC game. It will use WASD as movement, holding the left mouse button down to fire a continuous forward moving stream of projectiles, and using the mouse cursor as a lock-on cursor to target enemies, right click will fire missiles onto enemies that the cursor have locked on to.

(http://i1268.photobucket.com/albums/jj571/PalaceAthene/Unity/ship.jpg)

This is the player ship (very work-in-progress!), which I plan to have multiple weapon modes that the player can cycle through easily with the mouse wheel. Its like a 2D side shooter but instead of the player being human which has to walk, the player is a ship which isn't constrained to gravity.

Things to do:

Movement (Using AxisRaw?)
Player constrained to on-screen(can't go off-screen)
Shoot
Targeting System
Weapons Cycling
Enemies
Enemy Spawns
Enemy Explosions
Enemy pattern movement
Enemy pattern firing
Levels
Bosses
Powerups
Shield Pickups
Scrolling backgrounds


First prototype. Use WASD to move and left click to fire. Be careful not to move off-screen.
Version 0.01 (http://dl.dropbox.com/u/66517112/Unity/Shmup%5B17.03.2012%5D/WebPlayer.html)

Update: 18/03/2012
-Created a simple enemy spawner.
Version 0.02 (http://dl.dropbox.com/u/66517112/Unity/Shmup%5B18.03.2012%5D/WebPlayer.html)

Update: 19/03/2012
-Finally constrained the player to keep onscreen
-Fixed movement to be more like old-school shooters
-Now able to shoot enemies
-Destroying enemies creates a simple explosion particle effect
Version 0.023 (http://dl.dropbox.com/u/66517112/Unity/Shmup%5B19.03.2012%5D/WebPlayer.html)

Update: 20/03/2012
-Added scrolling background
Version 0.024 (http://dl.dropbox.com/u/66517112/Unity/Shmup%5B20.03.2012%5D/WebPlayer.html)
Title: Re: (WIP)Side scrolling shooter
Post by: Loic Joint on March 21, 2012, 04:01:44 AM
Nice modeling! THE motor works fine with me, a great project in the making!

I try too adventure video game, I have some questions about you and your project. What softwares are you using ? You work alone?

good luck for the future, I will follow the development of your game (you have a blog?)
Title: Re: (WIP)Side scrolling shooter
Post by: PalaceAthene on March 21, 2012, 06:04:57 PM
Right now I'm working alone, but I really want to find a programmer to join me on this project. Unfortunately I don't have a blog or anything, I don't plan to create one until I get something at is worth showing. For now I will keep updates in this thread.

Thanks for taking the time to check out my work.
Title: Re: (WIP)Side scrolling shooter
Post by: justifun on March 21, 2012, 11:29:22 PM
Playmaker should allow you to make your entire game without having to require a programmer at all, that's what makes it so powerful!
Title: Re: (WIP)Side scrolling shooter
Post by: Alex Chouls on March 22, 2012, 12:03:34 AM
Hi PalaceAthene. I really like your approach here, prototyping the gameplay with primitive shapes, checking off a todo list... and it seems like you're making good progress... I don't see anything in your TODO list that isn't possible in PlayMaker. And you know what you want, so you should drive! The more hands on you get, really where the rubber meets the road, the more happy accidents you'll recognize, the more you'll say "what if I tried this" and you can just try it...

Then again I'm a little biased  :D
Title: Re: (WIP)Side scrolling shooter
Post by: PalaceAthene on March 22, 2012, 11:48:32 AM
Thanks for all the replies, I will do my best on this project! :)