Skip to content

Commit b942f5c

Browse files
Update README.md
1 parent 38fe089 commit b942f5c

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

README.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,38 @@
1-
# Python-Terminal-Sudoku
2-
Terminal Sudoku Written In Python
1+
2+
<h1 align="center">Python Terminal Sudoku</h1>
3+
4+
<div align="center">
5+
<a href="https://github.com/MartinGurasvili/Calculator">
6+
<img width="200" height="200" alt="cas" src="https://user-images.githubusercontent.com/76784461/155786096-7fbac880-9f8b-4e53-9acd-a5179ffff0a0.png">
7+
</a>
8+
9+
10+
11+
<p align="center">
12+
<br>
13+
This is a simple Sudoku game created in Python that runs natively on the terminal
14+
<br />
15+
<br>
16+
17+
<div align="center">
18+
<img style="width:50%" alt="Screenshot 2022-02-17 at 8 12 25 pm" src="https://user-images.githubusercontent.com/76784461/155785813-b99aaf14-9a38-443e-8d2d-af96168ab12e.gif">
19+
</div>
20+
</div>
21+
22+
<br></br>
23+
<h1 >How To play </h1>
24+
The only thing required for this is for python to be installed, in the terminal write:
25+
26+
27+
28+
`python "dragTheFileHear"`
29+
- [ ] Enter Horizontal Coordinate
30+
- [ ] Enter Vertical Coordinate
31+
- [ ] Enter Number you want to put in that place
32+
- [ ] Once the puzzle is filled, you will be told if it is a valid solution
33+
34+
<br></br>
35+
36+
37+
38+

0 commit comments

Comments
 (0)