Kaboo is played with a standard card deck. It can be played with 2 to 8 players with a single deck.
- Ace = 1
- 2-10 = 2-10
- Jack, Queen, King = 10
- Red King = -1 (both of them)
| https://docs.google.com/document/d/19S1xLE2Z2Jis_sp3p0trTQOGclLY7ZFzj1Erp74FYFk/edit?usp=sharing |
| graphql_1 | { | |
| "timestamp": "2018-11-17T18:09:55.628+0000", | |
| "level": "info", | |
| "type": "http-log", | |
| "detail": { | |
| "status": 500, | |
| "query_hash": "cb9097259d9674a46228be3b19979abd7f46b6aa", | |
| "http_version": "HTTP/1.1", | |
| "query_execution_time": 0.014521827, | |
| "request_id": null, |
| /* App.html generated by Svelte v2.7.0 */ | |
| function hours({ time }) { | |
| return time.getHours(); | |
| } | |
| function minutes({ time }) { | |
| return time.getMinutes(); | |
| } |
| class Component extends React.Component { | |
| static getDerivedStateFromProps (nextProps, prevState) { | |
| // -> nextState | |
| // | Called after instantiating and when it receives new props | |
| } | |
| render () { | |
| // -> jsx | |
| } | |
| Hoi Alexandros |
| <svg viewBox="0 0 100 130"> | |
| <defs> | |
| <pattern id="pattern" width="{{patternWidth}}" height="{{patternHeight}}" patternUnits="userSpaceOnUse"> | |
| <path fill="url(#pattern)" stroke-width=".1" d="M0 {{gridHeight}}0h{{patternWidth}}"/> | |
| <path fill="url(#pattern)" stroke-width=".1" d="M0 {{patternHeight}}h{{patternWidth}}"/> | |
| <path fill="url(#pattern)" stroke-width=".1" d="M0 0h{{patternWidth}}"/> | |
| <path fill="url(#pattern)" stroke-width=".1" d="M0 {{patternHeight}}L{{patternWidth}} 0"/> | |
| <path fill="url(#pattern)" stroke-width=".1" d="M0 0L{{patternWidth}} {{patternHeight}}"/> | |
| </pattern> | |
| </defs> |
| var webpack = require('webpack') | |
| var path = require('path') | |
| var ExtractTextPlugin = require('extract-text-webpack-plugin') | |
| var HtmlWebpackPlugin = require('html-webpack-plugin') | |
| var CopyWebpackPlugin = require('copy-webpack-plugin') | |
| var SpriteLoaderPlugin = require('svg-sprite-loader/plugin') | |
| var defines = require('./defines.config') | |
| var config = require('./webpack.config') |
| Compiling queue v0.1.0 (file:///home/dexter/nerdalize/prototypes/queue) | |
| warning: unused import: `diesel::expression` | |
| --> src/bin/run_server.rs:23:5 | |
| | | |
| 23 | use diesel::expression; | |
| | ^^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: #[warn(unused_imports)] on by default | |
| warning: unused import: `diesel::query_builder::Query` |
| queue=> \dt | |
| List of relations | |
| Schema | Name | Type | Owner | |
| --------+----------------------------+-------+----------- | |
| public | __diesel_schema_migrations | table | nerdalize | |
| public | runs | table | nerdalize | |
| public | tasks | table | nerdalize | |
| public | workloads | table | nerdalize | |
| (4 rows) |