View on GitHub

Versus

A 2D Computer Action Game

Download this project as a .zip file Download this project as a tar.gz file

Welcome to the Versus Site

Versus is a 2D game programmed in C++ using the Allegro 5 library. It started as a project for our Programming III class, and is currently in its first version. If you're interested in dabbling with the code yourself you may fork this project. Currently there's only a Linux version of the game, though we're considering cross-compiling for Windows in the future.

The Allegro 5 dependencies are needed to play the game or run the project. We suggest following tutorial for installing them on Linux. Note: Use the 5.0 branch and not 5.1 for installing the depdencies.

Gameplay and Screenshots

The following is actual gameplay and some screenshots of the game.




Shooting Flash

License

Copyright (C) 2015 Nexer Rodríguez (rnexer) and Ricardo A. Interiano (Raim)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the GNU General Public License for more details.

Authors and Contributors

Most assets for the game were taken from Open Game Art. We would like to thank the following persons for sharing their assets online:

Support or Contact

If you're having any trouble with the game, feel free to create a new issue so we can get that fixed.