raould / sheepgate

eventually, sheep and gates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sheepgate

eventually, sheep and gates!

try something like:

  • build client in bash shell: cd OLD/client && npm i && (./node_modules/typescript/bin/tsc -w &)
  • build and run server in different bash shell: cd OLD/server && npm i && (./node_modules/typescript/bin/tsc -w &) && npm run hot
  • browser: open OLD/client/index.html

you can play the game live if it isn't too busy.

screenshot

About

eventually, sheep and gates

License:GNU General Public License v2.0


Languages

Language:TypeScript 96.6%Language:JavaScript 2.9%Language:HTML 0.5%Language:CSS 0.0%