SFML community forums

General => SFML projects => Topic started by: Aleksander Tabor on January 20, 2020, 03:50:20 pm

Title: Spaceships - multiplatform game
Post by: Aleksander Tabor on January 20, 2020, 03:50:20 pm
Hi everyone,
I'm Aleksander Tabor. I made with my friend Tomasz Żurek multiplatform game - Spaceships.

Quote
SpaceShips game written in C++ language, using SFML library.
The project was created in Microsoft Visual Studio 2017.
Multiplatform game for Windows, Linux and Android.
Spaceships is published on Google Play:
https://play.google.com/store/apps/details?id=org.spaceships.android (https://play.google.com/store/apps/details?id=org.spaceships.android)

Gameplay:
(https://i.imgur.com/sPwDjtQ.gif)

Screens:
(https://i.imgur.com/g1voa17.png)  (https://i.imgur.com/LbmC2i7.png)

(https://i.imgur.com/CFWtXg1.png)  (https://i.imgur.com/NXmzNk7.png)

Compilation (Visual Studio & Android Studio):
(https://i.imgur.com/yPMioFu.png)

(https://i.imgur.com/GlhLpL7.png)

We're going to add some new levels, that can be done easily because we can make them with .CSV files.

We deliver our code, instructions for compilation to every platform in GitHub repository:
https://github.com/aleksandertabor/SpaceShips (https://github.com/aleksandertabor/SpaceShips)

The game was written by Aleksander Tabor and Tomasz Żurek
My website: https://aleksandertabor.pl (https://aleksandertabor.pl)
Co-author's website: http://zurektomasz.pl (http://zurektomasz.pl)