Skip to content

noahruderman/bored-game

Repository files navigation

This project uses typescript (node), go, and python
typescript: front-end client
python: back-end http server
go: back-end server

Setup
-----
npm install


Running
-------
npm run build # builds the front-end
python3 server.py # runs the http server
cd server/; go run . # runs the back-end server

Then visit http://localhost:8000 in your browser!

About

A game to play when you're bored!

Resources

Stars

Watchers

Forks

Contributors