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 […]
Game restarts when minimized!
When I originally created JustChess, I had a problem. If you were playing a game, and pressed the new game button, then started another game, you could press back and […]
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, […]
Can’t play chess in landscape mode!
Another one of the great issues brought up by a user of JustChess, my simple chess playing Android app, was the fact that when the screen was rotated, you can’t […]
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, […]
Video Tutorial for Building Android: Advanced Topics
Praise God! Another video series featuring more advanced material! Previously, I had created a video tutorial and guide for how to compile Android, from Lollipop through Marshmallow, Nougat, and Oreo. […]
The game restarts on screen rotation!
After my JustChess app hit the F-Droid repository, I was pleasantly surprised to hear that people were trying it out! With every wave of players, however, came a new wave […]
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 […]
Cancel all notifications!
While trying to update and add features to my old open source Hourglass app, I decided that the issue posted asking for a notification cancel button was a pretty good […]
TIMBER! My first C++ project is complete!
Just completed section 5 of my Udemy course for learning C++. Overall it’s been a great experience! As well as completing that section, I have completed my first C++ game! […]