@extends('layouts.app') @section('content')

Welcome to Play2Chill

Your favorite indie game studio based in Warsaw, Poland.

Check Our Games

About Us

Play2Chill S.A. is an independent game development studio based in Warsaw, Poland. Our mission is to create high-quality games that bring joy and excitement to players around the world. Our team consists of experienced professionals passionate about gaming and dedicated to delivering immersive and engaging experiences.

Play2Chill S.A. is listed on the Warsaw Stock Exchange's NewConnect market, demonstrating our commitment to transparency, growth, and value creation for our shareholders. We are constantly working on new projects that expand our portfolio and showcase our innovation in game development.

Our Games

@php $games = App\Http\Controllers\GameController::getGames(); @endphp @foreach($games as $game) @if(in_array('our_games', $game['show_in']))
{{ $game['title'] }} Image

{{ $game['title'] }}

@foreach($game['platforms'] as $platform) {{ $platform }} @endforeach
@if(!empty($game['buy_link'])) Buy Now @else Learn More @endif
@endif @endforeach

Our Family

Play2Chill S.A.

{{--
--}}

FrogVille Games Sp. z o.o.

Play2Chill S.A. holds 56,75% in the company's share capital

Visit Website

SpacerRocket Games S.A.

Play2Chill S.A. holds 20% in the company's share capital

Visit Website

EmpireCraft Studios P.S.A.

Play2Chill S.A. holds 21% in the company's share capital

Visit Website

Together We Achieved

0

People in Our Team

0

Projects Completed

0

Projects in Production

Latest Blog Posts

@php // Tworzenie instancji GameController i pobranie najnowszych wpisów $gameController = new \App\Http\Controllers\GameController(); $latestPosts = $gameController->getLatestBlogPosts(); @endphp
@foreach($latestPosts as $post)
{{ $post['gameTitle'] }} Image

{{ $post['title'] }}

Read More
@endforeach

Our Videos

@php // Sprawdź, czy plik JSON istnieje i załaduj dane $videosData = []; if (Storage::disk('local')->exists('youtube_videos.json')) { $videosData = json_decode(Storage::disk('local')->get('youtube_videos.json'), true); } @endphp @if(!empty($videosData)) @foreach($videosData as $video) @php $videoId = $video['id']['videoId']; $title = html_entity_decode($video['snippet']['title']); // Dekodowanie znaków HTML $thumbnail = $video['snippet']['thumbnails']['medium']['url']; @endphp @endforeach @else

No videos available at the moment.

@endif

Contact Us

Play2Chill S.A.

KRS: 0000833836
NIP: 5242831701
REGON: 367295956
Kapitał zakładowy: 315 699,9 PLN

Email

CONTACT:
contact@play2chill.com
PRESS:
press@play2chill.com

Address

Wrzesińska 12/30, 03-713 Warsaw, Poland

Office

Wrzesińska 12/30, 03-713 Warsaw, Poland

Poznańska 62/43, 60-853 Poznań, Poland

© 2024 Play2Chill S.A. All rights reserved.

@endsection