Skip to content

sunduk/MinimalShooting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

한글버전

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