We may earn an affiliate commission when you visit our partners.
Course image
Jamie Cross

Since the launch of the Apple App Store in 2008, games have been one of the most downloaded categories of apps for iOS devices, the same holds true for the Android App Stores. Most people seem to think games are very hard to build because they require a lot of difficult to learn programming knowledge. But in this class I will teach you how easy it is to make your own games with NO programming knowledge at all.

No prior programming or game development experience is needed for this class. In this class you will learn how to use Gamesalad Creator to create three different video games. You'll learn:

Read more

Since the launch of the Apple App Store in 2008, games have been one of the most downloaded categories of apps for iOS devices, the same holds true for the Android App Stores. Most people seem to think games are very hard to build because they require a lot of difficult to learn programming knowledge. But in this class I will teach you how easy it is to make your own games with NO programming knowledge at all.

No prior programming or game development experience is needed for this class. In this class you will learn how to use Gamesalad Creator to create three different video games. You'll learn:

  • How to set up and use Gamesalad's development environment
  • How to think like a game developer
  • About key game elements like sprites, behaviors, audio, and more
  • How to set up different kinds of player interaction, keyboard for desktop games and touch controls for mobile games
  • How to add physics to your games
  • How to publish your games as HTML 5 and post it on your own webpage

The three games that you will have completed by the end of class are:

  • Classic Pong
  • An Endless Runner
  • And a Physics Puzzle game

All three games can be previewed for FREE from the lecture outline below.

Learn Gamesalad Book. I have recently published a book titled "Learn Mobile Game Development in One Day Using Gamesalad". While it is NOT required to complete this class it is a great companion to learn more details about Gamesalad and also contains four entirely different game building exercises. Udemy does not allow live links in this area so if you are interested in the book, simple do a Google search and it should pop right up for you.

Some features of Gamesalad Creator include:

Gamesalad offers a FREE 15 day free trial of their software which should be plenty of time to work through the lessons in this class. After the 15 day free trial you are able to continue using Gamesalad on a monthly or yearly basis through various subscription plans.

  • IOS and Android Publishing
  • Web Publishing with HTML 5
  • Publish to Macintosh and Windows computers
  • Publish to both the Kindle and the Nook
  • Built in Physics engine
  • Simple Drag & Drop user interface

Sign up now and you'll have all the knowledge you need to create and publish your own video games in no time.

Note: Gamesalad has versions that work on both the Macintosh and Windows operating systems. This course uses the Macintosh version for all of the lessons, while all of the functionality is the same between operating systems, the interface is different so Windows users will see different window and menu layouts in their software. If you are a Windows user consider watching the free preview of Lecture 3 where I discuss the differences between the Windows and Macintosh versions.

If you are a Windows user please be sure and watch and read the Windows lectures in Section 8 Bonus Material first.

Enroll now

What's inside

Syllabus

The Windows zip file is below:
Getting Down to Business with Gamesalad
A series of short assignments to go with each lecture of Section 2. Each assignment adds to the previous so at the end you will have completed your first working Gamesalad project. There is a downloadable zip below that is for use with these assignments.
Read more
In Starting a new game project you'll learn:
  • How to start a new project in Gamesalad
  • What the different platforms are that you can create games for
  • What Resolution Independence means and why it's important
In this lecture we will look at the Gamesalad Scene Editor. 

You'll learn:
  • What scenes are and what they are used for
  • How to add and delete scenes
  • How to name and organize scenes
  • What the Stage is and how it's used
  • Some of the many controls in the Scene Editor
Part 2 of our look at the Scene Editor. 

You'll learn about:
  • On screen controls to play test your games
  • The Game and Scene Inspectors
  • The Behaviors, Images and Sounds Libraries


You'll learn:
  • What actors are and how to use them
  • How to add actors to your project
  • What the Actor Editor is and how to use it
  • What Actor Attributes are
  • How to add Behaviors to an actor
Part 2 of the Actors lecture. 

You'll learn:
  • More details on Behaviors and how to use them
  • About prototype actors and instance actors
  • How to organize your actors within the Actor Inspector


  • What tags are
  • Why you'll want to use tags in your games
  • How to organize your tags
In the Behaviors part 1 lecture we'll cover:

  • What behaviors are
  • How to add behaviors to your projects
  • A few specific behavior examples
  • The standard vs the pro behaviors
  • How to set options within behaviors
  • How to comment your behaviors with titles and notes
