Search found 5 matches

by ThatChillHomie
Sun Nov 18, 2018 3:19 am
Forum: General
Topic: Requesting Assistance With AABB Collision Response
Replies: 2
Views: 2655

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...
by ThatChillHomie
Mon Oct 08, 2018 10:21 pm
Forum: Support and Development
Topic: Help! Need help with bullet and enemy collision
Replies: 2
Views: 3348

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 ...
by ThatChillHomie
Sun Jul 22, 2018 11:37 pm
Forum: General
Topic: Looking for someone to work with/teach me about some things.
Replies: 2
Views: 2867

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...
by ThatChillHomie
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: 3580

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
by ThatChillHomie
Sun Jun 10, 2018 1:56 am
Forum: Support and Development
Topic: I need some help loading an external sprite sheet.
Replies: 1
Views: 1811

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