Skip to content

Commit 9d2f035

Browse files
committed
It's not a git repo anymore
1 parent b4a6b81 commit 9d2f035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments/08-cor-constructive/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h1><a class="anchor" id="autotoc_md3"></a>
8484
<h2><a class="anchor" id="autotoc_md4"></a>
8585
Step 0: Play with the fish</h2>
8686
<ol type="1">
87-
<li>Clone our fishtank implementation from <code>/comp/50ISDT/cor2-fishtank.git</code>. <b>Do not look at the <code>.cpp</code> files yet, except the ones ending in <code>-test</code></b>. Looking at the header and Markdown files is fine. You will look at the other source files later.</li>
87+
<li>Copy (<code>cp -r</code>) our fishtank implementation from <code>/comp/50ISDT/cor2-fishtank</code>. <b>Do not look at the <code>.cpp</code> files yet, except the ones ending in <code>-test</code></b>. Looking at the header and Markdown files is fine. You will look at the other source files later.</li>
8888
<li>We have provided empty test files for you (<code>fish-test.cpp</code>, etc) that you will later fill in. <a class="el" href="build.html">Build the project</a>. Test that the project builds and runs as-is (<code>./build/fishtank-tests</code>). Zero tests should run.</li>
8989
<li>To demonstrate how the API might be used, we've written a client for it, which you can find in <code>main.cpp</code>. This client creates a tank with some fish, rocks, and seaweed, then calls the <a class="el" href="classTank.html#a6c8b0530f8e8e7d982c78aae1495558c">Tank::tick</a>, and <a class="el" href="classTank.html#a1992ee839eb20370adaafc1350a8f785">Tank::draw</a> functions to move the fish and draw them to the screen, respectively. The latter is accomplished with the help of a CursesScreen object, which is <em>not</em> part of the API you need to test, since it's specific to our demo app.</li>
9090
</ol>

0 commit comments

Comments
 (0)