Remove src directory - simplify project structure

This commit is contained in:
sokol
2026-02-21 20:15:00 +03:00
parent d71529b030
commit a0f6276e5d
5 changed files with 5 additions and 340 deletions

View File

@@ -1,6 +1,6 @@
const { describe, it } = require('node:test');
const assert = require('node:assert');
const { HexMap, HexCell, CELL_TYPES, MAP_SIZE } = require('../src/map.js');
const { HexMap, HexCell, CELL_TYPES, MAP_SIZE } = require('../public/map.js');
describe('HexCell', () => {
it('should create a cell with axial coordinates', () => {