In the Behaviors part 2 lecture we'll cover:

  • How to combine behaviors to build interaction between two actors
  • How to think logically to build your behaviors in steps
  • The Rule behavior and it's settings
  • How to set up conditions and what will happen when those conditions are met or not met
In the Attributes lecture part 1 we'll discuss:

  • What Attributes are
  • What some of the default attributes are
  • How to add your own attributes
  • Actor level attributes vs game level attributes
  • The different kinds of attributes (boolean, text, integer, real, angle and index)
In the Attributes lecture part 2 we'll discuss:

  • Common uses for Attributes
  • More on actor level and game level attributes
In this Graphics part 1 lecture you'll learn:
  • How to add graphic images to your projects
  • What file types and sizes (resolutions) to use
  • How to place and use images in your projects
  • What some of the graphics settings do.
In this Graphics part 2 lecture we continue discussing graphics settings in Gamesalad. We'll look at some of the graphics options including:
  • Horizontal and Vertical Wrap
  • Tile width and height
  • The various blending modes available
  • You will also learn about animation in Gamesalad
  • In closing I'll discuss the importance of a consisten graphic style in your projects.
In the Audio lecture we'll take a look at:
  • Adding sounds and music to your Gamesalad projects
  • What audio file types are supported
  • The difference between sound effects vs music in your game
  • How to play the audio once it's added to your projects.
In the Physics Engine lecture we'll:
  • Discuss physics in Gamesalad
  • Learn about Gamesalad's built in gravity function
  • Look at the actors individual physics settings
    • density
    • friction
    • bounciness
    • drag
    • angular drag
A handout detailing the various physics settings available in Gamesalad.
In this lecture we begin creating your first full game using Gamesalad, Pong. I'll show you what Pong is (in case you don't already know) and show you the version you will complete by the end of this series of lectures.
In addition to the Pong overview we'll being production of the game by choosing the game platform, establish some game settings and begin building the players paddle.
The source Gamesalad files (complete and empty versions) are available for download for this Pong lecture series below.
In this lecture we'll finish the adding the controls to the players paddle and restrict it's movement between the upper and lower edges of the stage; build the basic controls of the computer controlled paddle; and add the center line to the play area.
The source Gamesalad files (complete and empty versions) are available for download for this Pong lecture series from the first lecture "Make Your Own Pong–The First Commercially Successful Video Game".
In this lecture you will add 'walls' to the outside of play area to give the ball/puck something to bounce off of when it hits the edge of the stage; add the ball/puck; and update the players paddle to serve the ball.
The source Gamesalad files (complete and empty versions) are available for download for this Pong lecture series from the first lecture "Make Your Own Pong–The First Commercially Successful Video Game".
In this lecture you will add a scoring system to the game and add the score display UI (user interface) on screen.

The source Gamesalad files (complete and empty versions) are available for download for this Pong lecture series from the first lecture "Make Your Own Pong–The First Commercially Successful Video Game".

In this lecture you'll fine tune the serving of the ball/puck and begin building the computer paddles AI (artificial intelligence).

The source Gamesalad files (complete and empty versions) are available for download for this Pong lecture series from the first lecture "Make Your Own Pong–The First Commercially Successful Video Game".

In this lecture we get our first bugs and squash them! We'll also tweak the AI we started in the previous lecture and get it working perfectly.

The source Gamesalad files (complete and empty versions) are available for download for this Pong lecture series from the first lecture "Make Your Own Pong–The First Commercially Successful Video Game".

In this lecture you'll update the computer paddle to allow it to take turns serving the ball/puck and update the ball/pucks rules so it doesn't ever get stuck on the X or Y axis.

The source Gamesalad files (complete and empty versions) are available for download for this Pong lecture series from the first lecture "Make Your Own Pong–The First Commercially Successful Video Game".

In this lecture you'll add some sound effects to the game; add some UI messages to the screen; and discuss how you can extend this version of Pong to make it you're own!

The source Gamesalad files (complete and empty versions) are available for download for this Pong lecture series from the first lecture "Make Your Own Pong–The First Commercially Successful Video Game".

