An open API service indexing awesome lists of open source software.

https://github.com/arunsai63/pygames

classic games like chess, sudoku etc written in python (pygame). it even has automatic sudoku solver
https://github.com/arunsai63/pygames

game-development pygame python

Last synced: about 2 months ago
JSON representation

classic games like chess, sudoku etc written in python (pygame). it even has automatic sudoku solver

Awesome Lists containing this project

README

        

# Games

# sudoku
![image](https://user-images.githubusercontent.com/28655037/153766086-7243b7f8-ca36-4189-9e1d-548bb510d41b.png)



solved board using sudoku solver-

![image](https://user-images.githubusercontent.com/28655037/153766102-20e748dc-f4fe-40ab-bc26-4486941842ab.png)

# chess
![image](https://user-images.githubusercontent.com/28655037/153766121-027b1e54-3cda-4177-a3de-85672f4ee7c3.png)


possible moves-

![image](https://user-images.githubusercontent.com/28655037/153766145-7f8c0385-92f2-4710-bacc-6a0af5222800.png)


![image](https://user-images.githubusercontent.com/28655037/153766189-ff643b30-9627-4089-b455-f10b44d05dc8.png)



#tic tac toe

![image](https://user-images.githubusercontent.com/28655037/153766214-fc254e6c-661a-49f8-a926-fd6d7887bf1c.png)