I started a new game last night if you'd call it a game, I don't know what it is going to be. I thought I'd post it and get some feedback early. If anyone has any ideas I'd really appreciate it! I think it has potential. There is one enemy, a basic map system, and that's pretty much it
Arrow keys to shoot WASD to move.
I'd appreciate any feedback!:)
PS. All of the art is stuff from my other games that I just threw in there. And the Weird gray stonish looking tiles are breakable, just shoot them.
New game
- baconhawka7x
- Party member
- Posts: 494
- Joined: Mon Nov 21, 2011 7:05 am
- Location: Oregon, USA
- Contact:
New game
- Attachments
-
- Archive.love
- Download!
- (9.36 KiB) Downloaded 247 times
- Roland_Yonaba
- Inner party member
- Posts: 1563
- Joined: Tue Jun 21, 2011 6:08 pm
- Location: Ouagadougou (Burkina Faso)
- Contact:
Re: New game
I like it. I haven't peek the source yet, but it looks clearn, and responsive.
Dunno if this part of the gameplay, though. But i'll ask anyway. When I move in the opposite direction to the the black rectangle block, I hit it first before going through. But following him, I just can't pass through, unless I jump. Is that intented ? if so, why not let the player just traverse it when moving in the opposite direction ? Or just make it fully collideable (from the front or the back), then we'll have to always jump it!
Good luck!
Dunno if this part of the gameplay, though. But i'll ask anyway. When I move in the opposite direction to the the black rectangle block, I hit it first before going through. But following him, I just can't pass through, unless I jump. Is that intented ? if so, why not let the player just traverse it when moving in the opposite direction ? Or just make it fully collideable (from the front or the back), then we'll have to always jump it!
Good luck!
- baconhawka7x
- Party member
- Posts: 494
- Joined: Mon Nov 21, 2011 7:05 am
- Location: Oregon, USA
- Contact:
Re: New game
It wasn't intended, but thanks for the knowledge. I think I'll just make enemies fully collide able.
And thanks for the feedback:D
And thanks for the feedback:D
Re: New game
I think I have a good idea, give shooting a slight knock back so you can do super jumps with the gun.
u wot m8
Re: New game
It works nice but the camera is choppy. Use camera code like this:
this'll make it "slide" to the new position. camera.speed is 7.25 for me
Code: Select all
camera.x = camera.x - (camera.x - (player.pos.x - screenWidth / 2)) * dt * camera.speed
camera.y = camera.y - (camera.y - (player.pos.y - screenHeight / 2)) * dt * camera.speed
Lua is not an acronym.
-
- Prole
- Posts: 15
- Joined: Sun Jul 01, 2012 7:33 pm
Re: New game
thanks so much! I've been trying to do something like that with my other games, only to fail every time.qaisjp wrote:It works nice but the camera is choppy. Use camera code like this:this'll make it "slide" to the new position. camera.speed is 7.25 for meCode: Select all
camera.x = camera.x - (camera.x - (player.pos.x - screenWidth / 2)) * dt * camera.speed camera.y = camera.y - (camera.y - (player.pos.y - screenHeight / 2)) * dt * camera.speed
I'll be sure to put that in!
Re: New game
MunkeeBacon == baconhawka7x or..?MunkeeBacon wrote:thanks so much! I've been trying to do something like that with my other games, only to fail every time.qaisjp wrote:It works nice but the camera is choppy. Use camera code like this:this'll make it "slide" to the new position. camera.speed is 7.25 for meCode: Select all
camera.x = camera.x - (camera.x - (player.pos.x - screenWidth / 2)) * dt * camera.speed camera.y = camera.y - (camera.y - (player.pos.y - screenHeight / 2)) * dt * camera.speed
I'll be sure to put that in!
your welcome..?
Lua is not an acronym.
Who is online
Users browsing this forum: Google [Bot] and 4 guests