In this lecture we will look at and discuss what an endless runner style game is and show you the game you will build in this series of lectures.
The source Gamesalad files (complete and empty versions) are available for download for this Endless Runner lecture series below.
In this lecture we being the endless runner by establishing some initial game settings and start building some of the platforms behaviors and actions.
The source Gamesalad files (complete and empty versions) are available for download for this Endless Runner lecture series from the first lecture "Endless Runner 1–What is an endless runner game?".
In this lecture you'll complete the platform started in the last lecture and learn how to add more 'endlessly' to the game.
The source Gamesalad files (complete and empty versions) are available for download for this Endless Runner lecture series from the first lecture "Endless Runner 1–What is an endless runner game?".
In this lecture you'll learn how to randomize the appearance and location of each new platform as they appear on screen.
The source Gamesalad files (complete and empty versions) are available for download for this Endless Runner lecture series from the first lecture "Endless Runner 1–What is an endless runner game?".
In this lecture you'll limit the placement of the platforms on screen so they never appear too high or too low on screen; learn to control the speed of the game; and begin building the players character.
The source Gamesalad files (complete and empty versions) are available for download for this Endless Runner lecture series from the first lecture "Endless Runner 1–What is an endless runner game?".
In this lecture you'll add controlled jumping to the players character; discuss Gamesalads gravity; and starting adding some graphic images to the game.
The source Gamesalad files (complete and empty versions) are available for download for this Endless Runner lecture series from the first lecture "Endless Runner 1–What is an endless runner game?".
In this lecture you'll animate the players character; add the background scenery; and add parallax scrolling to the background scenery.
The source Gamesalad files (complete and empty versions) are available for download for this Endless Runner lecture series from the first lecture "Endless Runner 1–What is an endless runner game?".
In this lecture you'll add the toxic waste and saw blade obstacles to the game and randomize the placement of the saw blade on the platforms. 
The source Gamesalad files (complete and empty versions) are available for download for this Endless Runner lecture series from the first lecture "Endless Runner 1–What is an endless runner game?".
In this lecture you'll finish the endless runner game by adding scoring and the UI display; adding a particle effect explosion when the player dies; and adding a splash screen to the game.
The source Gamesalad files (complete and empty versions) are available for download for this Endless Runner lecture series from the first lecture "Endless Runner 1–What is an endless runner game?".
In this lecture we'll discuss what a physics puzzle game is and I'll show you the one you will have completed by the end of this lecture series.
The source Gamesalad files (complete and empty versions) are available for download for this Physics Puzzle Game lecture series below.
In this lecture you'll set up the games settings and begin building the games actors.
The source Gamesalad files (complete and empty versions) are available for download for this Physics Puzzle Game lecture series from the first lecture "Physics Puzzle 1–Physics puzzle game demo".
In this lecture you'll add the background scenery to the game; start building a game level; and add some behaviors to the actors.
The source Gamesalad files (complete and empty versions) are available for download for this Physics Puzzle Game lecture series from the first lecture "Physics Puzzle 1–Physics puzzle game demo".
In this lecture you'll continue developing the actors behaviors and actions; play test the actors; and take a close look at the particle behavior in Gamesalad.
The source Gamesalad files (complete and empty versions) are available for download for this Physics Puzzle Game lecture series from the first lecture "Physics Puzzle 1–Physics puzzle game demo".
In this lecture you'll finish the particle breaking effect; learn to keep track of how many crates have been broken; add some UI text on screen; begin building the main character; and add the win condition to the game. 
The source Gamesalad files (complete and empty versions) are available for download for this Physics Puzzle Game lecture series from the first lecture "Physics Puzzle 1–Physics puzzle game demo".
In this lecture you'll add the lose condition to the game and add the special effects for the win and lose conditions. 
The source Gamesalad files (complete and empty versions) are available for download for this Physics Puzzle Game lecture series from the first lecture "Physics Puzzle 1–Physics puzzle game demo".
In this lecture you'll tweak the win and lose events; add a new level to the game; start building the UI buttons (home, pause and reload); and add the pause screen. 
The source Gamesalad files (complete and empty versions) are available for download for this Physics Puzzle Game lecture series from the first lecture "Physics Puzzle 1–Physics puzzle game demo".
In this lecture you'll complete the UI button controls; add an animated splash screen; and add a sound track. 
The source Gamesalad files (complete and empty versions) are available for download for this Physics Puzzle Game lecture series from the first lecture "Physics Puzzle 1–Physics puzzle game demo".
In this lecture you'll build the remaining levels of the game; discuss the concepts of level building and how to extend this game on your own. 
The source Gamesalad files (complete and empty versions) are available for download for this Physics Puzzle Game lecture series from the first lecture "Physics Puzzle 1–Physics puzzle game demo".

