Skip to content

Project for the speed sprint workshop [first presented at Toronto Ruby Hack Night, January 28, 2016]

License

Notifications You must be signed in to change notification settings

mjgoodwin/gosu-galaxian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosu-galaxian

Project for the speed sprint workshop [first presented at Toronto Ruby Hack Night, January 28, 2016]

This project, based on the RubyManor project by Belén Albeza, has been selected to be a part of the speed-sprint workshop. The speed-sprint project can be found here: https://github.com/k00ka/speed-sprint.

User Stories

  1. block pattern of enemies + levels + scoring

The enemies are too disorderly. Make the enemies move as a large group (think Galaxian or Space Invaders). After you kill this block, a new block should appear. The user should also get a scoring bonus with each block cleared.

Team 3 -we added the concept of squads of aliens and added bonus points if the entire squad is killed -to be done by our partners: logic for initializing the squadrons

  1. diving two at a time

The user should see 2 enemies dive off from the main block and fall to the bottom of the window. The user should die if he collides with a falling enemy. Enemies that fall off screen should return to their block.

  1. sound (shots, collisions, movement, diving)

We need some SFX to jazz this game up! Use some fun sounds for various game events.

  1. increased speed and frequency of diving

The game needs to get more challenging. More diving enemies, more frequently, more more more! Maybe diving enemies could drop some bombs as they fall as well.

About

Project for the speed sprint workshop [first presented at Toronto Ruby Hack Night, January 28, 2016]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%