An open API service indexing awesome lists of open source software.

https://github.com/jirikuba/soundcollector

XNA game where you catching particles for points
https://github.com/jirikuba/soundcollector

game game-development particles sound-effects xna xna-framework xna-game

Last synced: about 2 months ago
JSON representation

XNA game where you catching particles for points

Awesome Lists containing this project

README

        

# SoundCollector

![alt text][logo]

XNA game where you catching particles for points.

When particles hit the shield (center of screen) game will decrement shield value.

Shield is down = Game over

Score multiplier = Shield value / 10

**Demo:**

[![IMAGE ALT TEXT HERE](http://img.youtube.com/vi/bX6bv9lACiQ/0.jpg)](http://www.youtube.com/watch?v=bX6bv9lACiQ)

**Control:**
- Particles are collected by mouse (fast movement attracts particles)
- Left mouse button (press) turns on "Bonus Lux"
- Right mouse button (hold) turns on "Bonus Shield"
- Space skips current song
- Esc opens menu

Count and size of particles are generated by selected music.

Songs are loaded from Windows Media player library (is necessary to have some songs in the library).

Project can be opened in Visual Studio
(for Visual Studio 2015 is necessary to install xna support: https://mxa.codeplex.com/releases/view/618279)

Game is written in XNA framework (C# .NET) and uses DPSF library (http://www.xnaparticles.com/)

Current version 1.0.2

**Known issues:**
- ~~Game is not playing next song after current song ends~~ (fixed in 0.9.9)
- ~~Texts are sometimes too long (overflowing menu)~~ (fixed in 1.0.0)
- ~~Menu layout problem when resolution > HD~~ (fixed in 1.0.1)
- ~~Game crashes when loses focus~~ (fixed in 1.0.2)
- Create full score browser

**Changes:**
- Version 0.9.9
- Fixed: Game is not playing next song after current song ends
- Version 1.0.0
- Fixed: Texts are sometimes too long (overflowing menu)
- Back button is on opposite side of menu
- Version 1.0.1
- Fixed: Menu layout problem
- Version 1.0.2
- Fixed: Game crashes when loses focus

**Install**

Installation is powered by WiX XNA: http://xnainstaller.codeplex.com/

**Screenshot**

![alt text](https://github.com/jiriKuba/SoundCollector/blob/master/SoundCollectorScreenshot.jpg "Screenshot")

[logo]: https://github.com/jiriKuba/SoundCollector/blob/master/SoundCollectorLogo.png "Logo"