Gothicv |-//
Konrad Gustave
Vire, Basse-Normandie, France
:lis_alex:
:lis_alex:
Currently Offline
Favorite Game
72
Hours played
63
Achievements
Rarest Achievement Showcase
Review Showcase
I played this game on a different platform, I decided to buy it also on steam to support the developers. The game may not have the best storyline I've ever seen, but it makes up for the main character that is really well written. After all, the game is not about the problem of teenagers. I recommend the game and I hope to meet Alex Chan in the next game of life is strange.

EDIT:
Recently I bought the new Life is Strange game, and you know what? Instead of finishing it, I decided to replay Life Is Strange: True Colors. I wanted to edit my review and say the story isn’t fantastic, but the main character is amazing. It’s crazy that I still feel the exact same way. Seriously such a great character. I really hope the developers don’t abandon her.
C++
#include<iostream>
using namespace std;
struct element{
int liczba;
element *nastepny;
element *poprzedni;};
int main()
{
element *wierzcholek_kolejki = NULL;
element *koniec_kolejki = NULL;
element *pomoc = NULL;
cout << "Podaj jedna z instrukcji:\n"
<< "1 liczba - aby dodac liczbe do kolejki \n"
<< "2 - aby usunac liczbe ze kolejki \n"
<< "3 - aby wyswietlic zawartosc kolejki \n"
<< "CTRL+Z - aby zakonczyc\n";
char instrukcja;
while (cin >> instrukcja){
switch (instrukcja)
{
case '1':
pomoc = new element;
cin >> pomoc->liczba;
if (wierzcholek_kolejki == NULL){
pomoc->nastepny = pomoc->poprzedni = NULL;
koniec_kolejki = wierzcholek_kolejki = pomoc;}
else{
pomoc->nastepny = NULL;
koniec_kolejki->nastepny = pomoc;
pomoc->poprzedni = koniec_kolejki;
koniec_kolejki = pomoc; }
break;
case '2':
if (wierzcholek_kolejki != NULL){
pomoc = wierzcholek_kolejki;
if (wierzcholek_kolejki == koniec_kolejki)
wierzcholek_kolejki = koniec_kolejki = NULL;
else
wierzcholek_kolejki = wierzcholek_kolejki->nastepny;
delete pomoc;
}
else
cout << "Kolejka jest pusta\n";
break;
case '3':
if (wierzcholek_kolejki != NULL){
cout << "Zawartosc kolejki:\n";
pomoc = wierzcholek_kolejki;
while (pomoc != NULL)
{
cout << pomoc->liczba << " ";
pomoc = pomoc->nastepny;}}
else
cout << "Kolejka jest pusta";
cout << endl;
break;
default:
cout << "Musisz wybrac jedna z instrukcji:\n1 "
<< "u - aby usunac element ze stosu lub 3 n";
break;}}
return 0;}
Recent Activity
0.6 hrs on record
last played on 5 Jun
8.4 hrs on record
last played on 5 Jun
3,523 hrs on record
last played on 5 Jun
16 Mar @ 4:33pm 
сын французской шлюxи, эвойд сразу пацаны
4 Jan @ 2:51pm 
Elegancki Pan <3
20 Sep, 2025 @ 12:44pm 
Siema gociu :3
4 Sep, 2025 @ 2:46am 
🐰😕😨
14 Aug, 2025 @ 1:18pm 
+rep hello looking for teammates for better teamwork, I’m online a lot but just tired of solo
14 Aug, 2025 @ 11:49am 
let's bring our skills together