@hypersocial/cli-games 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -14226,7 +14226,7 @@ function getRandomCharacter() {
14226
14226
  // src/games/hyper-fighter/index.ts
14227
14227
  var TICK_MS = 50;
14228
14228
  var MIN_COLS = 60;
14229
- var MIN_ROWS = 36;
14229
+ var MIN_ROWS = 30;
14230
14230
  var VS_COL_WIDTH = 12;
14231
14231
  var SIDE_PANEL_WIDTH = 14;
14232
14232
  var HEADER_HEIGHT = 2;