Search found 36 matches

by Nosferatu
February 24th, 2013, 1:41 pm
Forum: Everything
Topic: My Solitaire
Replies: 7
Views: 5208

My Solitaire

Hello, over the weekend I was a little bit bored and now even don't know why, decided to make a Solitaire clone. It is pretty much exactly the same Solitaire as in WinXp so don'n expect anything new. Just thought I will post it here, so if you were struggling to make something similar you can have a...
by Nosferatu
January 1st, 2013, 4:27 pm
Forum: Everything
Topic: Little Challenge :)
Replies: 4
Views: 3282

Re: Little Challenge :)

I like the design of the grid and it looks really cool :) . Nice work.

p.s. Great variable names ;)
by Nosferatu
November 14th, 2012, 3:27 pm
Forum: Everything
Topic: trying to build Frame Work in its Native State...Not Working
Replies: 3
Views: 1955

Re: trying to build Frame Work in its Native State...Not Wor

Well I had this issue when I installed VS 2012. I fixed it by installing this
http://www.microsoft.com/en-us/download ... x?id=23691.

Hope it helps :)
by Nosferatu
September 17th, 2012, 4:29 pm
Forum: Everything
Topic: My Game
Replies: 21
Views: 11000

Re: My Game

I'm glad that you think my code is alright :). Today I've started with upgrades, first of all I've added ladders and will definitely add more features in following days. Thanks for sharing your ideas for improvements :)
by Nosferatu
September 15th, 2012, 1:34 pm
Forum: Everything
Topic: My Game
Replies: 21
Views: 11000

My Game

Hello guys, like a month ago I made this "game" and now I want to share it with you. It's quite unfinished as you will see but it works just fine ( no errors and such ( maybe with an exception for sounds asserts, so it's better to run it in release mode ) ). I would really appreciate if you could sp...
by Nosferatu
July 25th, 2012, 7:41 am
Forum: Everything
Topic: plz could anyone help lesson 20
Replies: 3
Views: 2053

Re: plz could anyone help lesson 20

Well, that assertion failure means file could not be opened or it was not found, which makes sense when you look at this line : LoadBmp( "WalkingDude\\wdude00.bmp",surface ); I believe it is not WalkingDude but WalkinDude, at least original folder was named like that. P.S. As this is my first post o...