Search found 13 matches

by Biphe
Mon Dec 23, 2013 4:07 am
Forum: Support and Development
Topic: *Ugh" How to include lua files
Replies: 3
Views: 2964

*Ugh" How to include lua files

My file player.lua won't include itself in main.lua.
What did I do wrong.
The .love file is inlcuded below.
by Biphe
Sun Jun 17, 2012 7:35 am
Forum: Support and Development
Topic: How to make simple A.I and collision in a pong clone
Replies: 2
Views: 2251

Re: How to make simple A.I and collision in a pong clone

Thank you I never thought of that.
by Biphe
Sun Jun 17, 2012 1:49 am
Forum: Support and Development
Topic: How to make simple A.I and collision in a pong clone
Replies: 2
Views: 2251

How to make simple A.I and collision in a pong clone

So I am trying to get the computer controlled pong player to follow the pong, also i am trying to get the pong to move, and I would like to know how to make a pong collision without using the complicated box2d physics engine.

The file is included below and thanks for your help! ^-^