https://github.com/ustymukhman/tanks
My first tutorial in Unity game engine
https://github.com/ustymukhman/tanks
tanks tanks-game unity3d
Last synced: 7 months ago
JSON representation
My first tutorial in Unity game engine
- Host: GitHub
- URL: https://github.com/ustymukhman/tanks
- Owner: UstymUkhman
- License: mit
- Created: 2020-11-08T00:56:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T06:52:19.000Z (over 1 year ago)
- Last Synced: 2025-01-12T06:08:35.565Z (9 months ago)
- Topics: tanks, tanks-game, unity3d
- Language: C#
- Homepage: https://ustymukhman.github.io/Tanks/Builds/Web/
- Size: 65.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tanks
> My first [tutorial](https://learn.unity.com/project/tanks-tutorial) in Unity3D
Built with *Unity3D 2019.4.14f1*.
[](https://ustymukhman.github.io/Tanks/Builds/Web/)
## Controls ##
| Action | Player 1 |
| --------------- | ----------------------- |
| Drive Forward | W |
| Rotate Left | A |
| Drive Backward | S |
| Rotate Right | D |
| Jump | Left Shift |
| Shoot | Space Bar |
| Action | Player 2 |
| --------------- | ----------------------- |
| Drive Forward | Numpad 8 |
| Rotate Left | Numpad 4 |
| Drive Backward | Numpad 5 |
| Rotate Right | Numpad 6 |
| Jump | Arrow Left |
| Shoot | Arrow Down |