Update v0.5

dev
BuildTools 2022-12-25 18:25:12 +02:00
parent 65b1a8803c
commit 88442aeadd
9 changed files with 11993 additions and 11884 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -51,13 +51,13 @@ Cookies are small text files that are stored on your computer. For example, a co
3. What types of cookies do we use?
<br />
We use functionality cookies to store your preferences:
-your username
-a boolean, indicating if your interface is magnified or not
-the password of your one-vs-one account
-the color of your country
-selected emojis
<br>
your username;
a boolean, indicating if your interface is magnified or not;
the password of your one-vs-one account;
the color of your country;
selected emojis;
<br>
Furthermore, we use a cookie that assigns a random number to your device.
<br />
</p>
@ -72,13 +72,13 @@ We do not store and process cookies on our servers. Cookies on the client side w
5. More information about cookies
<br />
If you want to know how to delete or manage cookies, the following links may be helpful:
<br />
Cookie settings in Chrome and Android: https://support.google.com/chrome/answer/95647
<br />
Cookie settings in Firefox: https://support.mozilla.org/en-US/kb/cookies-information-websites-store-on-your-computer
<br />
Cookie settings in iOS: http://support.apple.com/kb/PH5042
<br />
If you need more information about cookies, you may check out this link: http://www.allaboutcookies.org/
</p>

11836
game.js 100644

File diff suppressed because one or more lines are too long

11909
index.html

File diff suppressed because one or more lines are too long

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@ -14,6 +15,7 @@
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
display: block;
}
#dd {
text-align: center;
background-color: #fff;
@ -22,61 +24,63 @@
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
display: block;
}
a {
text-decoration: none;
}
</style>
</head>
<body>
<span id="dd">Privacy Policy</span>
<p>Last Update: 25 December 2022</p>
<p>Last Update: 25 December 2022</p>
<p>1. General Notes
<br />
Unless otherwise indicated, this privacy policy applies for the website (www.fxclient.cf).
<p>1. General Notes
<br />
Unless otherwise indicated, this privacy policy applies for the website (www.fxclient.cf).
In this policy, "fxclient.cf", "we" or "us" refers to a group of developers scattered around the world. The contact information of the owner of this enterprise can be found below.
</p>
<hr />
<p>2. Third Parties
<br />
We don't share your information with any 3rd parties.
</p>
<hr />
<p>
3. What information do we collect?
<br />
We do not collect any user information. Information is collected by territorial.io. The privacy policy for territorial.io can be found at <a href="https://territorial.io/privacy_policy"> https://territorial.io/privacy_policy </a>
<br />
On the website we collect cookies: If you need more information about our cookies, you may check out our cookie policy: <a href="https://fxclient.cf/cookie_policy">https://fxclient.cf/cookie_policy</a>
</p>
<hr />
<p>
4. How do we collect and use your information?
<br />
We do not encrypt your information in transit. We use your information to improve the game and to prevent fraud. Furthermore, we process and store your information on our servers in Germany.
Error and bug reports help us to improve the game. They do not contain personal information.
To make rated one-vs-one games possible, we collect account data such as usernames, passwords and ELO ratings. Accounts are exposed to a daily ELO loss between 0.2 and 1.6 points. Accounts with less than 0.1 ELO points will be permanently deleted.
Usernames and rankings are publicly available. We show statistical and anonymous game data on Territorial.io (https://territorial.io/players and https://territorial.io/clans) and our Discord server (https://discord.gg/pa5TH6hZrv).
</p>
<hr />
<p>
5. How can you delete your information?
<br />
You can ask us to delete your data at the discord server shown below.
</p>
<hr/>
<p>
6. Contact Information
<br />
If you have more questions, please contact us at this discord server: https://discord.gg/JEwYWGraj7
</p>
In this policy, "fxclient.cf", "we" or "us" refers to a group of developers scattered around the world. The
contact information of the owner of this enterprise can be found below.
</p>
<hr />
<p>2. Third Parties
<br />
We don't share your information with any 3rd parties.
</p>
<hr />
<p>
3. What information do we collect?
<br />
We do not collect any user information. Information is collected by territorial.io. The privacy policy for
territorial.io can be found at <a href="https://territorial.io/privacy_policy">
https://territorial.io/privacy_policy </a>
<br />
On the website we collect cookies: If you need more information about our cookies, you may check out our cookie
policy: <a href="https://fxclient.cf/cookie_policy">https://fxclient.cf/cookie_policy</a>
</p>
<hr />
<p>
4. How do we collect and use your information?
<br />
Information is sent to and used by Territorial.io and not encrypted in transit. Your information is used to
improve the game and to prevent fraud. Collection and usage of the data by Territorial.io is explained in more
detail at <a href="https://territorial.io/privacy_policy"> https://territorial.io/privacy_policy </a>
Usernames and rankings are publicly available. Statistical and anonymous game data are shown on Territorial.io
(https://territorial.io/players and https://territorial.io/clans) and the Territorial.io Discord server
(https://discord.gg/pa5TH6hZrv).
</p>
<hr />
<p>
5. How can you delete your information?
<br />
You can ask us to delete your data at the discord server shown below.
</p>
<hr />
<p>
6. Contact Information
<br />
If you have more questions, please contact us at this discord server: https://discord.gg/JEwYWGraj7
</p>
</body>
</html>

View File

@ -1,5 +1,5 @@
## What is FX Client?
FX Client is first Territorial.io client, targeting better User Interface and better User Experience, It's basically Territorial.io but better.
FX Client is the first Territorial.io client, targeting better User Interface and better User Experience, It's basically Territorial.io but better.
### Features:
1. It's 100% free and open source on Github
@ -10,6 +10,8 @@ FX Client is first Territorial.io client, targeting better User Interface and be
6. It makes minimum size for custom maps 25x smaller! (from 10 x 10 to 2 x 2)
7. Adds a text to display "Troop Density"
8. Adds a text to display "Maximum Troops"
9. Adds a win counter
10. Adds a settings menu from which the game font can be changed
### Contact Us
Our Website: https://fxclient.cf

View File

@ -6,13 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FX Client Settings</title>
<link rel="shortcut icon" href="https://fxclient.cf/favicon.ico" type="image/x-icon">
<meta name="og:image" content="https://fxclient.cf/og.png"/>
<meta name="og:image" content="https://fxclient.cf/logo.png"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="mainbox">
<button onclick="goback()" class="gback">Go Back</button>
<button onclick="goBack()" class="gback">Go Back</button>
<div class="title">
<p>FX Client Settings</p>
</div>

View File

@ -14,6 +14,6 @@ function removeWins() {
document.getElementById('dr').innerHTML = 'Successfully Reset Your Wins!';
}
}
function goback() {
function goBack() {
window.location.href= 'https://fxclient.cf';
}