Skip to content

ViciousEagle03/AIR_DART_2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing it in your own system

  • Make sure you have Python installed in your system. You can check using
$ python3 --version
  • Now clone the repo in the directory you want
$ git clone https://github.com/ViciousEagle03/AIR_DART_2.0.git
  • Make a virtual environment in the directory where you have cloned the repo
$ pipenv --python 3.11
  • Now activate the virtual environment created by pipenv by
$ pipenv shell
  • Now install all the dependencies in the requirements.txt file by
$ pip install -r requirements.txt
  • Now to run the game run the command in the activated virtual environment in the directory you have cloned the repo in
$ python AIR_DART_2.0/main.py

About

Virtual game of air dart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages