Show HN: I made 30 apps this year and I'm 15
21–30 of 152 posts
Re: Show HN: I made 30 apps this year and I'm 15
#22Re: Show HN: I made 30 apps this year and I'm 15
#23It's made without any programming using this app: https://www.scirra.com/
... still more games than i have done though :-P
Re: Show HN: I made 30 apps this year and I'm 15
#24Re: Show HN: I made 30 apps this year and I'm 15
#25C'mon! No one here read the sourcecode? It's made without any programming using this app: https://www.scirra.com/ ... still more games than i have done though :-P
Re: Show HN: I made 30 apps this year and I'm 15
#26Any experiences or tips on how to get 15 again in terms of productivity? :)
Re: Show HN: I made 30 apps this year and I'm 15
#27C'mon! No one here read the sourcecode? It's made without any programming using this app: https://www.scirra.com/ ... still more games than i have done though :-P
Re: Show HN: I made 30 apps this year and I'm 15
#28Jesus, this is impressive. When I was fifteen, I'm pretty sure my main accomplishment was hitting level 40 in Halo 2 matchmaking. You will probably get lots of valid and actionable advice about branching out to new platforms, focusing on one or two apps, or trying something new -- but more than anything else, keep building things! You've clearly got a ridiculously high level of aptitude and passion.
Re: Show HN: I made 30 apps this year and I'm 15
#29Wonderful. And - nostalgia advances. And how, at 15 I probably was a more productive programmer than now, where I barely manage to wrap up a few miniscule open source projects per year, if any. Back then I wrote what looks like major projects to me now - in month, alongside school, friends, holidays and everything ... Any experiences or tips on how to get 15 again in terms of productivity? :)
I guess in your case, you would probably have to get some sort of job where they are a lot more lenient and give you time for side projects.
Re: Show HN: I made 30 apps this year and I'm 15
#30Earlier quoted context omitted.
You might be interested in PhoneGap ( http://phonegap.com ). You use HTML/CSS/Javascript to build the apps, and then Phonegap compiles them to work on multiple platforms, such as Android, iOS, Windows Phone, and more.
I think PhoneGap/Cordova (the open source base of PhoneGap) can be great for certain types of apps, and it definitely leverages your existing skillset. Here's a showcase: http://phonegap.com/app/ That said, I've never done a game with PhoneGap, and I'd worry about performance (for certain types of games)--I definitely worry about performance with javascript maps, which is closer to what we do). Just something to be a…