By David Zuniga Navarro and Jose Daniel Casado Aguilar.
The project is also available in https://github.com/d01000100/tank_game
- Open the file
UntitledTankGame.sln
with Visual Studio 2019. - Select
Release
andx64
. - and press
Build Solution
(Ctrl+Alt+B).
- In the
x64\Release\
directory executeGameServer.exe
. It will render the map of the scene empty. - Then run
GamePlayer.exe
. It will connect to the server and, shortly after, a tank will appear in both the server and the player. - Keep running
GamePlayer.exe
to add as much players as you need.
As a player
- You can use the A or D keys to turn your tank around.
- The W and S keys to move forward or backward.
- The Space key to fire a single bullet. You'll get it back when it hits something or after 2 seconds aprox.
- If you die, you'll disappear. You can come back by pressing Space.