JavaScript Game Programming

Released my “Learn JavaScript using Game Programming” book on Amazon

Hey everyone, I released my “Learn JavaScript using Game Programming” book on Amazon. If you have Kindle unlimited, it’s free to read, and I get paid by the number of pages read. If you’re interested in learning programming, or game development, it should be useful to you. The book goes through: • Setting up your …

Released my “Learn JavaScript using Game Programming” book on Amazon Read More »

Resources for people who want to get into game development

Hey guys, someone contacted me about adding some more resources for people who want to get into Game Development. Their daughter Sarah found this as a helpful resource, and it looks to have a lot of good info, so hopefully it can help you guys too! Programming Guide For Video-Gamers: http://ithare.com/programming-guide-for-video-gamers/ It contains information on …

Resources for people who want to get into game development Read More »

Using Cordova and PhoneGap: Uncaught TypeError: Converting circular structure to JSON

For anyone testing out their Javascript application on Android using Cordova or PhoneGap, you’ll probably run into this error. (If you’re debugging using the chrome developer tools). For some reason it seems to add HTMLElements onto your Javascript objects…. Which become apparent when you try to use JSON to stringify them. I finally found the …

Using Cordova and PhoneGap: Uncaught TypeError: Converting circular structure to JSON Read More »

How to Get Distance field fonts in LibGDX using Hiero, and finding an updated version of Hiero

Distance fields are used in LibGDX for being able to make fonts clearer when resizing them, which allows you to have clearer text using just one font size on all devices instead of needing to include several (or have low quality looking text) LibGDX Wiki Instructions, or what not to do The LibGDX official wiki …

How to Get Distance field fonts in LibGDX using Hiero, and finding an updated version of Hiero Read More »

Android Studio Application Development Book Review Giveaway!

I recently reviewed “Android Studio Application Development”, and Packt Publishing has been gracious enough to allow me to raffle off 3 e-copies of the book! Comment, and let me know why you would be interested in the book, and I’ll use a random number generator to select 3 people! So then check back (or leave …

Android Studio Application Development Book Review Giveaway! Read More »

Great deal on technical books at PacktPub for a limited time(till January 3rd)!

PackPub $5 Everything deal! Awesome news for anyone looking to learn some new topics this holiday season! Pack Publishing is offering ALL of their e-books AND video tutorials for only $5 a piece! For game development related topics, and for general computer/ technology tutorials/ books, they seem to have the most, and up to date …

Great deal on technical books at PacktPub for a limited time(till January 3rd)! Read More »

Scroll to Top