https://github.com/adwaith-rajesh/memorize
A memory game in python and tkinter.
https://github.com/adwaith-rajesh/memorize
Last synced: about 1 year ago
JSON representation
A memory game in python and tkinter.
- Host: GitHub
- URL: https://github.com/adwaith-rajesh/memorize
- Owner: Adwaith-Rajesh
- Created: 2020-12-21T04:43:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T10:35:39.000Z (over 5 years ago)
- Last Synced: 2025-01-13T23:25:22.453Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 307 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEMORIZE
A simple memory game to kill your time, with sole challenge of getting all the matches in the least amount of time.

## Table of contents
- [Description](#DESCRIPTION)
- [External packages](#EXTERNAL-PACKAGES)
- [Usage](#USAGE)
- [Author](#AUTHOR)
## Description
The memorize app is made completely in python and using an inbuilt GUI framework, Tkinter, with some exceptions.
## External packages
The external package used in the project is pyglet.
pyglet is used to load a external font file, the file will run even if the package is not installed.
To install the package type this command in the terminal or cmd.
```bash
pip3 install pyglet
```
## Usage
- Using the source file.
Download or clone the [Repo](https://github.com/Adwaith-Rajesh/Memorize) and then install the required package and the run the [main.py](./main.py) file with the command
```bash
python main.py
```
- Using the 64 bit windows executable.
Download the executable from this [link](https://bit.ly/38vmTVe) and
extract the file by executing the file and run
the memorize. exe from within the folder, as
the all the files required are present in the folder.
## Author
Click [here](https://github.com/Adwaith-Rajesh) to meet to know me.