/botAnim

Animation of two player game using JavaScript and HTML Canvas as part of TechNITi's event Game of Codes. It generates two animation files : Full animation which shows all moves and Hit Animation which only shows significant moves.

Primary LanguageHTML

Pocket Tanks Game Animation

Animation of two player game using JavaScript and HTML Canvas as part of TechNITi's event Game of Codes. It generates two animation files : Full animation which shows all moves and Hit Animation which only shows significant moves.

Input Format

1st Line: Player1Name Player2Name
2nd Line onwards:
For Player1: [0]Turn(Boolean) [1]Position(Int) [2]Score(Int) [3]hitPosition(Int) [4]missileType(Int) [5]hit(Boolean) [6]invalidMove(Boolean)
Similary values [7-13] for Player2
Player Position Range: 0-100000

Demo Video