# Yakuto

Note: Details here are purposefully vague as to not give away what is used in Yakuto's infrastructure

## Games Developer

**Oct 2019 - Oct 2020 (1 Year)**

### Darts of Fury

* Updated seasonal packs
* Various bug fixes and improvements

### Ping Pong Fury

* Various bug fixes and improvements
* Wrote the player name changing system, including name filtering
* Created, implemented and extended various core cloud calls and use cases
* Wrote the In-App Purchase native adapter and the cloud calls to save the data to the cloud
* Implemented various SDK's, both in C# and at the native level
* Writing native fixes for parts of the Unity engine itself
  * Getting the correct screen size for some Android devices
  * Getting the correct size of the native Keyboard on Android devices&#x20;
  * Getting a list of embedded iOS fonts
  * Getting the network interface's internal IP address
* Added some parts of the internal build pipeline
* Implemented a Level Of Detail (LOD) system within the game

## Download links

| **Game**                                     | **App Store**                                                         | **Play Store**                                                                      |
| -------------------------------------------- | --------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| [Darts of Fury](http://www.dartsoffury.com/) | [Download](https://apps.apple.com/us/app/darts-of-fury/id1098189391)  | [Download](https://play.google.com/store/apps/details?id=uk.co.yakuto.DartsOfFury)  |
| [Ping Pong Fury](https://pingpongfury.com/)  | [Download](https://apps.apple.com/us/app/ping-pong-fury/id1484641433) | [Download](https://play.google.com/store/apps/details?id=uk.co.yakuto.PingPongKing) |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.nicholassheehan.co.uk/work-experience/yakuto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
