Skip to content

Commit

Permalink
Merge pull request #19 from VincentAuriau/doc
Browse files Browse the repository at this point in the history
Documentation of main classes and functions to play a game
  • Loading branch information
VincentAuriau authored Oct 27, 2023
2 parents 6644ce5 + bf95966 commit f60e0d0
Show file tree
Hide file tree
Showing 6 changed files with 756 additions and 92 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
venv/
.idea/
.DS_Store
__pycache__/
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## PyAlapin, your customized chesse engine
Is it the best, most efficient and state of the art chess engine ? I'm pretty sure not.

However, driven by passion and madness, I have developed my own chess game in Python.
For your pretty eyes and your devilish smile, I share it with you. But only with you.

Special thanks and dedication to LeMerluche, crushing its opponents on chess.com with alapin openings ❤️

## How to play with interface
```python
from interface.interface import MyApp

Expand All @@ -9,7 +17,7 @@ if __name__ == '__main__':

![](interface_example.PNG)

Python methods to play a game:
## How to play with Python commands

```python
import sys
Expand Down
Loading

0 comments on commit f60e0d0

Please sign in to comment.