Skip to content

chrisws/kibitzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kibitzer

Web cards game for playing "Warlords and Scumbags" and other games.

Kibitzer is made with svelte and libwebsockets

kibitzer

User interface

Install the dependencies...

cd svelte-app
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see kibitzer running. Edit a component file in src, save it, and reload the page to see your changes.

Building and running in production mode

To create an optimised version of the app:

npm run build

You can run the newly built app with npm run start. This uses sirv, which is included in your package.json's dependencies so that the app will work when you deploy to platforms like Heroku.

Backend

install dependencies

$ sudo apt install npm libssl-dev autogen automake g++ libwebsockets

build

$ sh autogen.sh
$ ./configure
$ make

run

$ ./run.sh

Docker

$ docker build --tag kserver .
$ docker run kserver
$ docker exec -it 2839f2808486 /bin/bash

systemd

$ sudo systemctl stop kibitzer
$ sudo systemctl start kibitzer
$ sudo systemctl status kibitzer

About

Web cards game using svelte and libwebsockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published