Traffic lights

Read about what's good
what should give you pause
and possible dealbreakers
Uses Gamesalad Creator, which allows learners to create games without needing to learn how to code, making game development accessible
Covers key game elements like sprites, behaviors, and audio, providing a foundational understanding of game development concepts
Teaches how to publish games as HTML5, which allows learners to share their creations on their own webpages and build a portfolio
Requires learners to use Gamesalad Creator, which offers a 15-day free trial, after which continued use requires a subscription
Uses the Macintosh version of Gamesalad for all lessons, so Windows users will see different window and menu layouts in their software
Requires learners to download source Gamesalad files (complete and empty versions) for each project, which may require additional storage space

Save this course

Create your own learning path. Save this course to your list so you can find it easily later.
Save

Reviews summary

Beginner game dev with gamesalad

According to learners, this course offers a solid introduction to mobile game development using the Gamesalad Creator tool, specifically designed for individuals with no prior programming knowledge. Students frequently highlight the practical, hands-on approach, particularly the process of building complete games like Pong and an endless runner, as a major strength for learning core game development concepts visually. While the content is generally considered clear and easy to follow, a recurring point is that the lectures are recorded using the Mac interface, which can present a minor hurdle for Windows users, despite the inclusion of bonus materials. Some reviews also note concerns about the relevance of the Gamesalad tool compared to newer options and the fact it requires a subscription after the initial trial.
Centered on learning a specific visual tool.
"Be aware that this course focuses exclusively on the Gamesalad software."
"The course does a good job of covering the features of Gamesalad Creator."
"It teaches the ins and outs of using Gamesalad's drag and drop system."
"Learned a lot about building games using a visual tool like Gamesalad."
Instructor explains concepts well.
"The instructor explains the concepts and steps very clearly."
"Lectures are easy to understand and follow along with."
"Pacing is appropriate for learning the basics effectively."
"Content was presented logically and made sense."
Learn by building three complete games.
"Building the Pong game step-by-step was incredibly helpful and solidified my understanding."
"The endless runner project was a lot of fun and taught key mechanics."
"I loved getting to create three different full games by the end of the course."
"The practical projects are definitely the strongest part of this course."
Excellent for beginners without programming.
"Perfect for getting started without needing to code. This course really proves you can make games without programming knowledge."
"I had no coding experience and found this course incredibly easy to follow from start to finish."
"As a complete beginner to game development, the no-code approach using Gamesalad was exactly what I needed."
"The course fulfills its promise of teaching game dev with zero programming experience."
Concerns about tool updates and subscription.
"Gamesalad feels a bit outdated compared to some other game engines available today."
"Publishing seems to have issues, possibly due to the tool itself or its updates."
"It's important to know that Gamesalad requires a paid subscription after the free trial period."
"While the course is good, I'm not sure Gamesalad is the best tool to invest in long-term anymore."
Lectures use Mac; Windows users need bonus.
"All the demos are on the Mac version, which made following along on Windows a bit tricky at times."
"While there's bonus material for Windows, the core lectures being Mac-based requires extra effort for PC users."
"I wish they had shown more of the Windows interface during the main lessons."
"Following along on a PC required frequent pauses and cross-referencing with the bonus section."

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Introduction to Mobile Games Development with Gamesalad with these activities:
Review GameSalad Basics
Reviewing the fundamentals of the GameSalad interface and core concepts will help you grasp the course material more quickly.
Browse courses on Game Development
Show steps
  • Revisit the introductory lectures on the GameSalad interface.
  • Experiment with the drag-and-drop interface.
  • Familiarize yourself with the actor editor and scene editor.
Read 'Learn Mobile Game Development in One Day Using Gamesalad'
Reading the book provides a more in-depth understanding of GameSalad and offers additional game development exercises.
Show steps
  • Obtain a copy of the book 'Learn Mobile Game Development in One Day Using Gamesalad'.
  • Work through the game building exercises in the book.
  • Compare the book's approach to the course's methods.
Create a Simple Platformer Game
Starting a new project allows you to apply the concepts learned in the course to create a unique game.
Show steps
  • Design a basic platformer game concept.
  • Implement player movement and jumping mechanics.
  • Add simple enemies and obstacles.
  • Incorporate a scoring system and win condition.
