Search found 5 matches

by GreyGoldFish
Fri Aug 24, 2018 11:02 pm
Forum: Support and Development
Topic: Please Help me Simplify This
Replies: 4
Views: 3156

Re: Please Help me Simplify This

Heh. That's a fair opinion. I hated my high school programming classes since it was just mind-bogglingly dull... but yes, that's what I mean, I believe that the logic is far more important to learn as a programmer than any single framework or language. I just think that from my experience of watchin...
by GreyGoldFish
Fri Aug 24, 2018 2:56 pm
Forum: Support and Development
Topic: Please Help me Simplify This
Replies: 4
Views: 3156

Re: Please Help me Simplify This

I'm not sure what you're asking. But if the purpose is teaching, looking at the code, I'd go into more details in the comments, explaining what you aim for and how you're accomplishing it. For example, the collision detection function is the regular rectangle intersection function. Rather than just...
by GreyGoldFish
Fri Aug 24, 2018 1:32 pm
Forum: Support and Development
Topic: Please Help me Simplify This
Replies: 4
Views: 3156

Please Help me Simplify This

Hello, my name is Lucas and I'm currently working on a project to develop a programming course for High School students in Löve. I'm trying my best to learn both Lua and the framework, but I'd really appreciate some assistance with a particular game that I recently finished. It's a "shoot the t...
by GreyGoldFish
Tue Aug 21, 2018 7:06 pm
Forum: Support and Development
Topic: Lua Project for High School Students
Replies: 3
Views: 4650

Re: Lua Project for High School Students

Thank you for the warm welcome! That is valuable advice, thank you. I had already figured out that tables are really useful for keeping enemies around, but I didn't realize that I could add an object to the table on a timer! By the way, if anyone's interested, this is my code for my Space Invaders c...
by GreyGoldFish
Tue Aug 21, 2018 6:36 pm
Forum: Support and Development
Topic: Lua Project for High School Students
Replies: 3
Views: 4650

Lua Project for High School Students

Hello, my name is Lucas and I'm currently working on a project to teach high school students about programming in Brazil. My professor told me that he'd like it all to be in Löve, since it seems like a good framework to make games with Lua (we are from PUC-RJ, the university where Lua was conceived ...