diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index d93dc3a..0000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1 +0,0 @@ -No hating on other people, OK? diff --git a/README.md b/README.md index c4ec1b6..ee5e52e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The Toy Programming Language is an imperative, bytecode-interpreted, embeddable scripting language. Rather than functioning independently, it serves as part of another program, the "host". This design allows for straightforward customization by both the host's developers and end users, achieved by exposing program logic through external scripts. -This repository holds the reference implementation for Toy version 2.x, written in C - alpha testing is currently underway. +This repository holds the reference implementation for Toy version 2.x, written in C - open beta is currently underway. # Nifty Features @@ -60,6 +60,13 @@ This source code is covered by the Zlib license (see [LICENSE](LICENSE) for deta # Contributors and Special Thanks +

+ No AI +

+ +Contributions via the [GitHub mirror](https://github.com/krgamestudios/Toy) are welcome, but absolutely no AI contributions will be accepted. + +"No AI" logo by [Suyash Dwivedi, via wikimedia, CC BY-SA 4.0](https://commons.wikimedia.org/w/index.php?curid=165477595) @NishiOwO - Unofficial NetBSD support @Gipson62 - v1 docs spell checking @8051Enthusiast - `fixAlignment()` trick @@ -70,6 +77,6 @@ This source code is covered by the Zlib license (see [LICENSE](LICENSE) for deta Various Anons - Feedback @munificent - For [writing the book](http://craftinginterpreters.com/) that sparked my interest in langdev -# Patreon Supporters +# Financial Supporters -You can show your support and be listed here by joining my [Patreon](https://patreon.com/krgamestudios). +You can show your support and be listed here by joining my [Patreon](https://patreon.com/krgamestudios), or buying me a coffee at [ko-fi](https://ko-fi.com/krgamestudios). \ No newline at end of file diff --git a/docs/src/README.md b/docs/src/README.md index 1ea446b..5f47650 100644 --- a/docs/src/README.md +++ b/docs/src/README.md @@ -44,4 +44,8 @@ while (true) { This website is a work in progress - for further info, see the official repository: [https://gitea.krgamestudios.com/krgamestudios/Toy](https://gitea.krgamestudios.com/krgamestudios/Toy), or the GitHub mirror: [https://github.com/krgamestudios/Toy](https://github.com/krgamestudios/Toy). -An example of Toy in action: [Vampire Toyvivors](https://gitea.krgamestudios.com/krgamestudios/VampireToyvivors) (a simple "game" used for testing). \ No newline at end of file +An example of Toy in action: [Vampire Toyvivors](https://gitea.krgamestudios.com/krgamestudios/VampireToyvivors) (a simple "game" used for testing, not intended for commercial release). + +

+ No AI +

diff --git a/docs/src/img/noai.png b/docs/src/img/noai.png new file mode 100644 index 0000000..9d415a5 Binary files /dev/null and b/docs/src/img/noai.png differ diff --git a/noai.png b/noai.png new file mode 100644 index 0000000..9d415a5 Binary files /dev/null and b/noai.png differ