Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.5 KB

File metadata and controls

33 lines (29 loc) · 1.5 KB

Timberman multiplayer

Timberman is offline multiplayer game written in JavaFX.

RULES

  • The game can be played by 1 to 3 players.
  • The winner is the player who cuts the most trunks in the round.
  • You need to control your character so that it cuts the trunk and avoids hitting the branches
  • branches are randomly generated
  • the player who hits the branch receives 25 penalty points
  • round time and number of players can be set in the options menu
  • plyers move with the following key combinations:
    • [A, D]
    • [J, L]
    • [NUMPAD4, NUMPAD6]

GUI presentation

Credits