Four other activities
Expand to see all activities and additional details
Show all seven activities
Document Your Game Development Process
Documenting your game development process helps solidify your understanding and allows you to share your knowledge with others.
Show steps
  • Keep a journal or blog of your game development progress.
  • Describe the challenges you faced and how you overcame them.
  • Share your insights and tips with other aspiring game developers.
Publish a Game Demo to HTML5
Publishing your game as HTML5 allows you to showcase your work and get feedback from a wider audience.
Show steps
  • Optimize your game for web browsers.
  • Export your game as an HTML5 project.
  • Host your game on a web server or platform like itch.io.
  • Share your game with friends and family for feedback.
Read 'Game Design Workshop: A Playcentric Approach to Creating Innovative Games'
Reading this book will give you a broader understanding of game design principles, which can be applied to your GameSalad projects.
Show steps
  • Obtain a copy of 'Game Design Workshop'.
  • Read the chapters on game mechanics and level design.
  • Apply the concepts to your GameSalad projects.
Explore Advanced GameSalad Tutorials
Following advanced tutorials will help you learn more complex techniques and expand your GameSalad skillset.
Show steps
  • Search for tutorials on specific GameSalad features or game genres.
  • Follow the tutorials step-by-step.
  • Adapt the techniques to your own projects.

Career center

