Search found 5 matches
- Sun Nov 18, 2018 3:19 am
- Forum: General
- Topic: Requesting Assistance With AABB Collision Response
- Replies: 2
- Views: 2740
Requesting Assistance With AABB Collision Response
Hello everyone , I am in need of some help with my AABB collision response. I already have the function for the collision detection off of the love site but I need help on how to actually do something with it when its true. I will post my source code below. I am making a space invader like game, thi...
- Mon Oct 08, 2018 10:21 pm
- Forum: Support and Development
- Topic: Help! Need help with bullet and enemy collision
- Replies: 2
- Views: 3717
Help! Need help with bullet and enemy collision
Hello , I am trying to make a working collision detection and response for my players bullets hitting the enemy ships. I would prefer to do this the simple way without using physics since this is a very simple game. I have looked at all the other threads talking about this and trust me its all over ...
- Sun Jul 22, 2018 11:37 pm
- Forum: General
- Topic: Looking for someone to work with/teach me about some things.
- Replies: 2
- Views: 3005
Looking for someone to work with/teach me about some things.
Hello , I have a project going and its a pixelated space shooter right now. I was wondering if through the course of continuing my game since I haven't made one before. If someone was willing to partner up/help me out with some things and we could both work on it. I really dont want to give up progr...
- Sun Jul 22, 2018 11:32 pm
- Forum: Support and Development
- Topic: Can someone give me some straight up way to make simple game states?
- Replies: 4
- Views: 3726
Can someone give me some straight up way to make simple game states?
I have been looking for ways to make game states in my game since I am new to programming but they all seem so ridiculous. Can one of you guys point me to the best simple way to do it? thanks
- Sun Jun 10, 2018 1:56 am
- Forum: Support and Development
- Topic: I need some help loading an external sprite sheet.
- Replies: 1
- Views: 1939
I need some help loading an external sprite sheet.
Ive been trying to load his sprite sheet of mine but it keeps giving me an error saying it cant open the file and that it ' does not exist ' . Heres what ive done: player = love.graphics.newImage("Desktop/Side Scroller/gfx/Sprite.png") If anyone can help me that would be great :( , thanks