Shooter Game – A Simple Android/iOS Application
Submitted by admin on Tuesday, July 18, 2017 - 17:11.
This is a simple application that can be run on Android and iOS.
If you want to learn how games are made, this simple application will teach you the very basic of shooting an enemy.
C# is used as the main scripting language for Game Engine called Unity3d.
So, before running the source code, you need to download the Unity editor. You do not need to worry about Visual Studio because Unity has built in editor called MonoDevelop. But you have an option to install Visual Studio during Unity installation.
If you’d like to test the application on your Android phone, copy Fire Bullets.apk to your phone and install it. You can also run this on your iPhone but you need to build it first.
BTW, I've learn building this game using the course Unity 2D Course: Build A Mobile Platformer Game From Scratch.
Instruction:
- Extract the file.
- Run Unity editor and open the folder called “Fire Bullets”
- To run the game using your computer, follow the screenshot below:
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Add new comment
- 616 views