Update Tasks authored by Ziyang Zhang's avatar Ziyang Zhang
## Setup Your Environment ## Setup Your Environment
    In this section, you will find help setting up your coding environment. This project will take advantage of UCI’s openlab; any other coding environment is not supported.     In this section, you will find help setting up your coding environment. This project will take advantage of UCI’s openlab; any other coding environment is not supported.
Please notice, you need to load correct modules to run the sample AIs. You can add the following command in to your .bashrc file to do that:<br> Please notice, you need to load correct modules to run the sample AIs. You can add the following command in to your .bashrc file to do that:<br>
`module load ics-default gcc/5.4.0 gdb/7.12 python/3.5.2` `module load ics-default gcc/4.8.5 gdb/7.12 python/3.5.2`
### Install Required Applications ### Install Required Applications
&emsp;&emsp;&emsp; To connect to openlab, you will need to use SSH. SSH stands for Secure SHell. It is a program designed to allow users to log into another computer over a network, to execute commands on that computer and to move files to and from that computer. A Mac user can use the terminal application, whereas, a Windows user will need to install PuTTY. You can download PuTTY from [here](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html). Download the MSI installer for Windows, and run the installer for PuTTY. &emsp;&emsp;&emsp; To connect to openlab, you will need to use SSH. SSH stands for Secure SHell. It is a program designed to allow users to log into another computer over a network, to execute commands on that computer and to move files to and from that computer. A Mac user can use the terminal application, whereas, a Windows user will need to install PuTTY. You can download PuTTY from [here](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html). Download the MSI installer for Windows, and run the installer for PuTTY.
### Connect to Openlab ### Connect to Openlab
... ...
......