<div dir="ltr"><div>Hi<br><br>(I responded to Paul/Baa separately, but maybe this will be of interest to others?)<br><br>Time:<br><br>We started this game at the end of 2014, beta tested on Google Play in January 2015, and launched for Android in February 2015. Since then we debugged, rewrote the game's engine completely, and launched for iOS. Both in time and in number of commits, for this particular game, the effort we put after the launch far exceeds the time we put before. The Android ecosystem is quite heterogeneous, and we saw the game crash only in very specific models but not others. This usually had to do with either the RTS or threads. (I wrote this game in other languages before 2014: Java, Scala, 
frege. But integration was not good enough, compilation was not good 
enough, and they could only target JVM.)<br><br></div><div></div><div>Nevertheless, while it may seem like a simple game, we were among the first to attempt any of this for real. Even more time went into prior games that we threw out, and in making the tools work. We invested so much time in developing tools, libraries and examples to make Haskell game/apps for mobile easy to produce! This is not apparent in the game. Actually, someone wrote last year asking if we'd closed down (ouch!).<br></div><br><div>Writing this and other Haskell games and apps let us understand strengths/weaknesses of Haskell and FRP. That's been also the focus of my PhD [1]. We can't tell people that Haskell "can" be used for real games or apps,
 give them some tools, and walk away. Many paper examples break under real conditions. When we write games, we also
 "put the money where our mouths are". Even if this game is not 
successful in the end, it's given us a lot of experience. We have other, more complex games in the store (one being beta-tested, another is still in development). We are also writing apps. And introducing testing facilities. I hope the effort pays off.<br><br>I'm really happy with the current state of things: new apps can be created 
superquickly, and from my machine (I have everything cached) they
take less than 1 minute to recompile and upload to the store. It's is a one-liner :) We are creating playable demos and apps in hours/days. And these do not only work on iOS/Android, 
but also on desktop and web. I've personally been looking for people and companies interested in 
doing this together. FP and non-FP. Not (just) customers, but also long-term partners that believe in this. And I've been looking for people to work on maintaining the Android/iOS backends, which is super-hard. I know others have too, and I'm hoping we can coordinate on this.<br></div><div><br>Size:<br><br>Currently, about 20-30MB per architecture.<br><br></div><div>All the best<br><br></div><div>Ivan<br></div><div><br>[1] <a href="http://www.cs.nott.ac.uk/%7Epsxip1/" target="_blank">http://www.cs.nott.ac.uk/~<wbr>psxip1/</a><br><br></div><br><div class="gmail_extra"><br><div class="gmail_quote">On 13 June 2017 at 17:47, Baa <span dir="ltr"><<a href="mailto:aquagnu@gmail.com" target="_blank">aquagnu@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello, Ivan. Would you like to describe: how big is your game in<br>
Megabytes without any compression (interesting is binaries, not<br>
sprites, media, etc assets)? And how many time/human resources did you<br>
spent to release it?<br>
<br>
---<br>
Best regards, Paul<br>
<div><div class="gmail-m_-1622240783976965446h5"><br>
<br>
> Dear all<br>
><br>
> (I hope this is not seen as spam. My sincere apologies if you see it<br>
> as such.)<br>
><br>
> This is just to let you know that we have released a Haskell game for<br>
> iOS on the App Store.<br>
><br>
> <a href="https://itunes.apple.com/us/app/magic-cookies/id1244709871" rel="noreferrer" target="_blank">https://itunes.apple.com/us/ap<wbr>p/magic-cookies/id1244709871</a><br>
><br>
> There is also an Android version [1]. It's the same Haskell code with<br>
> just a few minor adaptations [2] (the iOS version is actually<br>
> simpler). Issues with either version can be reported online [3].<br>
><br>
> I hope this is seen as yet another step reached by Haskell. This game<br>
> is written in the FRP variant Yampa, and uses SDL2 for graphics.<br>
> While the game is not open source, we've had to extend existing<br>
> Haskell libraries and tools to make this possible. These changes will<br>
> now be sent as pull requests to the corresponding projects.<br>
><br>
> We have also developed in-house tooling to make the development,<br>
> compilation and deployment process for mobile platforms smooth [4].<br>
> Recompiling and deploying a new version online is now automatic and<br>
> takes less than 1 minute. These tools also run directly on Travis and<br>
> publish new versions of our games directly to stores. We have already<br>
> started distributing our toolchain to private users, and our plan is<br>
> to release immediately.<br>
><br>
> We'd like to thank all the users who tried the game before the<br>
> release, many during Zurihac last weekend. Also, many thanks to the<br>
> people who worked on GHC and the ARM backends over the years, and to<br>
> all those who work daily to make Haskell better. We really mean that.<br>
><br>
> Once again, I hope this is not seen as spam, but as something worth<br>
> celebrating.<br>
><br>
> And, also, that you enjoy playing.<br>
><br>
> Best wishes<br>
><br>
> Ivan<br>
><br>
> -- Keera Studios<br>
><br>
> [1]<br>
> <a href="https://play.google.com/store/apps/details?id=uk.co.keera.games.magiccookies" rel="noreferrer" target="_blank">https://play.google.com/store/<wbr>apps/details?id=uk.co.keera.ga<wbr>mes.magiccookies</a><br>
><br>
> [2]<br>
> <a href="https://www.facebook.com/keerastudios/photos/a.301326223216244.89053.300854939930039/1701909406491245/?type=3" rel="noreferrer" target="_blank">https://www.facebook.com/keera<wbr>studios/photos/a.3013262232162<wbr>44.89053.300854939930039/17019<wbr>09406491245/?type=3</a><br>
><br>
> [3] <a href="https://github.com/keera-studios/magic-cookies" rel="noreferrer" target="_blank">https://github.com/keera-studi<wbr>os/magic-cookies</a><br>
><br>
> [4] <a href="http://keera.co.uk/blog/2017/06/01/haskell-android-ios/" rel="noreferrer" target="_blank">http://keera.co.uk/blog/2017/0<wbr>6/01/haskell-android-ios/</a><br>
<br>
</div></div>______________________________<wbr>_________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bi<wbr>n/mailman/listinfo/haskell-caf<wbr>e</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div><br></div></div>