Battleground is a 2 player arcade game based on the popular Battleship board game.
Instead of a sea with ships, you play on the ground with buildigns and vehicles.
Each player has :
- Airport
- Radar tower
- Headquarter
- Gustav railway gun
- MMRL (Mobile Multiple Rocket Launcher)
- Tank
In addition to the normal rules where a player can only shoot and hit one cell of the grid at a time, we added some special actions such as:
- an airstrike (drops bombs on 7 cells horizontally or vertically)
- a radar (discovers 4 cells) //TODO
- a rocket strike (shoots 5 rockets randomly in a 7 by 7 cells area)
- ...
Each one of these special actions can only be used if the linked building or vehicle isn't destroyed and they have a "reload-time" to keep the game dynamic and strategically.
- Architectural design
- Playable simple version in cmd-line
- Playable advanced version in cmd-line
- Playable advanced version in GUI
- Game finished
Group number: 5
- Michotte Martin - MMichotte
- Perdaens Martin - Martinp-95
- Valentin Morgan - momo007Dev
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.