Dark Bit Factory & Gravity

GENERAL => Challenges & Competitions => Topic started by: Raizor on November 21, 2011

Title: Phenomena Challenge - Here Comes The Sun - Source code.
Post by: Raizor on November 21, 2011
Attached to this post is the source code for my Phenomena challenge entry (Here comes the Sun). It's written in C++ and the solution/project file is in Visual Studio 2008 format.

It's quite messy, but there might be something useful in there for someone.

Cheers,

Raizor
Title: Re: Phenomena Challenge - Here Comes The Sun - Source code.
Post by: benny! on November 21, 2011
What that's pretty cool to release the source. K++ for you mate!
Title: Re: Phenomena Challenge - Here Comes The Sun - Source code.
Post by: jace_stknights on November 21, 2011
heyyyyy thank you! I take a look to it  :updance:
Title: Re: Phenomena Challenge - Here Comes The Sun - Source code.
Post by: Shockwave on November 21, 2011
What a kind gesture.

K+
Title: Re: Phenomena Challenge - Here Comes The Sun - Source code.
Post by: LittleWhite on November 21, 2011
I have to look at it too :)
 :clap:
Title: Re: Phenomena Challenge - Here Comes The Sun - Source code.
Post by: Raizor on November 21, 2011
No worries, sorry it's so messy and lacks a lot of comments.
Title: Re: Phenomena Challenge - Here Comes The Sun - Source code.
Post by: efecto on November 22, 2011
great going.
good study material.

K+++
Title: Re: Phenomena Challenge - Here Comes The Sun - Source code.
Post by: Shockwave on November 22, 2011
No worries, sorry it's so messy and lacks a lot of comments.

It looks really neat and tidy from where I'm sitting!
Title: Re: Phenomena Challenge - Here Comes The Sun - Source code.
Post by: Raizor on November 22, 2011
No worries, sorry it's so messy and lacks a lot of comments.

It looks really neat and tidy from where I'm sitting!

Haha, you sure you didn't download something else by mistake? ;)
Title: Re: Phenomena Challenge - Here Comes The Sun - Source code.
Post by: padman on November 22, 2011
I'll have a look at it too. Thanks for sharing!  :cheers:
Title: Re: Phenomena Challenge - Here Comes The Sun - Source code.
Post by: jace_stknights on January 02, 2012
I've tried to compile the stuff, but it gaves me :

"1>.\src\resources\framework64k.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'."


Hmmmmm... I didn't really practise C/C++ since 10-15 years.  :-[
Title: Re: Phenomena Challenge - Here Comes The Sun - Source code.
Post by: jace_stknights on January 02, 2012
Hum okay after some search and patch got it compiling... (afxres.h can be replaced by windows.h and some define...)


Thanx raizor for this source code... will now begin re-learn c/c++ from this framework :D

Title: Re: Phenomena Challenge - Here Comes The Sun - Source code.
Post by: Edu on August 31, 2012
Attached to this post is the source code for my Phenomena challenge entry (Here comes the Sun). It's written in C++ and the solution/project file is in Visual Studio 2008 format.

It's quite messy, but there might be something useful in there for someone.

Cheers,

Raizor

Thanks for this!
Title: Re: Phenomena Challenge - Here Comes The Sun - Source code.
Post by: Raizor on August 31, 2012
Attached to this post is the source code for my Phenomena challenge entry (Here comes the Sun). It's written in C++ and the solution/project file is in Visual Studio 2008 format.

It's quite messy, but there might be something useful in there for someone.

Cheers,

Raizor

Thanks for this!

You're welcome Edu, I hope it's useful. I'll gladly try and answer any questions you have.