by R.M. ArceJaeger | Mar 28, 2015 | Computers |
The default Cocos 2d-x project (see Tutorial: How to Create a New Cocos 2d-x Game Project) displays the words “Hello World” to your screen along with the Cocos 2d-x logo: If we open the project with Visual Studio (navigate to your project’s...
by R.M. ArceJaeger | Mar 24, 2015 | Computers |
This tutorial will walk you through how to successfully create a new game project using Cocos 2d-x. Step 1: Open the Command Prompt To access the Command Prompt, go to your computer’s Start Menu. In the Search Programs and Files box, type cmd. This will open a...
by R.M. ArceJaeger | Mar 23, 2015 | Computers |
This tutorial will walk you through how to successfully install Cocos 2d-x and the systems it relies upon, which include: Visual Studio 2013 Java Development Kit (JDK) Python 2.7 (not Python 3) Android SDK Apache ANT Android NDK That’s a lot of things to keep...
by R.M. ArceJaeger | Nov 1, 2014 | Computers |
Sometimes, you need to navigate to an IP address instead of a traditional www url. If that’s the case, instead of typing the IP address into the URL box, type http:// then type the IP address. For instance, 192.168.01 would be typed http://192.168.01. Some old...
by R.M. ArceJaeger | Jul 1, 2013 | Computers |
If you read my previous post, you will know that Google Chrome doesn’t allow for RSS viewing in its browser without installing an extension. If you want to provide pretty feed viewing for all your users regardless of which browser they use, you can do this by...
by R.M. ArceJaeger | Jul 1, 2013 | Computers |
If you’re having an issue displaying a website’s RSS Feed in your browser, don’t worry, you’re not alone. The problem, it turns out, is not with the website itself, but with your browser. Specifically, with Google Chrome. If you see the...