jaredatron / game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game

Development

pnpm install

make a .env file like this:

PORT=5100
GUN_PREFIX=game_v1
GUN_SERVER=http://localhost:xxxx/gun

start the app in dev mode

pnpm run dev

if you get weird build errors

rm -rf .parcel-cache
// restart the dev server

game

  • CurrentPlayer/OtherPlayer movement animations position attributes health, etc
  • Weapon attributes(holding,attack type)

About


Languages

Language:JavaScript 49.6%Language:TypeScript 45.1%Language:HTML 2.9%Language:Shell 2.3%