Announcing the winners from the Scholarship Competition organized by ARC Academy and Chibi Phoenix

ARC Academy, in partnership with Chibi Phoenix, organized a competition for two partial scholarships, providing an opportunity for talented candidates to begin their education in the field of Games and Creative Industries. Participants had to complete the creative task according to their chosen specialty to demonstrate their potential and skills.
We are very happy to announce the winners of the competition! After a careful review of all submitted projects, our jury selected two participants who impressed them with creativity, technical skills and original approach:
🏆 Еva Tsvetkova and 🏆 Dennitsa Panayotova.
They will receive a 25% discount on the fee for the first academic year at ARC Academy and they will have the opportunity to further develop their skills in a creative and inspiring environment.
Thank you to all participants for your efforts and great projects! We were really impressed by them and we look forward to seeing how your talent will develop in the future.
Follow our channels for more activities and events.
Below you can read the assignment and the conditions for the specific program you are interested in.
Concept Art
The Story
In a distant kingdom, the sun and moon once danced in harmony, bringing balance to the land. But a mysterious eclipse now holds the skies captive, plunging the world into endless twilight. Shadows grow restless and ancient powers awaken. Only the one that’s brave enough to confront the eclipse’s source can restore the cycle and save the fading light.
The task
Show us your imagination and conceptual thinking – draw a character or an environment of the world that you imagine from the story.
3D Art
The Story
In a distant kingdom, the sun and moon once danced in harmony, bringing balance to the land. But a mysterious eclipse now holds the skies captive, plunging the world into endless twilight. Shadows grow restless and ancient powers awaken. Only the one that’s brave enough to confront the eclipse’s source can restore the cycle and save the fading light.
The task
Show us a character or an environment of the said world in 3D. You can use any 3D software (Blender, Zbrush, Maya, ect.)
Visual Arts
The Story
In a distant kingdom, the sun and moon once danced in harmony, bringing balance to the land. But a mysterious eclipse now holds the skies captive, plunging the world into endless twilight. Shadows grow restless and ancient powers awaken. Only the one that’s brave enough to confront the eclipse’s source can restore the cycle and save the fading light.
The task
Design a structure inspired by the theme:
- Option 1: Create an interior where light and shadow coexist, like a sanctuary illuminated by glowing crystals or artificial light.
- Option 2: Design an exterior, such as a shadowy fortress or a temple dedicated to restoring harmony between the sun and moon.
Game Design
The Story
In a distant kingdom, the sun and moon once danced in harmony, bringing balance to the land. But a mysterious eclipse now holds the skies captive, plunging the world into endless twilight. Shadows grow restless and ancient powers awaken. Only the one that’s brave enough to confront the eclipse’s source can restore the cycle and save the fading light.
The task
- Develop the story as a RPG game
- The document we expect must contain
- Summary (max ½ page)
- Describe the main character and story (max ½ page)
- 2 game mechanics (max 1 page)
- List all the elements of the game: items, enemies, weapons, etc. (max 1 page)
- Example of a place/zone in the game
- Conditions for winning or losing the game (max 2 pages)
- Optional: How can the game be scaled with more story or gameplay in the future? (max 1 page)
Game Programming
A Pythagorean triplet is a set of three natural numbers, a < b < c, for which,
a² + b² = c²
For example, 3² + 4² = 9 + 16 = 25 = 5².
There exists exactly one Pythagorean triplet for which a + b + c = 1000.
Write a C++ program that finds the product a * b * c and prints it the console.