Bhasfe / BoggyBall

Boggy Ball is a simple mobile game developed with Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BoggyBall

Description

Boggy Ball is a simple mobile game developed by using Unity (2018.3.1f1). It has been published on GooglePlay (2018-2019).

Contributors

In-game Screenshots

Details

To activate GooglePlay services, you need to replace GPGSID with your GPGSId

BoggyBall\Assets\GPGSIds.cs

public static class GPGSIds
{
        public const string leaderboard_testscores = "GPGSID"; // <GPGSID>
        public const string achievement_incremental_achievement = "GPGSID"; // <GPGSID>
        public const string achievement_standard_achievement = "GPGSID"; // <GPGSID>

}

BoggyBall\Assets\LeaderBoard.cs

public static class LeaderBoard
{
        public const string leaderboard_best_scores = "GPGSID"; // <GPGSID>

}

About

Boggy Ball is a simple mobile game developed with Unity

License:MIT License


Languages

Language:C# 92.1%Language:ShaderLab 3.9%Language:Objective-C 3.0%Language:HLSL 0.5%Language:Objective-C++ 0.5%