Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Commit

Permalink
Move and update prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
kcgidw committed Jan 14, 2020
1 parent 67a6a63 commit 9eb582c
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 424 deletions.
2 changes: 1 addition & 1 deletion src/server/game-room.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import GAME_PHASE from '../common/game-phase.js';
import GameError from './game-error.js';
import Stroke from '../common/stroke.js';
import * as Util from '../common/util.js';
import * as Prompts from './prompt-api.js';
import * as Prompts from './prompts/prompts-api.js';

const MAX_USERS = 10;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from 'fs';
import * as path from 'path';
import parse from 'csv-parse';
import { randomItemFrom } from '../common/util.js';
import { randomItemFrom } from '../../common/util.js';

const filename = path.resolve(__dirname, 'prompts.csv');

Expand Down
Loading

0 comments on commit 9eb582c

Please sign in to comment.