| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | Jun 14 at 12:31 | |
| stats | profile views | 45 |
|
May 28 |
awarded | Popular Question |
|
Feb 27 |
awarded | Yearling |
|
Feb 21 |
awarded | Popular Question |
|
Dec 26 |
awarded | Popular Question |
|
Aug 10 |
comment |
Do Apple and Google ask for a share if custom payment is done in a free app? @5ound That's true but people are getting comfortable with using VISA online, if done right and integrated in the game it wont cause much trouble. And there are services providing solutions to charging the phone bill without the big cuts apple take. It depends more on how much work you're willing to do yourself. Apple's API is easy but expensive. |
|
Aug 10 |
answered | Do Apple and Google ask for a share if custom payment is done in a free app? |
|
Aug 10 |
comment |
Do Apple and Google ask for a share if custom payment is done in a free app? @5ound I don't think it was for the convenience of the player he wanted to use PayPal, he want's to get around Apples 30% cut. |
|
Aug 3 |
awarded | Organizer |
|
Aug 2 |
awarded | Tumbleweed |
|
Jul 31 |
accepted | Javascript and PHP for real-time multiplayer? |
|
Jul 31 |
comment |
Javascript and PHP for real-time multiplayer? Yeah I really want to learn node, but I have yet to get it to start from cmd even, the biggest mistake the developers made was to make it so difficult to get into. Atleast now the windows version comes with an installer, might give it a try if I find a good tutorial. |
|
Jul 31 |
comment |
Javascript and PHP for real-time multiplayer? Thats actually a good point |
|
Jul 31 |
comment |
I need to sell an almost-complete MMORPG project. How can I do that? Is the game finished? Also this is not a site for classified ads. |
|
Jul 31 |
comment |
Javascript and PHP for real-time multiplayer? Yeah but I imagine this would take some time creating, and I don't like wasting time, that's why I asked here. =) |
|
Jul 31 |
revised |
Javascript and PHP for real-time multiplayer? added 36 characters in body |
|
Jul 31 |
asked | Javascript and PHP for real-time multiplayer? |
|
Jul 30 |
comment |
Forum focused on vector graphics? 1) gamedev.stackexchange.com/questions/17371/… 2) gamedev.stackexchange.com/questions/23311/… 3) gamedev.stackexchange.com/questions/775/… Now tell me why compared to those questions this one isn't valid. Also, tell me one question in the universe that has a single "best answer" as you put it. |
|
Jul 29 |
comment |
Forum focused on vector graphics? Why not, there are several questions like it, and it's game graphics related. |
|
Jul 29 |
asked | Forum focused on vector graphics? |
|
Jul 28 |
comment |
RPG combat and gold/exp reward equations If you do it right you don't have to, say the player is lvl 7, and the enemy is 8, that would return -1 as difference. -1 * 0.15 gives -0.15, 1 - -0.15 should give 1.15 (based on mathematical rules), without manually adding, but it depends how you setup your code. |