# Game Core

## Backend: Paras

This project is developed with the intention to operate on the Paras platform, which is built on the NEAR blockchain. The NEAR Protocol makes building and deploying dApps and protocols easier, faster, and cheaper than any other blockchain. NEAR has focused on bringing performance for applications, with low gas fee and dynamic sharding approach that allow network throughput to scale as demand grows. Paras provides the protocol for dApps on NEAR to buy and sell NFTs directly in their platform, with a focus on games integration.

## Frontend: Three.js

Three.js allows the creation of GPU-accelerated 3D animations using the JavaScript language as part of a website without relying on proprietary browser plugins. By developing Castle Overlord using Three.js, we ensure that the game can be played with good performance in web browsers, with an option to wrap it as a native app in the future.


---

# 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://castleoverlord.gitbook.io/whitepaper/technology/game-core.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.
