Hey there CodeCall! It has definitely been a while since I have made a blog post, never mind posted a new project. As you may, or may not, already know I have been working alot with a game development library called the Dark GDK. Using this combined with C++ I have experimented with various different things, found my limits, and thought up new ideas. I have begun many projects thinking I could do it, and ended up realizing the complexity in some ideas. With that in mind, I am proud ...
A big New York foundation once told me years ago that privacy is the last thing people in the developing world have to worry about. It was a nice way of saying no to funding for my consumer group’s privacy project, but the line rang out to me again this week as new reporting at the Wall Street Journal brings into focus the great privacy betrayals of America’s giant tech companies and Third World America, Arianna Huffington’s new book, makes its debut. As a one-time homeless advocate, I know ...
Originally Posted by Beeko I'm following those steps by intuition .... but from ur words ... I guess you don't know what the Sixth Sense Project is ? As you can see I didn't know what the Sixth Sense Project was, and that post marked the beginning of my exploration of an absolutely amazing project. This program allows you to bring your digital world wherever you go. "But we can already do that with our cell phones, can't we?" Yes this is true, but what's amazing about the Sixth Sense Project (we'll ...
So Lately I've been searching for something to blog about, and it finally hit me! "Why not tell everyone about my favorite Google Chrome extensions," I thought, thus this post was made! So lets get started. 3. Adthwart The reason I chose adthwart as my third favorite Chrome extension, is because it does an amazing job of blocking ads. I probably would have rated it ...
YAHHH! I have officially reached a little check point of 100 posts (this excites me). I have went from a mere learning programmer to a programmer. Check it out, I got a the page with two posts of mine, one saying learning programmer and programmer View Image Here For this special occasion I have made a 100 post project... Before this post I made a simple dice generator, just generating the two random numbers 1-6. Lately I've been working with the Dark GDK ...
So, I officially finished my third full program! (this excites me) It is pretty basic, but I'm glad I was able to make it. What is it I made? A rock-paper-scissors game There Is a single player and multi player mode. I think I did a decent job, but would enjoy any critique to help me improve my programming. You can download the .rar file from the link below. I guess the program is a little to big to be uploaded here on Codecall. It may not be much, but I hope you enjoy it ...
So, if you don't already know, I'm learning C++. So far I have coded two programs (with alittle help from some great people on the forums). The first project I finished was really two similar games combined into one larger game. Its basically a number guessing game with both single player and multi player. In single player you get five tries to guess any number in between 1-100. In the multi player mode one player must guess a number the other player sets in only five tries. I made it so that it ...