diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..0a0f148b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# https://help.github.com/articles/dealing-with-line-endings/ +* text eol=lf + +*.bat text eol=crlf diff --git a/README.md b/README.md index 8a78b1af..1f5a7b01 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,15 @@ To answer these questions, this project presents a computational toolbox going b `darts` can determine all possible darts checkouts and generate checkout tables for any range of scores. This toolbox supports several dartboards, including the ‘standard’ London dartboard and the Quadro 240 board. -In addition, several game modes are supported, including modes that require players to start or end with double or triple fields. +In addition, several game modes are supported, including modes that require players to start or end with double or triple scores. Finally, `darts` can provide output in several formats: easily readable Markdown tables, HTML tables for web pages and JSON objects for computer processing. Currently, `darts` is available as a Java-based command-line application. More information about the installation and use of this app can be found in the [Java-based command-line interface](cli/java-darts-cli) readme. -You can also check out those [checkout tables](tables/md-darts-tables). +You can also check out an extensive set of [checkout tables](tables/md-darts-tables) generated using `darts`. ## License Copyright © 2023 Maurits Silvis -This source code package is subject to the terms and conditions defined in the GNU General Public License v3.0, which can be found in the file [LICENSE.md](LICENSE.md), or later. +This source code package is subject to the terms and conditions defined in the [GNU General Public License v3.0](LICENSE.md) or later. diff --git a/api/README.md b/api/README.md index 9aecdc66..014277e0 100644 --- a/api/README.md +++ b/api/README.md @@ -1,10 +1,10 @@ -# APIs +# darts APIs > APIs for the `darts` toolbox ## Introduction -This part of the [darts](https://github.com/mauritssilvis/darts) project provides application programming interfaces (APIs) for `darts`, a computational toolbox aimed at the game of darts. +This part of the [darts](..) project provides application programming interfaces (APIs) for `darts`, a computational toolbox aimed at the game of darts. ## Overview @@ -16,4 +16,4 @@ Currently, APIs are available in the following languages: Copyright © 2023 Maurits Silvis -This source code package is subject to the terms and conditions defined in the GNU General Public License v3.0, which can be found in the file [LICENSE.md](../LICENSE.md), or later. +This source code package is subject to the terms and conditions defined in the [GNU General Public License v3.0](../LICENSE.md) or later. diff --git a/api/java-darts-api/.idea/inspectionProfiles/All.xml b/api/java-darts-api/.idea/inspectionProfiles/All.xml index a2b8fc57..6d91a10c 100644 --- a/api/java-darts-api/.idea/inspectionProfiles/All.xml +++ b/api/java-darts-api/.idea/inspectionProfiles/All.xml @@ -17,6 +17,9 @@