Page 1 of 2

Mii first game

Posted: August 1st, 2012, 6:22 am
by XxWalKaxX
only 1 part to a level so its very short, just wanted to go ahead and post it

Re: Mii first game

Posted: August 1st, 2012, 7:36 am
by kacper130320
hi nice game, could you upload the code?

Re: Mii first game

Posted: August 1st, 2012, 11:26 am
by chili
I approve this game. :)

Re: Mii first game

Posted: August 1st, 2012, 1:36 pm
by Asimov
Hi XxWalKaxX,

Hey I like this game. Reminded me of the games I used to play in the spectrum. Would be cool to have an animated sprite for the main character and have him with a pump action shot gun.

Maybe some of the enemies can shoot back. How about a quick draw function as well.

Coming on well.

Asimov

Re: Mii first game

Posted: August 1st, 2012, 2:38 pm
by XxWalKaxX
ok here is the code for it.
@ chili - thank you sensei
@asimov - definitely bro, i have a million ideas for it. which is why i chose to do a platform type game is there is so much that can be done and besides i have a few ideas for mini games/puzzles within the main game which should prove to be a challenge. I will eventually have the enemy shooting back later on in the game maybe the next level. What I uploaded is part 1 of 3 for level 1

Re: Mii first game

Posted: August 1st, 2012, 5:30 pm
by LuX
Looks pretty nice.

For the shooting I thing you should have a separate Y value for the bullets, instead of drawing it at a player based Y value.

Re: Mii first game

Posted: August 1st, 2012, 7:05 pm
by viruskiller
yah the bullets look funky when jumping then shooting:),also think i saw a post somewhere on this forum with an explanation on gravitation and jumping with acceleration on going down and breaking(deceleration) when going up:),that would be must have if u plan on developing into a fully playable game:D,also try implement a key to restart the game if the player dies,that would really speed up debugging certain situations,i once managed to get my character flying after jumping against a wall.

anyway that's a great start so far :)

Re: Mii first game

Posted: August 4th, 2012, 6:53 am
by XxWalKaxX
@ lux, yea that is definitley a must haha
@ viruskiller, at first i really saw a problem with the way the player was jumping but after some time playing with it i kind like it, it makes it a little crazy, but i will have to fix my jumping a little bit

Re: Mii first game

Posted: August 6th, 2012, 5:39 pm
by XxWalKaxX
ok i converted everything to structs instead 40 billion floating var., swapped over to sprites, and fixed the bullet issue. Also i added a menu and help menu. I still have to fix the enemys( some are floating above the level) ,and add a restart function. But im posting anyways lol

Re: Mii first game

Posted: August 7th, 2012, 11:18 am
by chili
Looks awesome with the tiles added and the background!