Torunki Island
Explore an island full of minigames and secrets.
Duration: June – August 2024 (Unreleased)
Team Size: 5 (Remote)
Project Type: Digital Game
Engine: Godot
Torunki Island is a single-player game inspired by mid-2000s educational MMOs, with a darker twist. Players explore a tiny island packed with minigames to play, puzzles to solve, and secrets to uncover.
Summary of Contributions (So Far):
- Project Management: I managed our team to guide us towards our vision, holding multiple weekly meetings and prioritizing tasks during 10 weeks of summer 2024.
- Game Design: I designed 5 of 12 minigames on the island and defined (at high and low levels) how the player moves throughout the overworld.
- Programming: I programmed 2 minigames, player movement, puzzle interaction mechanics, and various UI-based scenes.
Minigame Design Sample: The Flavor Factory:
I originally created a pen-and-paper specification for this minigame.
Alongside this sketch, I defined the basic core loop and enumerated the game's variables. Clay blocks move across a conveyor belt, and the player clicks on them with different "flavored" stamps to fill a list of orders. Variables include the number of flavors, the speed of the conveyor belt, and the amount of orders.
Below is a clip from the final minigame:
Designing Player Movement Mechanics:
The goal was to create satisfying point-and-click movement that interacts with the world and provides appropriate feedback with the mouse pointer.
Clicking on doors and various other objects internally redirects the player's target destination, since moving directly toward the mouse click can cause players to walk into a wall or get stuck on an object.
Several puzzles involve stone buttons which activate when you stop moving, neatly sinking into the floor and glowing.
Project Credits: Team Fripper (Maze Labowitz, Junior Siguencia, Eliah Seignourel, Alex Kaplan, Cristi Gonzalez)