An open API service indexing awesome lists of open source software.

https://github.com/byte7/box-shooter

A simple game made using Unity Game Engine
https://github.com/byte7/box-shooter

Last synced: about 2 months ago
JSON representation

A simple game made using Unity Game Engine

Awesome Lists containing this project

README

        

# Box-Shooter
A simple shooting game made using Unity Game Engine
## Instructions for playing
- Use A,W,S,D keys for movement as left,forward,backward,right respectively
- Use spacebar for jump
- Use mouse left-click for shooting lasers
- Green boxes yield positive points
- Red boxes yield negative points
- White boxes give extra time

Be careful of the deathzone below!

## To Run

- Open the project in the Unity editor **OR**
- Open /Web Player/BoxShooter/BoxShooter.html
- Chrome doesn't support external plugins anymore, use Safari / IE / Firefox etc.

*Assets provided as part of the "Introduction to Game Development" course offered by Michigan State University on Coursera.*