musical skill
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 233
jMusic 1.5
jMusic provides a library of classes for generating and manipulating music. more>>
jMusic is a project designed to provide composers and software developers with a library of compositional and audio processing tools.
It provides a solid framework for computer-assisted composition in Java, and is also used for generative music, instrument building, interactive performance, and music analysis.
jMusic supports musicians with its familiar music data structure based upon note/sound events, and provides methods for organising, manipulating and analysing that musical data. jMusic scores can be rendered as MIDI or audio files for storage and later processing or playback in real-time.
jMusic can read and write MIDI files, audio files, XML files, and its own .jm files; there is real-time support for JavaSound, QuickTime and MIDIShare. jMusic is designed to be extendible, encouraging you to build upon its functionality by programming in Java to create your own musical compositions, tools, and instruments.
In a spirit of mutual collaboration, jMusic is provided free and is an open source project. jMusic is 100% Java and works on Windows, Mac OS, Linux, BSD, Solaris, or any other platform with Java support.
<<lessIt provides a solid framework for computer-assisted composition in Java, and is also used for generative music, instrument building, interactive performance, and music analysis.
jMusic supports musicians with its familiar music data structure based upon note/sound events, and provides methods for organising, manipulating and analysing that musical data. jMusic scores can be rendered as MIDI or audio files for storage and later processing or playback in real-time.
jMusic can read and write MIDI files, audio files, XML files, and its own .jm files; there is real-time support for JavaSound, QuickTime and MIDIShare. jMusic is designed to be extendible, encouraging you to build upon its functionality by programming in Java to create your own musical compositions, tools, and instruments.
In a spirit of mutual collaboration, jMusic is provided free and is an open source project. jMusic is 100% Java and works on Windows, Mac OS, Linux, BSD, Solaris, or any other platform with Java support.
Download (0.49MB)
Added: 2005-09-20 License: GPL (GNU General Public License) Price:
1496 downloads
Music::Scales 0.07
Music::Scales can supply necessary notes / offsets for musical scales. more>>
Music::Scales can supply necessary notes / offsets for musical scales.
SYNOPSIS
use Music::Scales;
my @maj = get_scale_notes(Eb); # defaults to major
print join(" ",@maj); # "Eb F G Ab Bb C D"
my @blues = get_scale_nums(bl); # bl,blu,blue,blues
print join(" ",@blues); # "0 3 5 6 7 10"
my %min = get_scale_offsets (G,mm,1); # descending melodic minor
print map {"$_=$min{$_} "} sort keys %min; # "A=0 B=-1 C=0 D=0 E=-1 F=0 G=0"
Given a keynote A-G(#/b) and a scale-name, will return the scale, either as an array of notenames or as a hash of semitone-offsets for each note.
METHODS
get_scale_nums($scale[,$descending])
returns an array of semitone offsets for the requested scale, ascending/descending the given scale for one octave. The descending flag determines the direction of the scale, and also affects those scales (such as melodic minor) where the notes vary depending upon the direction. Scaletypes and valid values for $scale are listed below.
get_scale_notes($notename[,$scale,$descending,$keypref])
returns an array of notenames, starting from the given keynote. Enharmonic equivalencies (whether to use F# or Gb, for instance) are calculated based on the keynote and the scale. Basically, it attempts to do the Right Thing if the scale is an 8-note one, (the 7th in G harmonic minor being F# rather than Gb, although G minor is a flat key), but for any other scales, (Chromatic, blues etc.) it picks equivalencies based upon the keynote. This can be overidden with $keypref, setting to be either # or b for sharps and flats respectively. Cruftiness abounds here.
get_scale_offsets($notename[,$scale,$descending,$keypref])
as get_scale_notes(), except it returns a hash of notenames with the values being a semitone offset (-1, 0 or 1) as shown in the synopsis.
get_scale_MIDI($notename,$octave[,$scale,$descending])
as get_scale_notes(), but returns an array of MIDI note-numbers, given an octave number (-1..9).
get_scale_PDL($notename,$octave[,$scale,$descending])
as get_scale_MIDI(), but returns an array of PDL-format notes.
is_scale($scalename)
returns true if $scalename is a valid scale name used in this module.
<<lessSYNOPSIS
use Music::Scales;
my @maj = get_scale_notes(Eb); # defaults to major
print join(" ",@maj); # "Eb F G Ab Bb C D"
my @blues = get_scale_nums(bl); # bl,blu,blue,blues
print join(" ",@blues); # "0 3 5 6 7 10"
my %min = get_scale_offsets (G,mm,1); # descending melodic minor
print map {"$_=$min{$_} "} sort keys %min; # "A=0 B=-1 C=0 D=0 E=-1 F=0 G=0"
Given a keynote A-G(#/b) and a scale-name, will return the scale, either as an array of notenames or as a hash of semitone-offsets for each note.
METHODS
get_scale_nums($scale[,$descending])
returns an array of semitone offsets for the requested scale, ascending/descending the given scale for one octave. The descending flag determines the direction of the scale, and also affects those scales (such as melodic minor) where the notes vary depending upon the direction. Scaletypes and valid values for $scale are listed below.
get_scale_notes($notename[,$scale,$descending,$keypref])
returns an array of notenames, starting from the given keynote. Enharmonic equivalencies (whether to use F# or Gb, for instance) are calculated based on the keynote and the scale. Basically, it attempts to do the Right Thing if the scale is an 8-note one, (the 7th in G harmonic minor being F# rather than Gb, although G minor is a flat key), but for any other scales, (Chromatic, blues etc.) it picks equivalencies based upon the keynote. This can be overidden with $keypref, setting to be either # or b for sharps and flats respectively. Cruftiness abounds here.
get_scale_offsets($notename[,$scale,$descending,$keypref])
as get_scale_notes(), except it returns a hash of notenames with the values being a semitone offset (-1, 0 or 1) as shown in the synopsis.
get_scale_MIDI($notename,$octave[,$scale,$descending])
as get_scale_notes(), but returns an array of MIDI note-numbers, given an octave number (-1..9).
get_scale_PDL($notename,$octave[,$scale,$descending])
as get_scale_MIDI(), but returns an array of PDL-format notes.
is_scale($scalename)
returns true if $scalename is a valid scale name used in this module.
Download (0.013MB)
Added: 2007-08-11 License: Perl Artistic License Price:
806 downloads
Musical MIDI Accompaniment 1.2
MMA (Musical MIDI Accompaniment) is an accompaniment generator. more>>
MMA (Musical MIDI Accompaniment) is an accompaniment generator. It creates MIDI tracks for a soloist to perform over from a user-supplied file containing chords and MMA directives.
Musical MIDI Accompaniment is very versatile and generates excellent tracks. It comes with an extensive user-extendable library with a variety of patterns for various popular rhythms, an extensive user manual, and several demo songs.
It is a command line driven program. It creates MIDI files which need a sequencer or MIDI file play program.
Main features:
- mma - the executable python script,
- modules - the various python modules needed to run MMA,
- lib - a set of standard library files which contain MMA patterns for different rhythms,
- songs - a few demo songs
Enhancements:
- A new command set that lets MMA create and play MIDI files on-the-fly, some additional synchronization options, smoother volume changes with (De)Crescendos, and minor bugfixes/improvements.
<<lessMusical MIDI Accompaniment is very versatile and generates excellent tracks. It comes with an extensive user-extendable library with a variety of patterns for various popular rhythms, an extensive user manual, and several demo songs.
It is a command line driven program. It creates MIDI files which need a sequencer or MIDI file play program.
Main features:
- mma - the executable python script,
- modules - the various python modules needed to run MMA,
- lib - a set of standard library files which contain MMA patterns for different rhythms,
- songs - a few demo songs
Enhancements:
- A new command set that lets MMA create and play MIDI files on-the-fly, some additional synchronization options, smoother volume changes with (De)Crescendos, and minor bugfixes/improvements.
Download (0.17MB)
Added: 2007-06-08 License: GPL (GNU General Public License) Price:
879 downloads
DAMASCAS 0.2
DAMASCAS is a tool to manage team. more>>
DAMASCAS is a tool to manage team. DAMASCAS project helps team leader in allocating tasks to team members.
A person is skilled in many different things, but normally we tend to overlook the range of skill our team members possesses. DAMASCAS helps team leader by considering multiple skills members posses and their respective competency level.
Damascas balances the work requirement and staff availability. It tries to allocate task to member, who are most competent in that job.
DAMASCAS was conceptualised to effeciently allocate some 900 workers to different job on daily basis in a workshop. DAMASCAS takes consideration of different skills available with the team members, requirement of the work and then allocates tasks to maximize the team effeciency.
DAMASCAS is for anybody who has to allocate work to others - team leaders, shop supervisor, office staff head, project leader. In short term - it can be used as a tool for day to day work allocation; it can also be used as a tool to plan effective work allocation for the team.
DAMASCAS can be used for small office team of 10-12 people to huge manufacturing setup with over 2000 workers.
DAMASCAS was first concieved to create daily work assignment for workers in a manufacturing setup with over 2500 workers.
<<lessA person is skilled in many different things, but normally we tend to overlook the range of skill our team members possesses. DAMASCAS helps team leader by considering multiple skills members posses and their respective competency level.
Damascas balances the work requirement and staff availability. It tries to allocate task to member, who are most competent in that job.
DAMASCAS was conceptualised to effeciently allocate some 900 workers to different job on daily basis in a workshop. DAMASCAS takes consideration of different skills available with the team members, requirement of the work and then allocates tasks to maximize the team effeciency.
DAMASCAS is for anybody who has to allocate work to others - team leaders, shop supervisor, office staff head, project leader. In short term - it can be used as a tool for day to day work allocation; it can also be used as a tool to plan effective work allocation for the team.
DAMASCAS can be used for small office team of 10-12 people to huge manufacturing setup with over 2000 workers.
DAMASCAS was first concieved to create daily work assignment for workers in a manufacturing setup with over 2500 workers.
Download (0.48MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
1396 downloads
Common Music 1.0.2
Common Music (CM) is an object-oriented music composition environment. more>>
Common Music (CM) is an object-oriented music composition environment.
Common Music produces sound by transforming a high-level representation of musical structure into a variety of control protocols for sound synthesis and display.
<<lessCommon Music produces sound by transforming a high-level representation of musical structure into a variety of control protocols for sound synthesis and display.
Download (0.60MB)
Added: 2007-07-29 License: GPL (GNU General Public License) Price:
832 downloads
Montessori Bells 1.1
Montessori Bells project is a program that teaches children to discriminate musical sounds. more>>
Montessori Bells project is a program that teaches children to discriminate musical sounds.
It is an instrument for playing musical airs by ear.
The bells are also a musical instrument for children to play. Because the Montessori bells are a lovely and extremely expensive piece of equipment to buy, we have made a software equivalent of the first few activities usually done with the bells.
We suggest that parents and teachers present and supervise the activities as they would the real bells. We think it will be worthwhile for adults to spend a bit of time familiarising themselves with our bells themselves before presenting them to a child, in order to avoid frustrating the child with any confusion.
We suggest that the bells be introduced at a stage when the child is showing interest in music or singing.
In our start mode, there are two rows of bells; the top row is white, the bottom row brown. Other than their colour, the two rows are identical.
Clicking on each bell in a row from left to right will produce the notes of the C major scale in ascending order. The bells cannot be moved in the start mode. The start mode can be returned to at any time by clicking on "Restart" at the bottom of the activity.
<<lessIt is an instrument for playing musical airs by ear.
The bells are also a musical instrument for children to play. Because the Montessori bells are a lovely and extremely expensive piece of equipment to buy, we have made a software equivalent of the first few activities usually done with the bells.
We suggest that parents and teachers present and supervise the activities as they would the real bells. We think it will be worthwhile for adults to spend a bit of time familiarising themselves with our bells themselves before presenting them to a child, in order to avoid frustrating the child with any confusion.
We suggest that the bells be introduced at a stage when the child is showing interest in music or singing.
In our start mode, there are two rows of bells; the top row is white, the bottom row brown. Other than their colour, the two rows are identical.
Clicking on each bell in a row from left to right will produce the notes of the C major scale in ascending order. The bells cannot be moved in the start mode. The start mode can be returned to at any time by clicking on "Restart" at the bottom of the activity.
Download (0.52MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1095 downloads
Musix GNU+Linux 1.0r2
Musix GNU+Linux is a Free Operating system intended for musicians and users in general. more>>
Musix GNU+Linux is a Free Operating system intended for musicians and users in general. Musix GNU+Linux also contains an enormous collection of free programs.
The system will boot from your CD/DVD drive, with no need to install anything on your hard disk. The programs currently support the Spanish and English languages.
Main features:
- Master for CD
- Publish musical scores
- Print musical scores
- Create MIDI Instruments
- Record and reproduce Audio and MIDI
- Edit and mix Audio and MIDI tracks with Multitrack Sequencers/Editors
- Perform noise-reduction to recover recordings
- Use effects in real time with any device (microphone, line, etc.)
- Connect a keyboard or another MIDI device and control the available software synthesizers
<<lessThe system will boot from your CD/DVD drive, with no need to install anything on your hard disk. The programs currently support the Spanish and English languages.
Main features:
- Master for CD
- Publish musical scores
- Print musical scores
- Create MIDI Instruments
- Record and reproduce Audio and MIDI
- Edit and mix Audio and MIDI tracks with Multitrack Sequencers/Editors
- Perform noise-reduction to recover recordings
- Use effects in real time with any device (microphone, line, etc.)
- Connect a keyboard or another MIDI device and control the available software synthesizers
Download (701.2MB)
Added: 2007-06-09 License: GPL (GNU General Public License) Price:
871 downloads
The Million Musician Challenge 0.901
The Million Musician Challenge is a project to allow you to play music by playing games. more>>
The Million Musician Challenge is a project to allow you to play music by playing games. The first game is a 2D vertically scrolling shoot-em-up game.
The keyboard (qwerty or musical) controls an array of sprites corresponding to the music notes. As you shoot the falling sprites, you play notes corresponding to the music.
<<lessThe keyboard (qwerty or musical) controls an array of sprites corresponding to the music notes. As you shoot the falling sprites, you play notes corresponding to the music.
Download (5.7MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
942 downloads
Other version of The Million Musician Challenge
License:GPL (GNU General Public License)
Audio::Moosic 0.09
Audio::Moosic is a Moosic client library for Perl. more>>
Audio::Moosic is a Moosic client library for Perl.
SYNOPSIS
use Audio::Moosic;
$moo = Audio::Moosic::Unix->new();
$moosic->append(/home/me/somewhat.ogg);
$moosic->play;
print $moosic->current, "n";
$moosic->pause;
...
Audio::Moosic acts as a client for the musical jukebox programm Moosic (http://nanoo.org/~daniel/moosic/) by Daniel Pearson.
Using Audio::Moosic you can connect to a moosic server either via an UNIX socket or an INET socket.
<<lessSYNOPSIS
use Audio::Moosic;
$moo = Audio::Moosic::Unix->new();
$moosic->append(/home/me/somewhat.ogg);
$moosic->play;
print $moosic->current, "n";
$moosic->pause;
...
Audio::Moosic acts as a client for the musical jukebox programm Moosic (http://nanoo.org/~daniel/moosic/) by Daniel Pearson.
Using Audio::Moosic you can connect to a moosic server either via an UNIX socket or an INET socket.
Download (0.009MB)
Added: 2007-01-03 License: Perl Artistic License Price:
1025 downloads
GUIDOLib 1.33
GUIDOLib is designed as a project aiming at the development of a generic, portable library and API for the graphical rendering of musical scores. more>>
GUIDOLib 1.33 is designed as a project aiming at the development of a generic, portable library and API for the graphical rendering of musical scores. The library is based on the GUIDO Music Notation Format as the underlying data format. The library takes account of the conventional music notation system and should be flexible enough to include any graphical sign and musical information if necessary.
Major Features:
- The GUIDOLib project includes the development of several applications for tasks like displaying/rendering musical scores (GUIDO Noteviewer), playback GUIDO files via MIDI, or the conversion between GUIDO and and other scorefile formats. Another main topic of the project is the development of the portable library and API for graphical score.
- The GUIDOLib project has started in December 2002 by improving the source code of the GUIDO NoteViewer (created by Kai Renz) through an collaboration between the MidiShare group at GRAME (Lyon/France) and the SALIERI group at the Darmstadt University of Technology.
Added: 2008-02-05 License: GPL Price: FREE
1 downloads
Free Music Instrument Tuner 0.96.4
Free Music Instrument Tuner is a musical instrument tunning application. more>>
Free Music Instrument Tuner is a musical instrument tunning application.
Main features:
- Error history
- Volume history
- Wave-length shape
- Harmonics ratio (Formants)
- Microtonal tuning (with Scala file support)
- ALSA support
- JACK support
- Translations for: francais
<<lessMain features:
- Error history
- Volume history
- Wave-length shape
- Harmonics ratio (Formants)
- Microtonal tuning (with Scala file support)
- ALSA support
- JACK support
- Translations for: francais
Download (0.22MB)
Added: 2006-02-03 License: GPL (GNU General Public License) Price:
1391 downloads
skill and snice 4.1.4
skill sends signals to processes given any combination of user names, ttys and snice changes the priority of processes. more>>
skill sends signals to processes given any combination of user names, ttys, commands, and pids and snice changes the priority of processes (given the same).
They are similar to kill(1) and renice(8), but the commandline is order-independent. There are also verbose, search, and interactive modes of operation.
Both programs run under a variety of operating systems, including:
Apple Darwin 5.4
AT&T SysVR4, SysVR4.2, SysVR4.2MP
4.2BSD, 4.3BSD, 4.4BSD (and many PC variants)
Cygwin 1.5 (uses Linux)
Mach 2.6, 3.0
DEC Ultrix 2.2, 4.1-2
DEC AXP OSF/1
DEC/Compaq Tru64 Unix V3.2D-2, T3.2F-1, V4.0, V5.0-1B
Encore UMAX 4.2
FreeBSD 2.0-2, 3.1, 4.4-11, 5.0-3, 6.0-1
HP-UX 6.5, 7.0, 8.0, 9.0-5, 10.1-20, 11.0-23
IBM AIX 3.1-2, 4.1, 5.2
IBM AOS 4.3
Linux 1.0-2, 2.1, 2.2, 2.4
MIPS UMIPS 2.1
NeXT OS 1.0, 2.1
NetBSD 1.3-5
OpenBSD 2.6, 3.0
Pyramid OSx 4.0
SCO UnixWare 7.0.1
SGI Irix 3.3, 4.0, 5.2, 5.3, 6.2, 6.5
Sequent Dynix 3.0-1
SunOS 2, 3, 4.0-1, 5.1-10
Enhancements:
- skill and snice now act on each process only once (for systems like BSD that return the same Process ID multiple times, once for each instantiated thread).
- Support has also been added for FreeBSD 6.2 and HP-UX 11.31.
<<lessThey are similar to kill(1) and renice(8), but the commandline is order-independent. There are also verbose, search, and interactive modes of operation.
Both programs run under a variety of operating systems, including:
Apple Darwin 5.4
AT&T SysVR4, SysVR4.2, SysVR4.2MP
4.2BSD, 4.3BSD, 4.4BSD (and many PC variants)
Cygwin 1.5 (uses Linux)
Mach 2.6, 3.0
DEC Ultrix 2.2, 4.1-2
DEC AXP OSF/1
DEC/Compaq Tru64 Unix V3.2D-2, T3.2F-1, V4.0, V5.0-1B
Encore UMAX 4.2
FreeBSD 2.0-2, 3.1, 4.4-11, 5.0-3, 6.0-1
HP-UX 6.5, 7.0, 8.0, 9.0-5, 10.1-20, 11.0-23
IBM AIX 3.1-2, 4.1, 5.2
IBM AOS 4.3
Linux 1.0-2, 2.1, 2.2, 2.4
MIPS UMIPS 2.1
NeXT OS 1.0, 2.1
NetBSD 1.3-5
OpenBSD 2.6, 3.0
Pyramid OSx 4.0
SCO UnixWare 7.0.1
SGI Irix 3.3, 4.0, 5.2, 5.3, 6.2, 6.5
Sequent Dynix 3.0-1
SunOS 2, 3, 4.0-1, 5.1-10
Enhancements:
- skill and snice now act on each process only once (for systems like BSD that return the same Process ID multiple times, once for each instantiated thread).
- Support has also been added for FreeBSD 6.2 and HP-UX 11.31.
Download (0.045MB)
Added: 2007-05-05 License: BSD License Price:
906 downloads
KBall Final 2004
KBall is a game of skill and reflexes, non violent, suitable for all ages. more>>
KBall is a game of skill and reflexes, non violent, suitable for all ages.
The idea is to move a ball around the map, without falling, without running out of time, and getting the prizes, in order to reach the exit.
The map has different traps, such as slides, pushers, jumps, falls, walls, etc.
Maps are viewed from top view, and the walls and players ball are real-time rendered in beautiful 3D.
Main features:
- Is 100% non-violent FUN - Suitable for ALL ages.
- Also, a easy to use, full map editor included! You can do your OWN maps!!!
- Available with cross-platform support for DOS, Windows, Unix, Linux, BeOS, QNX and MacOS systems.
- Source code also available (under open source license)
- Made in C++, using Allegro game library and other open source tools.
Enhancements:
- New speech sounds for game over and won screen.
- Fixed some engine bugs.
- New levels.
- Removed the "demo" message.
- Entering final stage of release.
- F11 key toggles show or not fps.
- New Windows installer.
<<lessThe idea is to move a ball around the map, without falling, without running out of time, and getting the prizes, in order to reach the exit.
The map has different traps, such as slides, pushers, jumps, falls, walls, etc.
Maps are viewed from top view, and the walls and players ball are real-time rendered in beautiful 3D.
Main features:
- Is 100% non-violent FUN - Suitable for ALL ages.
- Also, a easy to use, full map editor included! You can do your OWN maps!!!
- Available with cross-platform support for DOS, Windows, Unix, Linux, BeOS, QNX and MacOS systems.
- Source code also available (under open source license)
- Made in C++, using Allegro game library and other open source tools.
Enhancements:
- New speech sounds for game over and won screen.
- Fixed some engine bugs.
- New levels.
- Removed the "demo" message.
- Entering final stage of release.
- F11 key toggles show or not fps.
- New Windows installer.
Download (0.067MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1539 downloads
Strasheela 0.8.3
Strasheela is a highly expressive constraint-based music composition system. more>>
Strasheela is a highly expressive constraint-based music composition system. The Strasheela user declaratively states a music theory and the computer generates music which complies with this theory.
A theory is formulated as a constraint satisfaction problem (CSP) by a set of rules (constraints) applied to a music representation in which some aspects are expressed by variables (unknowns).
Music constraint programming is style-independent and is well-suited for highly complex theories (e.g. a fully-fledged theory of harmony). The results can be output into various formats including MIDI, Lilypond, and Csound.
Enhancements:
- This release greatly extends the available documentation.
- It now comes with a tutorial (draft) and includes several examples with musical output, an explanation of their underlying music theory, remarks on their implementation, and the full source code.
- Substantial background information on Strasheela is given by a monograph.
- Also, many additions and bugfixes have been made to the system.
<<lessA theory is formulated as a constraint satisfaction problem (CSP) by a set of rules (constraints) applied to a music representation in which some aspects are expressed by variables (unknowns).
Music constraint programming is style-independent and is well-suited for highly complex theories (e.g. a fully-fledged theory of harmony). The results can be output into various formats including MIDI, Lilypond, and Csound.
Enhancements:
- This release greatly extends the available documentation.
- It now comes with a tutorial (draft) and includes several examples with musical output, an explanation of their underlying music theory, remarks on their implementation, and the full source code.
- Substantial background information on Strasheela is given by a monograph.
- Also, many additions and bugfixes have been made to the system.
Download (0.75MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
809 downloads
Alien Swarm 1.32
Alien Swarm is a co-op mod for UT2004 where you play a team of marines fighting agains the swarm. more>>
Alien Swarm is an overhead view tactical shooter modification for Unreal Tournament 2004. Alien Swarm is set in a distant future, the players take the role of a Commander in the Interstellar Armed Forces.
They must guide their squad of marines through Swarm infested colonies, overrun bases and outposts, to achieve a variety of objectives. Featuring Assault Rifles, Heat Tracking Guns, Sentry Guns, Flamethrowers and more.
The top down, tactical shooter can be played by a maximum of 6 players in a co-op style. (You can play 8 in total, but then the game gets a bit crowded so we made it 6 by default.) Choose from eight marines, with different specialties - medical, technical, explosive or weapons specialists.
It features a single mission mode and a campaign. Fight off the Swarm to increase your skills and earn medals for extra skill points.
<<lessThey must guide their squad of marines through Swarm infested colonies, overrun bases and outposts, to achieve a variety of objectives. Featuring Assault Rifles, Heat Tracking Guns, Sentry Guns, Flamethrowers and more.
The top down, tactical shooter can be played by a maximum of 6 players in a co-op style. (You can play 8 in total, but then the game gets a bit crowded so we made it 6 by default.) Choose from eight marines, with different specialties - medical, technical, explosive or weapons specialists.
It features a single mission mode and a campaign. Fight off the Swarm to increase your skills and earn medals for extra skill points.
Download (121.2MB)
Added: 2007-03-03 License: GPL (GNU General Public License) Price:
979 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above musical skill search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed