enhance(reversi): tweak reversi

This commit is contained in:
syuilo
2024-01-20 13:14:46 +09:00
parent f86d0186d2
commit b9a81edae5
16 changed files with 225 additions and 131 deletions

View File

@@ -3,10 +3,6 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
import { Game } from './game.js';
export {
Game,
};
export { Game } from './game.js';
export * as Serializer from './serializer.js';
export * as maps from './maps.js';