top of page

The Mothership Calls

Date

2022

Platform

Windows_Icon.png

Genre

Co-op

​

Team

members

Library

SFML

Duration

10 days

Context

This game is a second year game programming group project using C++ and the library SFML.

Pitch

A multiplayer game where you control two spaceship and try to protect your planet

Tasks

Players movement

The spaceships can move in 8 directions and when they exit the screen, they reappear on the other side.

mothersjip_controls.gif
mothership_attack.gif

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