Search found 730 matches

by bobbyjones
Tue Apr 29, 2014 11:22 pm
Forum: General
Topic: Male or Female
Replies: 15
Views: 7025

Male or Female

I was wondering what is the ratio of male to female of people who make games. I know it would most likely be more guys but I wanna see by how much and I wonder why females don't try making games.
by bobbyjones
Tue Apr 29, 2014 11:07 pm
Forum: Support and Development
Topic: Point in a direction and move in that direction
Replies: 8
Views: 6642

Re: Point in a direction and move in that direction

When ever a the up key is pressed you increase both X and Y so with the last post put it both under love.keyboard.isdown ('up') I think that is right I have the auto complete so I don't be remembering the functions and things
by bobbyjones
Tue Apr 29, 2014 10:58 pm
Forum: Support and Development
Topic: Point in a direction and move in that direction
Replies: 8
Views: 6642

Re: Point in a direction and move in that direction

I believe this can be done using slopes from algebra. For example to go to the top right corner you would do Y = Y + (speed*slopeY*dt) slopeY would be 1 X = X + (speed*slopeX*dt) slopeX would be 1 To go horizontal to the right then slopeY will be 0 and slopeX will be 1. Now knowing this all you will...
by bobbyjones
Tue Apr 29, 2014 10:48 pm
Forum: Support and Development
Topic: Point in a direction and move in that direction
Replies: 8
Views: 6642

Re: Point in a direction and move in that direction

Do you need help with getting it to move in the direction it is facing?
by bobbyjones
Tue Apr 29, 2014 9:13 pm
Forum: Support and Development
Topic: Need help with sending images
Replies: 2
Views: 1907

Re: Need help with sending images

I have no code I just need help with the whole process. Like how to serialize and deserialize images. And how to make a server and client. I need help with this because I would like to have texture packs as in game downloadable content.
by bobbyjones
Sun Apr 27, 2014 10:29 pm
Forum: Support and Development
Topic: Can someone with Windows please test this .exe?
Replies: 5
Views: 3738

Re: Can someone with Windows please test this .exe?

Is it packaged with the windows installer? And what version of love is it for
by bobbyjones
Sun Apr 27, 2014 10:23 pm
Forum: Support and Development
Topic: Can someone with Windows please test this .exe?
Replies: 5
Views: 3738

Re: Can someone with Windows please test this .exe?

I will test it now. What is it supposed to do?
by bobbyjones
Sat Apr 26, 2014 8:37 pm
Forum: Support and Development
Topic: [Solved] Access table information from a different file?
Replies: 6
Views: 4577

Re: How to access table information from a different file?

as long as you require everything at the top of main.lua you would be to access and modify the values.
by bobbyjones
Sat Apr 26, 2014 8:13 pm
Forum: Support and Development
Topic: transferring Images using lua-Enet.
Replies: 9
Views: 5308

Re: transferring Images using lua-Enet.

Um could anyone explain how to do this
by bobbyjones
Sat Apr 26, 2014 7:55 pm
Forum: Support and Development
Topic: Need help with sending images
Replies: 2
Views: 1907

Need help with sending images

I am using a server to send images to a client but I cant get it to work. can somebody help?