Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 469 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 469 Bytes

CSE2050-Honors-Project

Fall 2022 Honors Project for CSE2050 - Data Structures and Object-Oriented Design

Memory game where you match boxes of the same type. All boxes are hidden until selected.

You start with 20 points. If all boxes of the same type are selected, a point is gained. If boxes of different types are selected, a point is lost.

If you match all the boxes, you win. If you reach 0 points, you lose.

The GUI is designed using the tkinter library.