mirror of
https://github.com/StewBC/cc65-Chess.git
synced 2024-10-31 20:09:38 +00:00
Merge branch 'master' of https://github.com/StewBC/cc65-Chess
This commit is contained in:
commit
c8363d374d
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/obj/
|
||||
/Makefile.options
|
||||
/cc65-chess.*
|
@ -54,7 +54,7 @@ visual representation of the Attack DB. The colors are: For attackers Cyan
|
||||
and for defenders Red.
|
||||
|
||||
Lastly, the game has an Undo/Redo stack that tracks the last 254 moves. Pressing
|
||||
u will undo the last move and r will redo the last move. In an AI/Human game,
|
||||
U will undo the last move and R will redo the last move. In an AI/Human game,
|
||||
the undo will undo the last AI and human player move, so the human player can
|
||||
make a different move.
|
||||
|
||||
@ -225,7 +225,7 @@ Valid: Thin
|
||||
Invalid: Medium
|
||||
Empty: Thick
|
||||
|
||||
When it comes to showing attackers/defenders (via the keys 'a'/'d') there's no
|
||||
When it comes to showing attackers/defenders (via the keys A / D) there's no
|
||||
alternative to resorting to colors:
|
||||
|
||||
Attackers: Red
|
||||
@ -241,7 +241,7 @@ striped) piece making it clearly visible.
|
||||
|
||||
On a color display a third color (beside attackers/defenders) works just fine.
|
||||
|
||||
As the Apple II doesn't have cursor-up and cursor-down keys the keys 'o' and 'l'
|
||||
As the Apple II doesn't have cursor-up and cursor-down keys the keys O and L
|
||||
work as alternatives to the those cursor keys.
|
||||
|
||||
Oliver Schmidt
|
||||
|
Loading…
Reference in New Issue
Block a user