7 Sept 2015

Tower Defence Game

Orcs Must Die! 2

Dungeon Defenders 2

League of Legends

Bloons TD 5

21 Aug 2015

26 Jun 2015

Bounding Player to Screen

http://www.raywenderlich.com/70344/unity-2d-tutorial-physics-and-screen-sizes

http://www.aeonphyxius.com/2013/03/how-to-force-an-object-to-stay-in-the-visible-camera-area-in-unity/


My code:

/// <summary>
/// Restrict the player to the camera's boundaries
/// </summary>
private void LimitPlayerToCamera ()
{
_playerPos.x = Mathf.Clamp ( transform.position.x ,
CameraBehaviour.instance.transform.position.x - _widthOrtho + _playerBoundSize.x ,
CameraBehaviour.instance.transform.position.x + _widthOrtho - _playerBoundSize.x );

_playerPos.y = Mathf.Clamp ( transform.position.y ,
CameraBehaviour.instance.transform.position.y - Camera.main.orthographicSize + _playerBoundSize.y ,
CameraBehaviour.instance.transform.position.y + Camera.main.orthographicSize - _playerBoundSize.y );

transform.position = _playerPos;
}

21 May 2015

Music Shoot 'em up Game

Beat Hazard


Really Big Sky




Symphony



22 Jan 2015

Places to buy dice in Singapore

If you are hunting for dice in Singapore, visit Mahjong/gambling shops. D&D shops is commonly preferred.
The following places sell dice:

  1. SWEE HUAT PLASTIC COMPANY LLP 
  2. http://www.koplowgames.com/ OR http://www.boardgamelifestyle.com/
  3. http://www.tcsk.com.sg/
I am not sure if this shop still exists.