Search found 3 matches
Re: Love jam
I would really like one in July, im a new user to the LOVE framework so im looking for a game jam that uses LOVE so i can practice. id also like to put together a team of people to develop and colab with, anyone interested? if so join my discord -> https://discord.gg/PdQcBGU
- Thu Feb 21, 2019 5:35 pm
- Forum: General
- Topic: How to make my pong ball move.
- Replies: 4
- Views: 5619
Re: How to make my pong ball move.
Try giving the ball a direction like ball.xdir and ball.ydir Than give the x and y a velocity variable like ball.xvel and ball.yvel Than set it to the direction you want it to be moving in like ball.xdir = 'left' and ball.ydir = 'up' Than write a condition for each combo (there are only 4) like for ...
Love jam
Does anyone know when the next love jam will occur?