Search found 1154 matches

by davisdude
Tue Aug 01, 2017 12:33 am
Forum: Games and Creations
Topic: Android games
Replies: 6
Views: 4856

Re: Android games

Playing Puzzlr (first level), idea seems good so far. Unfortunately, selecting the tiles is extremely difficult for me (Android Galaxy S7)
by davisdude
Wed Jul 05, 2017 2:16 pm
Forum: Games and Creations
Topic: I made some fireworks
Replies: 3
Views: 2938

Re: I made some fireworks

That's actually really good looking! Did you use shaders for the fireworks?
by davisdude
Tue Jul 04, 2017 3:30 am
Forum: General
Topic: Looking for feedback on a Lua tutorial
Replies: 7
Views: 6547

Re: Looking for feedback on a Lua tutorial

the single least interesting thing about programming is the part where you wrestle with your OS or tools to get them to do the thing you want them to. I agree. I tried to keep those parts short and concise. Plus, all they're doing is downloading the Windows binary, not building it from source or an...
by davisdude
Mon Jul 03, 2017 6:07 pm
Forum: General
Topic: Looking for feedback on a Lua tutorial
Replies: 7
Views: 6547

Re: Looking for feedback on a Lua tutorial

It is a very nice tutorial. I bookmark it. Please, do continue it. Also, it looks like a plan of a video tutorial. I have been thinking about doing a video tutorial for a while... maybe once I finish the text based one I may. My main problem with video-based tutorials is that they're much harder to...
by davisdude
Sat Jul 01, 2017 12:46 pm
Forum: General
Topic: [help] with collision detection on a Pong remake.
Replies: 6
Views: 12380

Re: [help] with collision detection on a Pong remake.

I believe that error is from the "return ball" at line 34
by davisdude
Sat Jul 01, 2017 1:23 am
Forum: General
Topic: Looking for feedback on a Lua tutorial
Replies: 7
Views: 6547

Re: Looking for feedback on a Lua tutorial

Thanks for that! I wouldv'e thought Vim spell would would've flagged* that as a a typo :P

I prefer tutorials like that as well, but I'm actually writing this for my brother, who knows next-to-nothing about programming.

* edit: Code tags don't get spell-check
by davisdude
Thu Jun 29, 2017 5:01 pm
Forum: General
Topic: Looking for feedback on a Lua tutorial
Replies: 7
Views: 6547

Looking for feedback on a Lua tutorial

I'm starting a Lua tutorial and I'm looking for some feedback on how it could be improved. You can find it here.

Any feedback is welcome :)

Thanks
by davisdude
Wed Jun 14, 2017 9:02 pm
Forum: Support and Development
Topic: Unable to compare two tables using metatables.
Replies: 5
Views: 5544

Re: Unable to compare two tables using metatables.

Oh my god. THANK YOU! On a side note, I had been checking notifications constantly and your reply did not show up. I'm so glad to see that they do not lie about the niceness of this community! Thank you very much once again! I believe you only get notifications if you're quoted, or if you're subscr...
by davisdude
Sun Jun 04, 2017 11:49 pm
Forum: Support and Development
Topic: Help regarding line intersection from "General Math"
Replies: 2
Views: 2736

Re: Help regarding line intersection from "General Math"

This function is working for me, so I'm not sure what's going on for you...
by davisdude
Tue May 30, 2017 12:56 am
Forum: Support and Development
Topic: Building for andriod [solved]
Replies: 4
Views: 3464

Re: Building for andriod

You need to install git and add it to your path (which may already be done for you depending on the install; before running the last step open try running `git` on the command line to see if it works)