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
- Host: GitHub
- URL: https://github.com/jirikuba/soundcollector
- Owner: jiriKuba
- Created: 2016-10-31T18:06:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T17:30:56.000Z (over 8 years ago)
- Last Synced: 2025-01-24T08:28:10.269Z (3 months ago)
- Topics: game, game-development, particles, sound-effects, xna, xna-framework, xna-game
- Language: C#
- Size: 13.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:**
[](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 menuCount 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**

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