diff --git a/GameHistory.txt b/GameHistory.txt new file mode 100644 index 0000000..f5e3d9b --- /dev/null +++ b/GameHistory.txt @@ -0,0 +1,56 @@ +------------------------------------ +Player1 name :mahdi +Player2 name :Robat +Gamesize :4 +mahdi win ! +mahdi scores :15 +Robat scores :0 +Time of game : 2026-01-08 13:00:53 +------------------------------------ +Player1 name :md +Player2 name :Robat +Gamesize :4 +Robat win ! +md scores :5 +Robat scores :11 +Time of game : 2026-01-09 10:47:34 +------------------------------------ +Player1 name :mmd +Player2 name :Robat +Gamesize :4 +Robat win ! +mmd scores :6 +Robat scores :10 +Time of game : 2026-01-11 10:04:07 +------------------------------------ +Player1 name :mahdi +Player2 name :Robat +Gamesize :4 +Robat win ! +mahdi scores :1 +Robat scores :15 +Time of game : 2026-01-20 22:06:55 +------------------------------------ +Player1 name :mmd +Player2 name :Robat +Gamesize :8 + Draw ! +mmd scores :32 +Robat scores :32 +Time of game : 2026-01-31 21:13:41 +------------------------------------ +Player1 name :mmd +Player2 name :Robat +Gamesize :6 + Draw ! +mmd scores :18 +Robat scores :18 +Time of game : 2026-04-14 11:09:44 +------------------------------------ +Player1 name :mmdof +Player2 name :Robat +Gamesize :6 +mmdof win ! +mmdof scores :25 +Robat scores :11 +Time of game : 2026-04-14 11:10:40 diff --git a/Help.txt b/Help.txt new file mode 100644 index 0000000..08a7c3b --- /dev/null +++ b/Help.txt @@ -0,0 +1,29 @@ +Othello / Reversi - Game Help + +Objective: +- The goal is to have the majority of discs of your color (Black or White) at the end of the game. + +Basic Rules: +1. Players take turns placing one disc of their color on the board. +2. A move is only valid if it captures at least one of the opponent's discs. +3. Capturing happens when your disc and another of your discs surround a continuous line of opponent discs (horizontally, vertically, or diagonally). +4. All captured discs are flipped to your color immediately after the move. +5. If a player has no valid moves, they must pass their turn. If both players have no moves, the game ends. +6. The game also ends when the board is completely filled. +7. You can use (w a s d) keys to control game. + +Winning: +- At the end of the game, the player with the most discs of their color wins. +- If both players have the same number of discs, the game is a draw. + +Symbols in the game: +- '□' = Black disc +- '■' = White disc +- '.' = Empty square +- '+' = Possible move +- 'x' = Cursor position + +Tips: +- Try to control the corners; they are the most powerful positions. +- Avoid giving your opponent easy access to corners. +- Think ahead: sometimes passing is better than making a weak move. \ No newline at end of file diff --git a/a.exe b/a.exe new file mode 100644 index 0000000..949ff59 Binary files /dev/null and b/a.exe differ diff --git a/mini.zip b/mini.zip new file mode 100644 index 0000000..122bde7 Binary files /dev/null and b/mini.zip differ