top of page
The Mothership Calls
Date
2022
Platform

Genre
Co-op
​
Team
3 members
Library
SFML
Duration
10 days
Context
This game is a second year game programming group project using C++ and the library SFML.
Tasks
Players movement
The spaceships can move in 8 directions and when they exit the screen, they reappear on the other side.


Attack system
The stamina decreases when at least one ship activates its attack.
The laser between the players is active only if both of them use their attack and is disabled when they run out of stamina.
bottom of page