r/learnprogramming 1d ago

Learning a new language

Hello! I am a high school student and I've been interested in programming but never had the motivation to learn how to code. I'm doing a school project where I have to create something. I would like to make a 3d Aim Trainer game but I don't know where to start. My only experience in coding is Roblox lua, but even then I'm mediocre. If anybody can give me tips, it would be very helpful.

6 Upvotes

13 comments sorted by

View all comments

3

u/Dismal-Citron-7236 1d ago

Well, Lua is a good programming language tbh, but if you want to learn another new programming language, why not try Python? It's quite easy, the libraries are immense, and the community is vibrant. How about give it a try?

1

u/Technical-Pizza237 1d ago

. For an aim trainer specifically, look into something like pygame first, it handles the window, input, and drawing without much boilerplate. Once you get a moving target and a click counter working, you can worry about making it 3D later.