https://github.com/calico32/cc-5-checkers
coding club #5: checker game
https://github.com/calico32/cc-5-checkers
socket-io svelte typescript
Last synced: about 2 months ago
JSON representation
coding club #5: checker game
- Host: GitHub
- URL: https://github.com/calico32/cc-5-checkers
- Owner: calico32
- License: mit
- Created: 2021-01-30T04:48:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T18:43:54.000Z (over 5 years ago)
- Last Synced: 2025-11-18T08:04:01.675Z (7 months ago)
- Topics: socket-io, svelte, typescript
- Language: Svelte
- Homepage: https://checkers.wiisportsresorts.dev
- Size: 2.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# checkers
coding club #5
real time multiplayer with socket.io
live ver at
idk if you're allowed to make only one jump when you have two possible jumps in a row so i just force the max number of jumps for each path
## extra stuff
- remote multiplayer with websockets, play over the internet with friends (or just the computer)
- very good looking web app
- win/lose/tie (+ confetti too)
- move descriptions ("player moved from a5 to c3, capturing b4" and stuff)
- secure (mostly) - docker and nginx, no xss (to my knowledge)
## tech
- **snowpack** for frontend bundling, **webpack** for backend bundling
- **svelte** as component lib
- **express** as webserver
- **socket.io** as websocket framework