Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Commit

Permalink
Shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kcgidw committed May 29, 2020
1 parent ce39555 commit df3f760
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
10 changes: 3 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ An online party game based on Oink Games' tabletop game, _A Fake Artist Goes to

Made with Vue, Express, and Socket.io.

Play on Heroku: https://kc-fakeartistonline.herokuapp.com/
**UPDATE: I've been contacted by Oink Games and am complying with their requests. FAO will no longer be hosted online.**

This repo will also be archived. Thanks for playing!

## Develop

Expand All @@ -25,12 +27,6 @@ Some guidelines:

If you have questions, feel free to email me or create a feature request for discussion.

I'm also totally cool with people hosting their own forks, as long as there's credit to the original repo.

## Support

Enjoy the game? Send a tip: [Ko-fi](https://ko-fi.com/krackocloud).

## License

GNU General Public License v3.0
Expand Down
17 changes: 14 additions & 3 deletions src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Fake Artist Online</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
<!-- <meta
name="description"
content='An online party game based on Oink Games&apos; "A Fake Artist Goes to New York". Draw with your phone or a mouse.'
/>
Expand All @@ -16,15 +16,15 @@
crossorigin
></script>
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.min.js" crossorigin></script>
<script src="https://code.jquery.com/pep/0.4.3/pep.min.js" crossorigin></script>
<script src="https://code.jquery.com/pep/0.4.3/pep.min.js" crossorigin></script> -->
<link
href="https://fonts.googleapis.com/css?family=Quicksand:500,700|Catamaran:900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.bundle.css" />
</head>

<body>
<!-- <body>
<div id="wrapper">
<home-view v-if="state.view === 'home'"></home-view>
<rules-view v-if="state.view === 'rules'"></rules-view>
Expand All @@ -45,5 +45,16 @@
</div>
<script src="index.bundle.min.js"></script>
</body> -->
<body>
<div id="wrapper">
<p>
I've been contacted by Oink Games and am complying with their requests. Regrettably,
Fake Artist Online is now... well, offline.
</p>
<p>
Thanks for playing!
</p>
</div>
</body>
</html>

0 comments on commit df3f760

Please sign in to comment.