Skip to content

MxRaCohen/HuggingfaceGameJam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HuggingfaceGameJam

Our entry into the Hugging Face Game Jam.

Table of Contents

Getting Started

Before you can play the game, you need to set up the environment. The game is written in Python and uses the Pygame library.

Prerequisites

Ensure you have Python installed on your system. If not, download and install Python from the official website.

Next, you will need to install several Python libraries which our game depends on. These libraries include Pygame, NumPy, Matplotlib, scikit-learn, and several others. You can install these libraries using pip, the Python package installer. You might want to do this in a virtual environment to avoid conflicts with other Python projects.

You can create a virtual environment and install the required libraries using the following commands:

# Create a virtual environment named 'env'
python -m venv env

# Activate the virtual environment
# On Windows
env\Scripts\activate
# On Unix or MacOS
source env/bin/activate

# Install the required libraries
pip install pygame numpy matplotlib scikit-learn

Running the Game

Once you've installed Python and Pygame, you can download the game files from this repository and navigate to the game's directory on your system. From there, run the following command to start the game:

python run.py

Music Credits

All music was found on Open Game Art

Level Music

Level Up Music

On Click Music

Start Menu Music

Game Over Music

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages