Add README/license & link to source

This commit is contained in:
garrettmills
2020-04-08 08:52:34 -05:00
parent f871593191
commit e649e0c95f
2 changed files with 18 additions and 1 deletions

View File

@@ -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>&copy; { year } <a href="https://garrettmills.dev/">Garrett Mills</a> | <a href="#">Source Code</a></small></p>
<p><small>&copy; { 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