Skip to content

sunduk/MinimalShooting

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

ํ•œ๊ธ€๋ฒ„์ „

Minimal-The Shooting Game

The simple space shooter style game made using Unity.

alt tag

Description

I have made this for beginners at game development.

If you want to make a space shooter-style game, this would be a good starting point for you.

You could learn how to implement the below features.

  • How enemies to be created randomly.

  • Basic controller types to use on mobile devices. (Keyboard, Virtual joystick, Touch and Drag)

  • Collision detection.

  • Basic weapon system. (Straight, To the player, Missile)

  • Various movement system. (Straight, To the player, Circle, Zigzag)

  • A little of particle systems.

  • Some useful scripts. (Singleton, Shuffle, Rotator, etc)

There are some detailed comments in source codes.

Feel free to ask me about the codes and bugs.

Documents

Detailed documents about the project : https://github.com/sunduk/MinimalShooting/wiki

Development environment

  • Unity 2019.3.15f1 / 2019.4.5f1

Installation

  • Using Git : Clone the repository.
  • Download manually : Download the source code or the package file. Then import it to your project.

Play

  • Open the PlayScene file in the Assets/MinimalShootingGame/Scenes folder.

License

  • All source codes and images are free to use.
/*
 * ------------------------------------------------------------
 * "THE BEERWARE LICENSE" (Revision 42):
 * I wrote this code. As long as you retain this 
 * notice, you can do whatever you want with this stuff. If we
 * meet someday, and you think this stuff is worth it, you can
 * buy me a beer in return.
 * ------------------------------------------------------------
 */
 

In fact, I don't like a beer ๐Ÿ˜„

About

The simple space shooter style shooting game made using Unity.

Resources

Stars

Watchers

Forks

Packages

No packages published