Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeares authored Jan 6, 2019
1 parent 4262b7d commit bb194a8
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ This is a text-based version of Chess written in Python.
Use `python3 main.py` to run, or run the .exe I compiled for Windows (check the releases tab).

You can toggle between fancy graphics (Unicode / ANSI magic), sorta fancy (for legacy systems), and classic ASCII (typically a last resort).
![Fancy](https://i.imgur.com/sdLRtp9.png) ![Sorta fancy](https://i.imgur.com/TTWpJTv.png) ![Clasic](https://i.imgur.com/8sXVB08.png)
- Fancy
- Unicode / ANSI magic
- Sorta Fancy
- Intended for legacy systems
- Desinged on Windows 7
- Classic
- All ASCII
- Typically a last resort

<img src="https://i.imgur.com/sdLRtp9.png" alt="Fancy" height=400> <img src="https://i.imgur.com/TTWpJTv.png" alt="Sorta fancy" height=400> <img src="https://i.imgur.com/8sXVB08.png" alt="Classic" height=400>

**Simulation mode:**

Enter "s" at any menu prompt to enter Simulation Mode. From here you can run up to 1000 games and see the resulting statistics. This feature is functional yet is still under construction, so let me know if you have any suggestions!

**Features:**
- Autosaves your progress
Expand All @@ -17,8 +29,7 @@ You can toggle between fancy graphics (Unicode / ANSI magic), sorta fancy (for l
- Exchange pawns for other pieces when reaching the other side of the board
- 0, 1, or 2 player modes

**Simulation mode:**
Enter "s" at any menu prompt to enter Simulation Mode. From here you can run up to 1000 games and see the resulting statistics. This feature is functional yet is still under construction, so let me know if you have any suggestions!


This project demonstrates inheritance by using six types of pieces, each with
its own scan() function. The program tracks players' remaining moves and pieces
Expand Down

0 comments on commit bb194a8

Please sign in to comment.