Giter VIP home page Giter VIP logo

minimalshooting's Introduction

한글버전

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 😄

minimalshooting's People

Contributors

sunduk avatar bhuvnendrapratapsingh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.