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
- Host: GitHub
- URL: https://github.com/byte7/box-shooter
- Owner: Byte7
- License: mit
- Created: 2017-10-04T11:11:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T14:33:15.000Z (over 7 years ago)
- Last Synced: 2025-01-31T01:34:44.612Z (4 months ago)
- Language: ShaderLab
- Homepage: https://byte7.github.io/Box-Shooter
- Size: 25.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 timeBe 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.*