My first try at a game [UPDATE] 1.1 with some .bmp added.

The Partridge Family were neither partridges nor a family. Discuss.
Zionich
Posts: 24
Joined: December 11th, 2012, 12:57 am

Re: My first try at a game (I think im through begin lesson

Post by Zionich » December 15th, 2012, 5:05 am

Fixed a bug I was getting on my end. Enemy ships were being destroyed with out collision prior to beams being shot. Had to initialize beams x y in constructor.

User avatar
natox1986
Posts: 53
Joined: December 14th, 2012, 1:11 pm

Re: My first try at a game (I think im through begin lesson

Post by natox1986 » December 15th, 2012, 10:54 am

Sweet game :-) Very smooth!

Highscore only 5700 though :(
Image

NaturalDemon
Posts: 97
Joined: October 28th, 2012, 8:28 pm

Re: My first try at a game (I think im through begin lesson

Post by NaturalDemon » December 15th, 2012, 2:42 pm

you can also remove the "ipch" folder visual studio makes a new and you project file will be a mere few kb big.


it must have been a huge job, coding those spaceships, font and everything the way you did it ... but i like it.

Zionich
Posts: 24
Joined: December 11th, 2012, 12:57 am

Re: My first try at a game (I think im through begin lesson

Post by Zionich » December 15th, 2012, 3:36 pm

Bah, I think I forgot it when I updated file. Ya got some graph paper for the graphics. I skipped forward a little and watched the bmp lesson after I made this game. So I have some updates for the future. Im just slow between work and kids : )

NaturalDemon
Posts: 97
Joined: October 28th, 2012, 8:28 pm

Re: My first try at a game (I think im through begin lesson

Post by NaturalDemon » December 15th, 2012, 4:53 pm

Zionich wrote:Bah, I think I forgot it when I updated file. Ya got some graph paper for the graphics. I skipped forward a little and watched the bmp lesson after I made this game. So I have some updates for the future. Im just slow between work and kids : )
i know what you mean ... you're burned sometimes.

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: My first try at a game (I think im through begin lesson

Post by chili » December 16th, 2012, 2:00 pm

Good work bro! A few bugs I see (I can still shoot enemies even after I've been destroyed), but your code organization is pretty good and so is your style. Nice and easy to follow. Keep up the good work!
Chili

User avatar
LuX
Posts: 1492
Joined: April 22nd, 2012, 12:33 pm
Location: Finland

Re: My first try at a game (I think im through begin lesson

Post by LuX » December 16th, 2012, 5:08 pm

Pretty nice work there.

But... don't tell me you wrote all those pixels by hand.
ʕ •ᴥ•ʔ

Zionich
Posts: 24
Joined: December 11th, 2012, 12:57 am

Re: My first try at a game (I think im through begin lesson

Post by Zionich » December 16th, 2012, 6:56 pm

I drew the pixels on graph paper and one by one put pixel. Lots of fun.... ya fun.

Which is why the end is more of an incompletion not a bug. Couldnt motivate my self to make the end screen I wanted.

Yippie for bitmaps. 2.0 comming soon.

Ty for the kind comments.

User avatar
LuX
Posts: 1492
Joined: April 22nd, 2012, 12:33 pm
Location: Finland

Re: My first try at a game (I think im through begin lesson

Post by LuX » December 16th, 2012, 8:00 pm

Maybe you skipped the episode he showed this thingy: http://www.planetchili.net/forum/viewto ... ?f=3&t=991
ʕ •ᴥ•ʔ

Zionich
Posts: 24
Joined: December 11th, 2012, 12:57 am

Re: My first try at a game (I think im through begin lesson

Post by Zionich » December 16th, 2012, 10:56 pm

The first version I made was through lesson 13 when we were challenged to make other stuff. Sprites was introduced lesson 20 I think. Working with them now.

Post Reply