Follow this steps to create the CancerBattleSim project on your machine:
- Install Repast Simphony if you don't have it yet.
- Create a new Repast Simphony Project on your Eclipse app and type in the name
CancerBattleSim
- Open your CLI and go to your newly created Repast Simphony project
$ cd PATH_TO_YOUR_WORKSPACE/CancerBattleSim/
) - Execute the following commands in your CLI in this order:
git init
git remote add origin [email protected]:gmolki/CancerBattleSim.git
rm -rf CancerBattleSim.rs
git pull origin master --allow-unrelated-histories