Skip to content

Commit

Permalink
update FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jul 2, 2015
1 parent f1f776e commit 0986725
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,23 @@ HappyFunTimes FAQ
This FAQ is mostly questions developers might ask.




Rational
--------

* **Q:** What does the message "trying to use feature of API version x.x.x" mean?

I think it's pretty self explanatory what it means. Rather you problably want
to know why even have the message? Why not just use that version.

The reason is when a user goes to install your game she needs to know why
it's not working. If you have a lower API version in your package.json
then if there was no error then the game would not run and she'd have
no idea why.

This way hopefully you'll update your package.json. That way if she
doesn't have a version of happyFunTimes that supports that api version
she'll be prompted to install a newer version.

* **Q:** Why not use native installers?

Why don't games use native installers like .pkg for OSX or .msi for Windows etc.
Expand Down

0 comments on commit 0986725

Please sign in to comment.