Settings

Theme

Show HN: oh my giraffe – An iOS and Android game I made to learn programming

ohmygiraffe.com

8 points by kneeko 11 years ago · 8 comments

Reader

mind_heist 11 years ago

This is really cool ! do you have you code on Git or somewhere ? I tried building a small game with pygame .. and wasn't too bad.

  • kneekoOP 11 years ago

    The source will end up on GitHub when I get the chance to tidy things a little! For now, you could dig into the .love (which is just a renamed zip archive) that is available for the Linux preview. But you definitely shouldn't because I'll be pretty embarrassed.

lisnake 11 years ago

Congrats on shipping! And looks like a really nice game. What framework did you use for cross-platform development?

coralreef 11 years ago

What kind of programming techniques did you learn?

  • kneekoOP 11 years ago

    Lua is very multi-paradigm so it certainly made for an interesting place to start. The most valuable thing I learned is profiling before optimizing. The way Lua tables work also helped me understand the advantages of different data structures, because if you don't, the flexibility is fairly treacherous. Lua also convinced me that static typing is very useful.

jgdreyes 11 years ago

Oh this looks really cute and great job!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection