From 5efbf3aaefe533d07d25ab1fcd6f72c81c9900e9 Mon Sep 17 00:00:00 2001 From: Ashish Madhup <119279720+madhupashish@users.noreply.github.com> Date: Thu, 23 May 2024 12:32:36 +0530 Subject: [PATCH] Update requirements.txt --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0cb7ff1..18f05f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,4 @@ -pygame +# General Requirements +Platform Compatibility: The game should be compatible with Windows, macOS, and Linux. +Python Version: The project should work with Python 3.8 or higher. +Pygame Version: The project should use Pygame version 2.0 or higher.