blob: ab97e0026d386e2568f17965b2eaa79e0897c4ea [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 '../card.dart' show Card;
import 'dart:math' as math;
import '../../src/syncbase/log_writer.dart' show SimulLevel;
part 'game_def.part.dart';
part 'game_command.part.dart';
part 'game_log.part.dart';