diff --git a/README.md b/README.md index a0225b8..732633a 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This game uses [raylib](https://www.raylib.com/) as a graphics/sound/input libra ([Windows](https://github.com/raysan5/raylib/wiki/Working-on-Windows), [macOS](https://github.com/raysan5/raylib/wiki/Working-on-macOS), [Linux](https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux), [etc.](https://github.com/raysan5/raylib/wiki)) then use make (or mingw32-make, or tcc, asjhfggjzad) to compile. -*Tested on Windows 10, Debian and Android 10 (LineageOS 17.1 on a Samsung Galaxy S6 Edge). [Note that Android builds may or may not work for you](https://github.com/AtlasC0R3/dotty#this-doesnt-work-on-android-dotty-keeps-closing).* +*Tested on Windows 10 and Debian using KDE.* ## F.A.Q. well should i explain what a faq is @@ -23,14 +23,7 @@ well should i explain what a faq is This uses raylib's default font, which is its own font. (that definitely is a sentence.) There is a very similar font called "Grixel Acme 9" ([link](https://www.dafont.com/grixel-acme-9.font), [official grixel website](https://www.grixel.gr/)) which you can use. ### This doesn't work on Android! (Dotty keeps closing) -So far the raylib-compiled apks only run on Android 10 and up. I can't exactly figure out what's causing this issue. *Sorry for the inconvenience.* - -### I'd like to implement a new item in this game/I have an idea for this game -short answer, no. - -Long answer: Dotty was meant to be a simple, high-score game, that anyone could pick up and understand how to play -(left, right, up, down. get all dots, get potion upgrades, avoid edge of screen, avoid death potion, avoid hitting clone). If I were to add new ideas, then it wouldn't be as simple. -I definitely could add new items, but that would require a new version/branch of Dotty. +This game was never meant with the intention of being ported over to Android. If you manage to do it, that's cool, but due to the difference between mobile games and desktop games (even engine-wise), I'd prefer to not worry about Android.