Skip to content

Commit

Permalink
add polygangs project description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziumper committed Feb 20, 2024
1 parent 2842334 commit 260aa22
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 4 deletions.
2 changes: 0 additions & 2 deletions _i18n/en/_projects/night-catcher.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Sure, here's the translation:

<div class="links">
<a href="http://farmind.pl/en/night-catcher-mobile/" class="btn btn-amber btn-sm z-depth-0" role="button">Read more <i class="fa fa-book"></i></a>
</div>
Expand Down
34 changes: 34 additions & 0 deletions _i18n/en/_projects/polygangs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<div class="links">
<a href="https://store.steampowered.com/app/1480060/Poly_Gangs/" class="btn btn-amber btn-sm z-depth-0" role="button">Steam <i class="fab fa-steam"></i></a>
</div>

# Project Description

The game focuses on recreating life in a Polish city in the 1990s. Conceptually, it resembles game series such as GTA or Driver. Gameplay revolves around the main character. Players focus on exploration and completing tasks, interacting with non-playable characters or other available in-game activities. As the storyline progresses, players discover the game world and the environment of a Polish city, characteristic car brands, fashion, and subcultures, all complemented by visually appealing low-poly graphics.

<div class="row">
<div class="col-sm mt-3 mt-md-0">
{% include figure.liquid path="assets/img/projects/polygangs1.jpg" title="fighting scene" class="img-fluid rounded z-depth-1" zoomable=true %}
</div>
<div class="col-sm mt-3 mt-md-0">
{% include figure.liquid path="assets/img/projects/polygangs2.jpg" title="city" class="img-fluid rounded z-depth-1" zoomable=true %}
</div>
<div class="col-sm mt-3 mt-md-0">
{% include figure.liquid path="assets/img/projects/polygangs3.png" title="car" class="img-fluid rounded z-depth-1" zoomable=true %}
</div>
</div>

## Responsibilities

Within this project, I was responsible for:
- bug fixing
- designing and implementing new mechanics
- code reviews
- integrating and extending external add-ons that expand or add available mechanics
- writing unit tests
- implementing some special effects, animations, and sounds
- prototyping

## Knowledge gain

This was one of the first game titles I worked on in a fully commercial project in the game-dev industry. It taught me to maintain a distance from the code I was creating, consider the accessibility of new features when designing for non-technical people, make technological compromises, rapid prototyping, and testing effective solutions.
34 changes: 34 additions & 0 deletions _i18n/pl/_projects/polygangs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<div class="links">
<a href="https://store.steampowered.com/app/1480060/Poly_Gangs/" class="btn btn-amber btn-sm z-depth-0" role="button">Steam <i class="fab fa-steam"></i></a>
</div>

# Opis projektu

Gra skupia się na odwzorowaniu życia w polskim mieście w latach 90 XX wieku. Założeniami przypomina ona takie serie gier jak GTA czy Driver. Rozgrywka oscyluje wokół głównego bohatera. Gracz skupia się na eksploracji i wykonywaniu zadań, interakcją z charakterami niezależnymi lub innymi dostępnymi w grze aktywnościami. W trakcie popychania fabuły do przodu gracz odkrywa świat gry i środowisko polskiego miasta, charakterystyczne marki samochodów, modę i subkultury, a wszystko okraszone przyjemną dla oka grafiką low-poly.

<div class="row">
<div class="col-sm mt-3 mt-md-0">
{% include figure.liquid path="assets/img/projects/polygangs1.jpg" title="fighting scene" class="img-fluid rounded z-depth-1" zoomable=true %}
</div>
<div class="col-sm mt-3 mt-md-0">
{% include figure.liquid path="assets/img/projects/polygangs2.jpg" title="city" class="img-fluid rounded z-depth-1" zoomable=true %}
</div>
<div class="col-sm mt-3 mt-md-0">
{% include figure.liquid path="assets/img/projects/polygangs3.png" title="car" class="img-fluid rounded z-depth-1" zoomable=true %}
</div>
</div>

## Obowiązki

W ramach tego projektu byłem odpowiedzialny za:
- naprawę błędów
- projektowanie i tworzenie nowych mechanik
- przeglądy kodu
- integracje i rozszerzanie zewnętrznych dodatków rozszerzających lub dodających dostępne mechaniki
- pisanie testów jednostkowych
- implementacje niektórych efektów specjalnych, animacji oraz dźwięków
- prototypowanie

## Zdobyte doświadczenie

Był to jeden z pierwszych tytułów gier, w którym pracowałem w pełni komercyjnym projekcie w branży game-dev. Nauczył mnie dystanstu do tworzonego przeze mnie kodu, uwzględniania dostępności nowych funkcjonalności przy projektowaniu dla osób nietechnicznych i podejmowania kompromisu technologicznego, szybkiego prototypowania oraz testowania skutecznych rozwiązań.
6 changes: 4 additions & 2 deletions _projects/polygangs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ layout: page
title: projects.titles.project5
description: projects.descriptions.project5
img: assets/img/projects/polygangs.jpg
redirect: https://store.steampowered.com/app/1480060/Poly_Gangs/
#redirect: https://store.steampowered.com/app/1480060/Poly_Gangs/
importance: 2
category: game-dev
---
---

{% translate_file _projects/polygangs.md %}
Binary file added assets/img/projects/polygangs1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/projects/polygangs2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/projects/polygangs3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 260aa22

Please sign in to comment.