Techtory — Independent Mobile Game Studio · Worlds Made to Play
Independent Game Studio
We build. You sell.
Techtory designs, engineers, and ships original mobile games end to end — from a first idea to the App Store. Scroll to explore six worlds we have already brought to life.
CompanyTechtory OÜ
Reg. code17028681
AddressHarju maakond, Tallinn, Kesklinna linnaosa, Sakala tn 7-2, 10141
Emailinfo@techtory.io
GameScreen.tsx
board.ts
src
GameScreen.tsx
board.ts
analytics.ts
assets
theme.ts
import { useEffect } from 'react';
import { View, Text } from 'react-native';
import { analytics } from '@techtory/core';
// Ship playable worlds, end to end.
export function GameScreen({ level }) {
useEffect(() => {
analytics.track('level_start', { level });
}, [level]);
return (
<View style={styles.stage}>
<Text>Techtory</Text>
<Board level={level} onWin={handleWin} />
</View>
);
}
T
info@techtory.io
Techtory Studio · online
Today
How may we help you?
09:41Let's build a unicorn together 🦄
09:42
Message…
Let your idea
live here
01 / 06