Implemented basic command-line options
This commit is contained in:
parent
197445de70
commit
92f4057583
3 changed files with 76 additions and 12 deletions
16
test
Normal file
16
test
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
AnnaConnect version 0.0.4, Copyright (C) Anna Snoeijs
|
||||
AnnaConnect comes with ABSOLUTELY NO WARRANTY
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain condtions. See `./out/connect4_vt100.elf --license`
|
||||
|
||||
|
||||
1 2 3 4 5 6 7
|
||||
6 [ ][ ][ ][ ][ ][ ][ ] 6
|
||||
5 [ ][ ][ ][ ][ ][ ][ ] 5
|
||||
4 [ ][ ][ ][ ][ ][ ][ ] 4
|
||||
3 [ ][ ][ ][ ][ ][ ][ ] 3
|
||||
2 [ ][ ][ ][ ][ ][ ][ ] 2
|
||||
1 [ ][ ][ ][ ][ ][ ][ ] 1
|
||||
1 2 3 4 5 6 7 [5C[9A┌───────────────┬────┬────┐[B[27D│ player │ 0 │ 1 │[B[27D├───────────────┼────┼────┤[B[27D│ vertical │ │ │[B[27D│ horizontal │ │ │[B[27D│ diagonal up │ │ │[B[27D│ diagonal down │ │ │[B[27D├───────────────┼────┼────┤[B[27D│ total │ │ │[B[27D└───────────────┴────┴────┘[B[27D
|
||||
|
||||
Wher player 0 put? [K
|
||||
Loading…
Add table
Add a link
Reference in a new issue