http://sam.draknek.org/projects/gravity
(timelapse development video: https://www.youtube.com/watch?v=3tQ00R69rF8)
It's a really cool game concept, even cooler being written in OCaml! :)
However if I were the creator of this game, I'd be pretty pissed at the one in the OP. One was obviously inspired by the other.
At the app/game level, is there any platform-specific code? Or is it all in src? And to clarify, the big news here is cutting down on the yak-shaving with the cross-compilers and build systems right? Does it enforce any conventions on the code? Did you use any frameworks to create the game itself?
It's a single codebase and build system. There's platform-specific code buried in some conditional compilation in the Reprocessing drawing lib he uses: https://github.com/Schmavery/reprocessing
Here's a livestream of the Reprocessing folks making a flappy bird clone (https://github.com/schmavery/flappybird) from scratch: https://www.youtube.com/watch?v=5aD3aPvNpyQ&feature=youtu.be...