# PINIX

> video game development studio

**Wikidata**: [Q110990764](https://www.wikidata.org/wiki/Q110990764)  
**Source**: https://4ort.xyz/entity/pinix

## Summary
PINIX is a video game development studio that operates within the software development industry. The organization is responsible for creating specific video game titles, including *Wanna Survive* (2019) and *Alina of the Arena* (2022).

## Key Facts
- **Entity Type:** Video game developer (software development organization).
- **Industry:** Video game industry.
- **Developed Title:** *Alina of the Arena*, released in 2022.
- **Developed Title:** *Wanna Survive*, released in 2019.
- **Function:** Specializes in the creation and development of video games.

## FAQs
### Q: What is PINIX?
A: PINIX is a video game development studio. It is a software development organization specializing in the creation of video games.

### Q: What games has PINIX developed?
A: PINIX is credited with developing *Wanna Survive*, which was released in 2019, and *Alina of the Arena*, released in 2022.

### Q: When was *Alina of the Arena* released?
A: *Alina of the Arena* is a video game developed by PINIX that was released in 2022.

## Why It Matters
PINIX plays a role in the digital entertainment ecosystem by producing interactive software for consumers. As a video game developer, the studio contributes to the diversity of the video game market by bringing specific creative projects to fruition. The release of *Wanna Survive* in 2019 and *Alina of the Arena* in 2022 establishes the studio's timeline of production and its ongoing activity in the industry over multiple years. By transforming concepts into playable software, PINIX serves as a key node in the value chain of the video game industry, moving from development to the final consumer product. Their work provides specific gaming experiences that contribute to the broader catalog of available digital entertainment.

## Notable For
- Developing and releasing *Alina of the Arena* in 2022.
- Developing and releasing *Wanna Survive* in 2019.
- Operating as a specialized software development organization for video games.

## Body
### Overview
PINIX is classified as a video game developer. This designation places the entity within the video game industry as a software development organization focused on creating interactive entertainment.

### Developed Works
The studio has developed at least two distinct video game titles based on available records:

*   **Alina of the Arena:** This video game was developed by PINIX and released in 2022.
*   **Wanna Survive:** This video game was developed by PINIX and released in 2019.

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "PINIX",
  "description": "Video game development studio known for developing Alina of the Arena and Wanna Survive.",
  "industry": "Video Game Industry",
  "sibling": [
    {
      "@type": "VideoGame",
      "name": "Alina of the Arena",
      "datePublished": "2022"
    },
    {
      "@type": "VideoGame",
      "name": "Wanna Survive",
      "datePublished": "2019"
    }
  ]
}