Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

This directory contains all the scripts in the repo.

Contents

  1. Guidelines
  2. Template
  3. Scripts

Guidelines

  • Each script should be in it's own seperate directory.
  • The script name must be same as the directory name of the script.
  • All scripts should be invokable as python main.py. That is, the file that is to be called by the python interpreter should be named main.py.
  • If your script has dependencies, it should contain a requirements.txt.
  • Each script directory should contain a README.md file with installation and usage instructions, description, and any other information needed.
  • You should also edit this README and add your script to it in accordance with the template.
  • If the script you are contributing is under version control, make sure you add it as a git submodule.

Template

Your contribution should update this README with the following information, and in accordance with this template:

script-name

Description

Author's Name

Scripts

  • tictactoe
    A cli-based tictactoe game to play with the computer.
    Rounak Vyas