Harlok13 / Crygeen

demonstrates a simple game menu using the Pygame library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crygeen

If you are an artist or know how to make sounds and have a desire to participate in the project, then I will be glad any help!
For questions and suggestions, write to me in telegram @Harlok13

This program demonstrates a simple game menu using the Pygame library. The menu is composed of several buttons with different hover effects. When a button is hovered over, it fades in and when the mouse is moved away, it fades out. The program is also able to play/background music during menu animation.

settings.png

Requirements

  • Python 3.11 (or 3.10)
  • Pygame library
  • Pydantic library

How to Run

ATTENTION!

Before running the program, ensure that you have installed Python 3.10+ on your machine. Additionally, there is a shell script that needs to be run for creating and activating a virtual environment and installing dependencies. Run the following command in your terminal:

./setup.sh

This script will create and activate a virtual environment and install the required dependencies.

To run the program, execute the __main__.py file in your terminal using the following command:

python3 -m crygeen

How to Play

  • Use your mouse to hover over a button.
  • Click on a button to select an item from the menu.

About

demonstrates a simple game menu using the Pygame library

License:Other


Languages

Language:Python 99.6%Language:Shell 0.4%