AlaskaLinuxUser's Scratchpad

Commit thy works unto the LORD, and thy thoughts shall be established. - Proverbs 16:3

Triple check that, will ya?

device-2017-03-08-124806A long long time ago
I can still remember how
That App used to make me smile....
And I knew if I had my chance
That I could make those dice dance
And maybe they'd be happy for a while....

Uh, wrong lyrics. Actually, it was quite a while ago …

C++ and water drums....

Two things that probably don't sound like they go together. Unless, of course, you are making a video game where you play water drums and it is written in C++.

wd1

So far, there's not much to this game. I'm really just getting started. While I don't anticipate this game being …

FreedomPop in Alaska? Does it really work for free?

Okay, so this might sound like some kind of gimicky advertisement, but it's not. I work on custom ROMs for various cell phones, and it is becoming a bit difficult to keep swapping my sim card around to test them all out. The prospect of paying money for a second …

JelloStorm: Teleportation, poison rings, and more!

sample

Okay, so I'm done with the class, but I'm still having fun! I've updated some of the game mechanics for JelloStorm!

Some of the improvements that I have made to my game are not really technical, but really improve the game play. First off, I added in "poison rings" around …

Interviews With Open Source Developers!

[gallery ids="3789,3797,3803,3809,3813,3804,3790,3815,3783" type="circle"]

Hey everyone! I'm really excited about an up and coming series on the site. It's probably obvious that I'm big into open source. With that, I've always wondered about the stories behind some of these great open …

JelloStorm: Fixing defunct jello blobs....

sssssssssssssssssssss

In the last update on my game JelloStorm! we ran into the issue of defunct jello blobs. I could not figure out why there are some jello blobs that don't move and can't be touched or shot with your arrows. The problem for this is that the game can't continue …

JelloStorm is now playable.... Mostly.

[gallery ids="3516,3517" type="columns"]

[gallery ids="3516,3517" type="rectangular"]

Here is a side by side comparison of my project, verses the one from the course.

Now that I've completed the C++ beginner's game creation course, that means I've also completed my second C++ game using SFML. So …

Error: ‘class sf::Text’ has no member named ‘setFillColor’

Just finished section 10 of my course. While working through the code, I ran into a snag:

alaskalinuxuser@alaskalinuxuser-OptiPlex-7010:~/Documents/c++/Cpp_training/JelloStorm\$ ./build.sh
JelloStorm.cpp: In function ‘int main()’:
JelloStorm.cpp:121:13: error: ‘class sf::Text’ has no member named ‘setFillColor’
pausedText.setFillColor(Color::White);

I triple …