Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
AtlasC0R3 committed Jun 21, 2021
1 parent d87d08e commit 31bd577
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.



Expand Down

0 comments on commit 31bd577

Please sign in to comment.