/starlight

A space-themed online or print-to-play CCG. Uses webRTC data channel and a signaling server to allow 1v1 gameplay. In early development.

Primary LanguageSCSSMIT LicenseMIT

Starlight CCG

A space-themed online or print-to-play CCG. Uses webRTC data channel and a signaling server to allow 1v1 gameplay. In early development.

To Run

  • npm install
  • npm run dev

In a seperate terminal

  • cd starlight-server
  • npm install
  • npm run start