]> git.cworth.org Git - lmno.games/commit
Initial framework for an Empathy game
authorCarl Worth <cworth@cworth.org>
Sun, 7 Jun 2020 18:56:35 +0000 (11:56 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 7 Jun 2020 18:56:35 +0000 (11:56 -0700)
commit53c8c6ba09301563293750e1010ca1ac8dd05590
tree5202169b3a227e9627d01c7ad9311c5e41797a18
parent451e6a2e8e35cc619210e430a1d8d2e7e387d7c0
Initial framework for an Empathy game

This starts with the generic code, (grabbed from Scribe), for
displaying the game INFO, (with a button for copying the link), and
the list of players that are in the game.

It also provides a form for submitting a category, but that is still
inert for now.
empathy/.gitignore [new file with mode: 0644]
empathy/Makefile [new file with mode: 0644]
empathy/empathy.css [new file with mode: 0644]
empathy/empathy.jsx [new file with mode: 0644]
empathy/index.html [new file with mode: 0644]