Wow, you've certainly been productive! How was your experience with the Microsoft Store and getting apps approved? What language did you write all the games in? How much code got reused between the games (I noticed a number of them appear to be skins on top of the same underlying concept).
Show HN: I made 30 apps this year and I'm 15
11–20 of 152 posts
Re: Show HN: I made 30 apps this year and I'm 15
#12Wish you the best.
Re: Show HN: I made 30 apps this year and I'm 15
#13When 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
#14Good job! Have you look into Android apps? You will have a bigger audience. I am assuming you are using C# as they are Windows Store apps if so Java will be very similar for you to switch too.
It is mostly made with JavaScript. I really liked making apps on Windows 8 because I can use languages I already knew from making websites.
Re: Show HN: I made 30 apps this year and I'm 15
#15Re: Show HN: I made 30 apps this year and I'm 15
#16Re: Show HN: I made 30 apps this year and I'm 15
#17Earlier quoted context omitted.
It is mostly made with JavaScript. I really liked making apps on Windows 8 because I can use languages I already knew from making websites.
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.
Re: Show HN: I made 30 apps this year and I'm 15
#18Re: Show HN: I made 30 apps this year and I'm 15
#19Re: Show HN: I made 30 apps this year and I'm 15
#20Earlier quoted context omitted.
It is mostly made with JavaScript. I really liked making apps on Windows 8 because I can use languages I already knew from making websites.
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.
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 aware of.