this post was submitted on 06 Jul 2023
        
      
      15 points (100.0% liked)
      Programming
    14465 readers
  
      
      34 users here now
      All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
        founded 2 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
It's by no means perfect, but Lua with LÖVE is pretty straightforward for 2D games, and gives you a Real™️ programming language as well.
Alternatively, Godot is a modern open source game engine and framework, and if you stick to 2D and the built-in GDScript, it comes with a lot of nice things for creating levels, maps, animations etc. However, perhaps for a 10yo the barrier to entry might be a bit high.
Thanks for the suggestion. I’ll do some reading on it. Never worked with Lua before. Maybe Dad gets to learn too!
Also, love2d is very similar to the lua sdk the playdate uses, so it'd be easy to port over to a real device!