Transcript
Page 1: MBridge Introduction of Game Matrix, a mobile game backend service framework

게임 매트릭스 소개2014년

엠브릿지 주식회사

게임 매트릭스에 연결하세요!모바일 게임 개발 및 운영이쉽고 빠르고 편리해집니다.

Page 2: MBridge Introduction of Game Matrix, a mobile game backend service framework

게임 매트릭스는 모바일 게임Backend Service Framework 입니다

게임유저 데이터를 관리합니다.

아이템 데이터를 관리합니다.

이벤트를 생성, 제공합니다.

구매 정보를 저장합니다.

Push 알림기능을 지원합니다.

SNS 연동 기능을 지원합니다.

통계 데이터를 제공합니다.

모바일 게임 서버공통 기능들을모두 제공합니다!

Page 3: MBridge Introduction of Game Matrix, a mobile game backend service framework

게임 매트릭스 특징클라우드 서비스 형태로 제공합니다.

Unity 3D API를 제공합니다.

관리 및 운영을 위한 Dashboard를 제공합니다.

Page 4: MBridge Introduction of Game Matrix, a mobile game backend service framework

게임 매트릭스 서비스를 사용하면추가 제공되는 서비스들

모니터링 서비스

CPU, DB, Memory

Response time

Bandwidth

보안

백업 및 DR 대응

Page 5: MBridge Introduction of Game Matrix, a mobile game backend service framework

게임 매트릭스에 연결하면...

서버 개발 기간이 필요없습니다.

서버 운영 및 장애에 대해 걱정할 필요가 없습니다.

게임 실패시 비용을 최소화할 수 있습니다. (3개월 단위로 클라우드 운영계약을 체결할 수 있습니다)

Page 6: MBridge Introduction of Game Matrix, a mobile game backend service framework

Reference

러닝독 for Kakao

Page 7: MBridge Introduction of Game Matrix, a mobile game backend service framework

Unity 3D API(Matrix.IUser)

Name Description

Login 유저 로그인

Logout 유저 로그 아웃

Unregister 유저 탈퇴

Info 유저 게임 정보 조회

StartPlay 게임 플레이 시작

ContinuePlay 게임 이어하기

EndPlay 게임 플레이 종료 (미션 달성에 따른 보상)

SetProperty 유저 프로필 설정 (Profile URL, Nick Name)

GetProperty 유저 프로필 조회

Page 8: MBridge Introduction of Game Matrix, a mobile game backend service framework

Unity 3D API(Matrix.IFriend)

Name Description

Info 친구의 게임 정보 (NickName, 게임 스코어등)

Update 친구 목록 갱신

Page 9: MBridge Introduction of Game Matrix, a mobile game backend service framework

Unity 3D API(Matrix.IItem)

Name Description

List 아이템 전체리스트 조회

MyList 유저가 보유한 아이템 리스트 조회

Equip 아이템 장착

Unequip 아이템 장착 해제

Set 게임 플레이에 사용할 아이템 선택

Use 소모성 아이템 사용

Page 10: MBridge Introduction of Game Matrix, a mobile game backend service framework

Unity 3D API(Matrix.ILeaderboard)

Name Description

List 리더 보드 리스트 조회

LeagueRankingInfo 리그 랭킹 조회

TotalRankingInfo 통합 랭킹 조회

Page 11: MBridge Introduction of Game Matrix, a mobile game backend service framework

Unity 3D API(Matrix.IPayment)

Name Description

List 구매 가능한 아이템 리스트 조회

BuyItem 코인이나 캐쉬로 코인 타입, 하트 타입 아이템 구매

BuyGem 캐쉬 구매 (Google IAB, Apple IAP 지원)

BuyChracter 캐릭터 구매

BuyAcc 액세서리 구매

BuyFairy 페어리 구매

BuyLevelItem 레벨 아이템 구매

Page 12: MBridge Introduction of Game Matrix, a mobile game backend service framework

Unity 3D API(Matrix.IPush)

Name Description

SetPushID Push 에 필요한 GCM ID/Apple Device ID 등록

UnsetPushID Push 에 필요한 GCM ID/Apple Device ID 등록 해제

Page 13: MBridge Introduction of Game Matrix, a mobile game backend service framework

Unity 3D API(Matrix.IReward)

Name Description

ListReward 이벤트 및 리워드 목록 조회

GiveReward 리워드 조건 달성시 보상

Page 14: MBridge Introduction of Game Matrix, a mobile game backend service framework

Unity 3D API(Matrix.IGift)

Name Description

ListAcceptableGifts 받은 선물 리스트 조회

AcceptGift 선물 받기

SendGift 친구에게 아이템 선물

Page 15: MBridge Introduction of Game Matrix, a mobile game backend service framework

Unity 3D API(Matrix.IMaintain)

Name Description

GetPatchInfo 클라이언트 패치 정보 가져오기

Log 클라이언트 에러 로깅

Page 16: MBridge Introduction of Game Matrix, a mobile game backend service framework

Dashboard(System management)

Admin 페이지 사용자 각각에 대해 사용 승인 및 관리 권한을 구분 하여 단계별로 메뉴 접근 권한 설정 가능

Page 17: MBridge Introduction of Game Matrix, a mobile game backend service framework

Dashboard(Membership management)게임 유저 관리 기능: 전체 유저 검색, 유저 상세 정보 조회

Push Notification 기능: Google GCM, Apple APNS

Page 18: MBridge Introduction of Game Matrix, a mobile game backend service framework

Dashboard(Statistics management)서버별, 기간별로 충전 현황, 접속 현황 및 각종 Game 현황 조회

Page 19: MBridge Introduction of Game Matrix, a mobile game backend service framework

Dashboard(Code management)

아이템 추가/삭제/변경

이벤트 추가/삭제/변경

Page 20: MBridge Introduction of Game Matrix, a mobile game backend service framework

감사합니다전화: 02-3452-5383

이메일: [email protected]


Top Related