this post was submitted on 13 Jun 2023
12 points (100.0% liked)
Programming
13371 readers
1 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'd suggest Löve, which uses Lua. It's a powerful language but equally easy to learn. You could also try Pico8, which is also a version of Lua. It's presented as if it's an old 8-bir microcomputer with a built in sprite and tile editor. I find Pico8 much more approachable for beginners. Python is another good starting point for low end hardware.