Skip to content

codeoxygen/GameOnAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

Follow these steps to set up and run the project:

1. Clone the Repository

git clone <repository-url>
cd <repository-name>

2. Checkout to Development Branch

git checkout lahiru-dev

3. Create Python Virtual Environment

python -m venv venv

4. Activate Virtual Environment

On Windows:

venv\Scripts\activate

On macOS/Linux:

source venv/bin/activate

5. Install Requirements

pip install -r requirements.txt

6. Navigate to Main File and Run

python main.py

Notes

  • Make sure you have Python installed on your system
  • The virtual environment helps isolate project dependencies
  • Always activate the virtual environment before running the project
  • To deactivate the virtual environment, simply run deactivate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published