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 […]
JelloStorm: Fixing defunct jello blobs….
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 […]
JelloStorm is now playable…. Mostly.
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 […]
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 […]
Error: extra qualification ‘Pickup::’ on member ‘Picku’ [-fpermissive] Pickup::Pickup(int type);
You can now splatter jello guts all over! An interesting phenomenon occurred while finishing up section 9 of my C++ game development course. Consider this code: // Per class was: […]
Pragma once verses include guards like ifndef
Taking this basic gaming class in C++ is really a neat experience. It allows me to do something fun while learning something tedious or boring. Some say that learning this […]
JelloStorm.cpp:198:58: error: ?createBackground? was not declared in this scope
After the rough time I had completing section 6 of the course, I was not looking forward to section 7. However, it turned out that section 6 was just tough, […]
Player.cpp:6:16: error: no ‘int Player::player()’ member function declared in class ‘Player’
Finally completed section 6 of my C++ course. It was rough. I ran into several issues that the instructor did not explain, because he is using Windows Microsoft Visual Studio, […]
New C++ project: JelloStorm!
For the purposes of my C++ training class, I am supposed to make a zombie horde game. However, I am not a horror fan, and I have 3 very young […]