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
 

So ive tried to code many times on my own but i feel like im doing things the hard way and im still unsure what to pick becasue ive been jumping around here and there. like most gamers i would like to try to make a game or something but im just not sure if i can or not becasue it seems really hard to do and im not sur eif ill enjoy it or not also my pc is low end so im kinda limited to say.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

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.