Moai Tutorial Part 1: Opening a Window and creating a Viewport

  As of right now we have exactly nothing, so anything is an improvement.  Let’s start our game journey off with a bang… or at least a window.  Without further ado, some code:   screenWidth = MOAIEnvironment.screenWidth screenHeight = MOAIEnvironment.screenHeight print("Starting up on:" .. MOAIEnvironment.osBrand .. " version:" .. MOAIEnvironment.osVersion) if screenWidth == nil then […]

Moai Tutorial Part 1: Opening a Window and creating a Viewport Read More

Moai tutorial series: The adventures of an intrepid programmer in the lands of Moai

    This tutorial series will be a progressive journey through the Moai SDK.  To a certain degree, each is a “micro” tutorial, covering a different aspect of Moai.  Each tutorial builds on the last and when taken as a whole, once completed, you should have all of the information you need to successfully make […]

Moai tutorial series: The adventures of an intrepid programmer in the lands of Moai Read More

Setting up an IDE (IntelliJ IDEA) with auto-completion for MOAI game development

  The following is a guide on how to download and configure IntelliJ IDEA for use with MOAI/LUA development.  It is based heavily on information found in this thread, although it goes into a great deal more detail and uses the most recent versions as of 8/22/2012.   First and foremost, go and download IntelliJ […]

Setting up an IDE (IntelliJ IDEA) with auto-completion for MOAI game development Read More

PlayStation launch details announced; more supported devices and developers on board

  Today Sony released more information about the upcoming PlayStation Mobile launch.  If you have never heard of it, PlayStation Mobile is a development platform for creating games on the PlayStation Vita as well as a number of Android based devices.  Originally that list included mostly just Sony’s line of Android devices but that is […]

PlayStation launch details announced; more supported devices and developers on board Read More

Scroll to Top