Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 291 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 291 Bytes

Mini projects using Pygame, Tkinter ... etc

Index :

  • Dijkstra_Astar : an implementation for a maze solver using Dijkstra and Astar algorithms.
  • GameOfLife_py : Conway's game of life with pygame.
  • rock_paper_scissors_war.