A downloadable game for Windows

Weekly Game Jam 174 - Tennis

Background

Build up your tennis player and against the other tennis player on the road.

Technologies Used

  1. Unity
  2. Visual Studio
  3. Aseprite
  4. Paint.net

Instruction

  1. Open Tennis Battle.exe
  2. Press Start Game
  3. By default you will have 10 points for upgrading your character
  4. Press "Back" will back to the previous difficulty, and press "Go" will increase the difficulty
  5. Escape will back to the previous difficulty and leave from the battle immediately
  6. Status > Equipment will show your character equipment windows for wearing gears

Other Information for Design...

Character Properties

  1. Stamina - HP
  2. Power - DAMAGE
  3. Skills - FLEE, HIT
  4. Luk - CRI (DMG x 2)

Item Bonus

  1. MAX HP
  2. MAX HP %
  3. DMG Bonus %
  4. DMG Fix value
  5.  FLEE %
  6. HIT %
  7. CRI %

Formula

Final Max HP = ( Chara's STA + Item Bonus' STA + Item Bonus (Max HP) ) * Item Bonus (Max HP%)
Final DMG = ( Chara's POWER + Item Bonus' POWER + Item Bonus (DMG Fix Value) ) * Item Bonus (DMG %)
Final FLEE = ( Chara's SKILLS + Item Bonus' SKILLS ) * Item Bonus (FLEE %)
Final HIT = ( Chara's SKILLS + Item Bonus' SKILLS )  * 1.1 * Item Bonus (HIT %)
Final CRI = ( Chara's LUK + Item Bonus' LUK )  * Item Bonus (CRI %)

Download

Download
Tennis_Battle.zip 18 MB

Leave a comment

Log in with itch.io to leave a comment.