Learners who complete Introduction to Mobile Games Development with Gamesalad will develop knowledge and skills that may be useful to these careers:
Mobile Game Developer
A mobile game developer specializes in creating games for mobile platforms such as iOS and Android. This work involves programming, designing user interfaces, and optimizing game performance for mobile devices. This course helps mobile game developers learn how to use Gamesalad to independently and easily create different video games. The course's focus on mobile game development and its coverage of player interaction are directly applicable to this role. Completing projects like Classic Pong, an Endless Runner, and a Physics Puzzle game shows a developer's readiness to contribute to engaging mobile gaming experiences and to publish these games as HTML 5.
Game Designer
A game designer conceptualizes and designs the gameplay, rules, and story of video games. This role involves creating engaging and innovative game mechanics. A course that teaches how to develop mobile games without prior programming knowledge, such as this one, helps aspiring game designers understand the fundamentals of game creation. By learning about key game elements like sprites, behaviors, audio, and player interaction, a game designer gains practical experience in bringing their ideas to life. Creating classic games like Pong, endless runners, or physics puzzles provides a designer a well-rounded perspective on game development using Gamesalad.
Level Designer
A level designer creates and implements the environments and layouts within a video game. This involves designing engaging spaces that provide a balance of challenge and entertainment for players. This course helps level designers learn about level design by building different kinds of games using Gamesalad's development environment. The experience of creating levels for Classic Pong, an Endless Runner, and a Physics Puzzle game provides a level designer a practical understanding of how to craft fun and engaging gaming environments. Setting up different kinds of player interaction directly influences the work of a level designer.
Indie Game Developer
An independent (indie) game developer works on creating and publishing games, typically with a small team or as an individual. This often involves handling all aspects of game development, from initial concept to final release. This Gamesalad course may be useful, as it emphasizes creating games without extensive programming knowledge, which is ideal for solo developers or small teams. The course's focus on using Gamesalad to create games for various platforms, including iOS, Android, and HTML5, helps an indie game developer release their games to a broad audience. Learning to set up player interactions and add physics to games lets an indie game developer create unique game experiences.
Instructional Designer
An instructional designer creates learning experiences and materials, often using technology to enhance the educational process. This involves designing courses, training programs, and other educational resources. This course may be useful. Learning how to build games without programming knowledge, by using Gamesalad can help an instructional designer create interactive learning modules that keep students engaged. By learning to set up player interaction, add physics to games, and include audio, an instructional designer gains practical skills in creating educational games. This allows instructional designers to make courses and modules more engaging for the student.
Educational Game Developer
An educational game developer designs and creates games that teach players specific skills or knowledge. This role combines game design principles with educational objectives. This course may be particularly useful, as it teaches the fundamentals of game development without requiring prior programming knowledge, making it accessible for educators. By understanding how to use key game elements like sprites, behaviors, and audio in Gamesalad, an educational game developer can create engaging and effective learning tools. The course projects, such as Classic Pong, an Endless Runner, and a Physics Puzzle game, demonstrates the development of educational games.
Gameplay Engineer
A gameplay engineer focuses on implementing the mechanics and systems that define how a game is played. This role requires a strong understanding of programming and game design principles. Even though this course uses a no-code approach, it helps gameplay engineers understand the underlying principles of game mechanics and player interaction, primarily within the Gamesalad environment. By learning about game elements like sprites, behaviors, and physics, a gameplay engineer gains insights into how these elements work together to create a compelling gameplay experience. Completing the three included game projects gives a gameplay engineer knowledge of the relationship between player actions and game responses.
Creative Technologist
A creative technologist blends creative design with technology to develop innovative solutions. They often work on interactive installations, digital art, and experimental projects. This course helps creative technologists explore interactive design without needing extensive programming skills. Creative technologists may find the course useful. Learning how to use key game elements such as sprites, behaviors, and player interaction in Gamesalad opens new avenues for creating engaging experiences. Building games like Classic Pong, an Endless Runner, and a Physics Puzzle game fosters a creative technologist's ability to merge technology and design effectively.
Game Programmer
A game programmer writes code to implement game mechanics, artificial intelligence, and user interfaces. This role requires strong programming skills and a deep understanding of game development principles. Although this course focuses on game development without programming, it helps aspiring game programmers understand the overall game development process, especially key game elements like sprites, behaviors, and physics. The hands-on experience of building games like Classic Pong, an Endless Runner, and a Physics Puzzle helps a game programmer to work with designers and artists more effectively. These projects help programmers understand the practical side of game design.
Game Artist
A game artist creates the visual elements of a video game, including characters, environments, and user interfaces. This role demands artistic talent and knowledge of game development workflows. This course may be useful, as it introduces the concept of sprites and game environments within Gamesalad. Understanding how these elements are integrated into actual games helps game artists create assets that are suitable for a variety of game types, from simple puzzle games to dynamic endless runners. Gaining experience with adding graphics to game projects, as covered in the course, prepares game artists to collaborate effectively with developers and designers.
User Interface Designer
A user interface designer focuses on creating intuitive and visually appealing interfaces for software and applications. The work involves designing layouts, icons, and other visual elements that enhance the user experience. A course that teaches mobile game development helps user interface designers learn how to design graphics and user interfaces that engage players. By understanding how to use key game elements such as sprites, audio, and player interactions, a user interface designer creates interfaces that are visually appealing. Previewing the included games shows a designer how to integrate user experience and graphical layout.
Game Producer
A video game producer oversees the development of a video game from concept to release. This role involves managing timelines, budgets, and team resources to ensure the game is completed on time and within budget. While this course focuses on the hands-on aspect of game development using Gamesalad, it helps aspiring game producers gain a better understanding of the game development process. Learning how to set up player interaction, add physics to games, and publish to different platforms provides a producer with insight into the technical aspects of game production. This ensures a game producer can make informed decisions about production schedules and resource allocation.
Quality Assurance Tester
A quality assurance (QA) tester plays video games to identify and document software defects. This role is crucial for ensuring a game is bug-free and provides a smooth player experience. This course may be useful for someone interested in QA, as the course focuses on key elements like sprites, behaviors, audio, and player interaction. The course's practical exercises, like building Classic Pong, an Endless Runner, and a Physics Puzzle game, provide a tester with an understanding of game mechanics and design principles. Previewing these free games allows a QA tester to identify and report technical issues.
Simulation Developer
A simulation developer creates software that simulates real-world processes or systems for training, research, or entertainment purposes. Although seemingly unrelated, skills in mobile game development, especially the use of physics engines and interactive elements, may be useful in creating engaging simulations. Taking this course helps a simulation developer learn how to implement physics and interactive elements using tools such as Gamesalad. Creating game projects such as a Physics Puzzle game builds a foundation in simulation technologies.
Augmented Reality Developer
An augmented reality developer creates applications that overlay digital content onto the real world. This developer must understand how to integrate virtual elements with real-world environments using specialized software. This course may be useful. Learning how to create games without prior programming knowledge, and understanding key game elements helps an augmented reality developer design interactive experiences that engage users. By creating different types of games using Gamesalad, an augmented reality developer gains experience in bringing virtual elements to life.

Reading list

We've selected two books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Introduction to Mobile Games Development with Gamesalad.
Companion to the course and provides more details about Gamesalad. It contains four entirely different game building exercises. It great resource for those who want to delve deeper into the software. It is especially useful for students who want more hands-on experience.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Similar courses are unavailable at this time. Please try again later.
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2025 OpenCourser