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

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

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*.

[![](./Assets/Images/preview.jpg)](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 |