v1.3
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()
andhowTo()
moved in the code and compressed
CanvasBG
- Renamed vars
Score1
,Score2
toPoints1
,Points2
- Method
printBG()
was split toprintWall()
andprintTarget()
- Method
printTarget()
was split toprintBlack()
,printGreen()
,printRed()
- Removed boolean
wallhit
infly()
Arrow
- Removed traces of
bouncing-balls
- New methods
fly()
andeval()
Archer
- Renamed method
Archer.eraseArcher
toArcher.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