Skip to content

v1.3

Compare
Choose a tag to compare
@jnnsrctr jnnsrctr released this 09 Aug 07:26
· 7 commits to main since this release

Changelog

Game

  • Changed default canvas height (was 700px, now 709px)

Terminal

  • startGame() only works if game isn't running yet (fixes bug #1)
  • Next player via n only if game is running (fixes bug #6)
  • error(), errorValue(), welcomeText() and howTo() moved in the code and compressed

CanvasBG

  • Renamed vars Score1, Score2 to Points1, Points2
  • Method printBG() was split to printWall() and printTarget()
  • Method printTarget() was split to printBlack(), printGreen(), printRed()
  • Removed boolean wallhit in fly()

Arrow

  • Removed traces of bouncing-balls
  • New methods fly() and eval()

Archer

  • Renamed method Archer.eraseArcher to Archer.erase

Various

  • Archer, Arrow, CanvasBG, Points, Terminal: Added comments or translated them to English
  • Changed header texts, now english
  • Fixed typos
  • Changed package details in package.bluej