- CLONE the repository into your computer
- CHANGE the name of the folder to TicTacToeTitan
- IMPORT the project into eclipse.
Make sure you watch the repository to keep up with all the changes I make to the app. The watch button should be somewhere at the top
If you do install git, the following commands should work for you :)
git clone https://github.com/awesomegamer/TicTacToe.git TicTacToeTitan
will clone the repository and automatically rename the project
folder to TicTacToeTitan
git pull
will fetch and merge your local repo with master repository