Currently WIP.
An online version of the classic folding story game, in which players collectively but blindly contribute lines to a story.
This is a learning exercise on websockets, hence the from-scratch implementation on the server.
- Vanilla HTML/JS front-end
- Golang server
Run go run server.go
from the root directory, then navigate to http://localhost:8080/
This project is licensed under the MIT License - see the LICENSE file for details.