Kerem Ceylan

Kerem Ceylan

bash
user@keremceylan:~/portfolio$ ls -la total 4 drwxr-xr-x 1 user user 52 Apr 4 10:24 . drwxr-xr-x 1 user user 20 Apr 4 10:23 .. -rw-r--r-- 1 user user 292 Apr 4 10:24 about.json -rw-r--r-- 1 user user 2584 Apr 4 10:24 projects.js -rw-r--r-- 1 user user 841 Apr 4 10:24 contact.tsx user@keremceylan:~/portfolio$ cat about.json {

About Me

A dedicated Unity Developer with a passion for creating engaging and polished games. I've worked on a variety of projects for both mobile and PC platforms, combining creativity with technical skill to bring ideas to life.

Unity C# Game Design Mobile Dev AR/VR
skills.cs
using UnityEngine; using System.Collections.Generic; public class Skills : MonoBehaviour { private List<string> languages = new() { "C#", "JavaScript", "Python" }; private List<string> tools = new() { "Unity", "Git", "VS Code", "Blender" }; }
Get in Touch

Development

Creating games with clean and optimized code.

Design

User-focused interface and experience design.

Mobile

Optimized games for iOS and Android platforms.

AR/VR

Immersive augmented and virtual reality experiences.

My Projects

Discover the most popular games and applications I've developed.

Dopiverse

Dopiverse

Dive into a dynamic open world where creativity meets learning adventure!

Unity iOS/Android
Gun Simulator

Gun Simulator

Reload your gun and get ready to shoot! Race with competitors and claim new weapons.

Unity iOS/Android
Demolition Party

Demolition Party

An explosive fun 4-player online multiplayer car game! Navigate unique maps and use various weapons.

Unity PC
project-stats.js
// Project statistics const projectStats = { totalProjects: 12, publishedGames: 8, inProgress: 2, platforms: ['Android', 'iOS', 'PC', 'WebGL'], totalDownloads: 1500000, averageRating: 4.7 }; console.log(`My most popular game has been downloaded ${projectStats.totalDownloads / 2} times!`);

Get in Touch

Contact me for your projects or inquiries.

Contact Info

Address

Istanbul, Turkey

Phone

+90 555 123 4567

contact.bash
kerem@dev:~$ npm run contact Starting contact service... Form is ready! Server listening on port 3000