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

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

Post by Zionich » December 14th, 2012, 6:40 pm

For those that care, I had the pleasure of taking a C++ class about 8 years ago. While I loved working with it I never really applied it to anything. My buddy , last year, inspired me to use my like of programming to try to make games.

All that to say thanks Chili for your videos and forum community. It has been inspiring and alot of fun.
Attachments
Endless Space 1.1.zip
(53.01 KiB) Downloaded 357 times
Endless Space.zip
(7.59 MiB) Downloaded 372 times
Last edited by Zionich on December 19th, 2012, 5:23 pm, edited 3 times in total.

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 14th, 2012, 6:44 pm

Sorry,
Enter at title screen

<- -> spacebar fires

HippoSocks
Posts: 48
Joined: December 10th, 2012, 5:12 pm

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

Post by HippoSocks » December 14th, 2012, 7:20 pm

That's some sweet work, play's like a charm.
I noticed the stars move like they are different velocity's and got so distracted I died.. :lol:

I love how it feels like a old arcade game as well.

I think it would be good if you brought in more ships..
With different weapon types, just to keep people's interest a little longer.

The code is clean as well, and i especially like your use of functions..
It's never crossed my mind to put collision into a function of its own before.. :lol:

This is sure to inspire a few people to continue or start chilli's tutorials.. ;)
-Socks

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 14th, 2012, 8:17 pm

Thanks for your kind comments . Ill eventually add some code for different movement and beams.

HippoSocks
Posts: 48
Joined: December 10th, 2012, 5:12 pm

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

Post by HippoSocks » December 14th, 2012, 11:26 pm

I just got an idea, that you might be able to add to your game, its only a small thing for a player to notice but could make all the difference to the playing experiences, and that would be adding some sort of "friction" or "resistance" that would make the players ship slide to a stop once the key is released.

I found a java applet as it will make more sense if you see an example..
http://www.play.vg/games/4-Asteroids.html
You should be able to get that floating around in space feel that this game brings when you release the keys..

-----
PS:For those who might think "Is there even friction in space? surely you would just keep going?"
I believe the answer is that there are tiny particles and solar winds that create resistance..
But please.. Don't take my word for it.. :lol:

Yes, I did all of that up.. :lol:
-Socks

User avatar
thetoddfather
Posts: 338
Joined: October 1st, 2012, 9:53 pm
Location: Canada

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

Post by thetoddfather » December 15th, 2012, 12:15 am

Nice work!
Makes me want to go play a game from my youth called Space Firebird. Was done by Nintendo and Sega before they even had consoles out lol. Great game though.

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, 12:20 am

remove the "intellisense"Chili DirectX Framework.sdf file from the zip file or chili ges mad and you don´t want that
: )

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, 12:34 am

nice job,
i see you use a old version of the framework, you din´t use the swap method, font image ... but cool result anyway ....

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:37 am

Not sure I was that far in the tutorials to where he mentioned a new framework , though I did see it on home page. Trying not to get to far ahead of myself.


Ill look into that Socks, intresting idea.

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, 4:46 am

Thanks thetoddfather and NaturalDemon.

Glossed over the intelesense file. Should be fixed =)

Post Reply