blob: 1b95cb1ef5db70e757fe1076c543e542b8f9d237 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
library game;
import 'dart:convert' show JSON;
import 'dart:math' as math;
import '../card.dart' show Card;
import '../../src/syncbase/log_writer.dart' show SimulLevel;
import '../../src/syncbase/util.dart';
part 'game_def.part.dart';
part 'game_command.part.dart';
part 'game_log.part.dart';