Add README/license & link to source
This commit is contained in:
@@ -8,7 +8,7 @@ export default class App extends Component {
|
||||
<p>This is a simple Connect-4 webtoy that I built as a project for EECS 368 at the University of Kansas. It's a two person game - take turns. Click the slot at the top of a column on the grid to drop the token on your turn.</p>
|
||||
<app-grid parent-app="self"></app-grid>
|
||||
<app-scoreboard parent-app="self"></app-scoreboard>
|
||||
<p><small>© { year } <a href="https://garrettmills.dev/">Garrett Mills</a> | <a href="#">Source Code</a></small></p>
|
||||
<p><small>© { year } <a href="https://garrettmills.dev/">Garrett Mills</a> | <a href="https://git.garrettmills.dev/garrettmills/eecs368-connect4">Source Code</a></small></p>
|
||||
` }
|
||||
|
||||
// The current year for the copyright message
|
||||
|
||||
Reference in New Issue
Block a user