Project Or Game Description: Protect the Moon is a retro-style game that features classic arcade gameplay. As the defender of one of the most essential and precious assets of our planet - the Moon, you must protect it at all costs against alien invaders who have taken control of it.
This game is just one example of the many games included in the O3DE learning series available at the following link: https://youtube.com/playlist?list=PLCQwFpnHSZQgyIu4JeOUDCsNCVgWOz3Mf
- Project Setup Introduction to game development, setup of development environment and introduction to the game concept.
- A Creating The Main Menu Here we create a simple menu that launches the first level of the game.
- Enemies & Spawning Assets Prefabs Importing the player and enemy ships.
- Player Movement Implementing player movement.
- Projectiles & Collision Implementing enemy movement and Projectiles.
- In Game HUD - Scoring and Lives Setting Up the In Game HUD UI Canvas and Script Canvas.
- Game Assets Prefabs The of the Alien Enemies, Projectiles, and the Main Player Character.
Full_Screen_Game_Play.mp4
- Level_01 is the main game play level for a full game loop.
The project supports the following platforms:
- Windows 10 version 1809 (10.0.17763) or later is required.
- Refer to the O3DE System Requirements documentation to make sure that the system/hardware requirements are met.
- Please follow the instructions to set up O3DE from GitHub.
- Use the development branch: git checkout development.
- Clone the Protect-the-Moon game project from the following repo:
- git clone https://github.com/o3de/Protect-the-Moon
- Within the Project manager locate and click on the New Project button. Then from the drop down menu select the Open Existing Project option.
- Once Windows Explorer opens, navigate to and select the Protect-the-Moon folder. Once selected click on the Select Folder button.
- This will load the Protect-the-Moon project into the Project Manager.
- In order to build the project, locate and click on the Build Project button, located on the Protect-the-Moon icon.
- Once the project has been built successfully, the Build Project button will disappear and an Open Editor button should be the only option you can select.
- Click on the Open Editor button this will open the Protect-the-Moon project.
- Once the Asset Processor has completed importing and processing a significance portion of the assets the O3DE Editor will open.
- In the Welcome to O3DE splash screen select the Open button to open a new level.
- This will open the Open a Level window
- Select the Level_01 level and click the open level to launch the level.
- Once the level opens, the menu splash screen will ask you to mouse click to start the game.
Controlling the Main Player
Navigation
- The Main Player model can be moved around the level using the A and D commands and Left Mouse Clicks will fire your weapon.
License
For terms please see the LICENSE*.TXT files at the root of this repository.
For the sake of clarification licensing information can be also be found below.
OPEN 3D ENGINE LICENSING |
---|
The default license for Open 3D Engine is the Apache License, Version 2.0 |
---|
(see LICENSE_APACHE2.TXT); you may elect at your option to use the Open 3D |
---|
Engine under the MIT License (see LICENSE_MIT.TXT). Contributions must be |
---|
made under both licenses. |
---|
THIRD PARTY COMPONENTS |
---|
Open 3D Engine requires the use of (and in some cases makes available to you) |
---|
software and assets that have been developed by third parties and are subject |
---|
to separate license terms (such as code licensed under other open source |
---|
licenses). It is your responsibility to comply with the applicable licenses. |
---|
Information on third party materials, and the applicable license terms, are |
---|
referenced in or included with the materials, such as in separate LICENSE.txt |
---|
files accompanying the materials. |
---|
Please note that certain materials are subject to "copyleft" licenses, which |
---|
require distribution of source code, including: |
---|
- Qt Toolkit https://github.com/qtproject/, which is subject to the GNU |
---|
Lesser General Public License version 3 (with certain exceptions). A copy of |
---|
the source code for Qt Toolkit may be found at |
---|
https://s3-us-west-2.amazonaws.com/ly-legal/LicenseConformance/Qt/Src.zip |
---|
- The AWS Python SDK uses Chardet https://chardet.github.io/, which is |
---|
subject to the GNU Lesser General Public License version 2.1. A copy of the |
---|
source code may be found at https://github.com/chardet/chardet.