v4.0.0
What's Changed
- Configure and publish as npm package by @kenrick95 in #9
- Docs update by @f1xer in #12
- Bump acorn from 5.7.3 to 5.7.4 by @dependabot in #14
- Playing against another player over WebSocket by @kenrick95 in #16
- Restructure repo into three workspaces
- Introduced
@kenrick95/c4-server
for handling the websocket communication across players - Refactored browser-specific logic into
@kenrick95/c4-browser
- Remaining isomorphic logic remains at
@kenrick95/c4
- Introduced
- Upgraded Prettier to v2
- Updated styles
- Added automatic deployment of
@kenrick95/c4-server
to Heroku
New Contributors
Full Changelog: v3...v4.0.0