play.cpp 53 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711
  1. #include "play.h"
  2. #include "db.h"
  3. #include "deck.h"
  4. #include "utils.h"
  5. #include "version.h"
  6. #include <ctime>
  7. #include <iomanip> // put_time
  8. #include <sstream>
  9. /**
  10. * @brief This config option allow any card to be played on any other card.
  11. *
  12. * This is for testing BONUS and scoring, etc. This disables saving of streak.
  13. *
  14. */
  15. #define CHEATER "_CHEAT_YOUR_ASS_OFF"
  16. PlayCards::PlayCards(door::Door &d, DBData &dbd, std::mt19937 &r)
  17. : door{d}, db{dbd}, rng{r} {
  18. init_values();
  19. play_day = std::chrono::system_clock::now();
  20. normalizeDate(play_day);
  21. time_t play_day_t = std::chrono::system_clock::to_time_t(play_day);
  22. // check last_played
  23. time_t last_played;
  24. {
  25. std::string last_played_str = dbd.getSetting("last_played", "0");
  26. last_played = std::stoi(last_played_str);
  27. std::string days_played_str = dbd.getSetting("days_played", "0");
  28. days_played = std::stoi(days_played_str);
  29. }
  30. if (last_played != play_day_t) {
  31. // Ok, they haven't played today, so:
  32. get_logger() << "reset days_played = 0" << std::endl;
  33. dbd.setSetting("last_played", std::to_string(play_day_t));
  34. dbd.setSetting("days_played", std::to_string(0));
  35. days_played = 0;
  36. }
  37. {
  38. std::string seed = config["_seed"].as<std::string>();
  39. if (!seed.empty()) {
  40. std::vector<std::string> parts = split(seed, ',');
  41. for (auto &p : parts) {
  42. seeds.push_back(std::stol(p));
  43. }
  44. }
  45. }
  46. /*
  47. * TODO: Check the date with the db. Have they already played up today? If
  48. * so, display calendar and find a day they can play. Or, play missed hands
  49. * for today.
  50. */
  51. hand = 0;
  52. total_hands = 0;
  53. spaceAceTriPeaks = make_tripeaks();
  54. score_panel = make_score_panel();
  55. streak_panel = make_streak_panel();
  56. left_panel = make_left_panel();
  57. cmd_panel = make_command_panel();
  58. next_quit_panel = make_next_panel();
  59. calendar = make_calendar();
  60. /*
  61. int mx = door.width;
  62. int my = door.height;
  63. */
  64. }
  65. PlayCards::~PlayCards() {}
  66. void PlayCards::init_values(void) {
  67. // beware of hand=1 ! We might not be playing the first hand here!
  68. // hand = 1;
  69. if (config["hands_per_day"]) {
  70. total_hands = config["hands_per_day"].as<int>();
  71. } else
  72. total_hands = 3;
  73. play_card = 28;
  74. current_streak = 0;
  75. best_streak = 0;
  76. {
  77. std::string best;
  78. best = db.getSetting("best_streak", "0");
  79. best_streak = std::stoi(best);
  80. }
  81. select_card = 23;
  82. score = 0;
  83. }
  84. /**
  85. * @brief Display the bonus text, when you remove a peak.
  86. *
  87. */
  88. void PlayCards::bonus(void) {
  89. door << door::ANSIColor(door::COLOR::YELLOW, door::ATTR::BOLD) << "BONUS";
  90. }
  91. /**
  92. * @brief Play
  93. *
  94. * This will display the calendar (if needed), otherwise takes player into
  95. * play_cards using now() as play_day.
  96. * \sa PlayCards::play_cards()
  97. *
  98. * @return int
  99. */
  100. int PlayCards::play(void) {
  101. play_day = std::chrono::system_clock::now();
  102. normalizeDate(play_day);
  103. if (config["hands_per_day"]) {
  104. total_hands = config["hands_per_day"].as<int>();
  105. } else
  106. total_hands = 3;
  107. // check to see if played already today
  108. time_t play_day_t = std::chrono::system_clock::to_time_t(play_day);
  109. int played = db.handsPlayedOnDay(play_day_t);
  110. #ifdef DEBUG_OUTPUT
  111. if (get_logger) {
  112. get_logger() << "played today (" << play_day_t << ")= " << played
  113. << std::endl;
  114. }
  115. #endif
  116. int r;
  117. if (played == 0) {
  118. // playing today
  119. door << "Let's play today..." << door::nl;
  120. std::this_thread::sleep_for(std::chrono::seconds(1));
  121. hand = 1;
  122. r = play_cards();
  123. if (r != 'D')
  124. return r;
  125. } else {
  126. if (played < total_hands) {
  127. door << "Let's finish today..." << door::nl;
  128. std::this_thread::sleep_for(std::chrono::seconds(1));
  129. hand = played + 1;
  130. r = play_cards();
  131. if (r != 'D')
  132. return r;
  133. }
  134. }
  135. // Ok, we need to select a day.
  136. // calendar = make_calendar();
  137. // if (false) {
  138. CALENDAR_UPDATE:
  139. if (get_logger) {
  140. get_logger() << "update calendar days" << std::endl;
  141. }
  142. update_calendar_days();
  143. calendar->update();
  144. //}
  145. if (cls_display_starfield)
  146. cls_display_starfield();
  147. else
  148. door << door::reset << door::cls;
  149. door << *calendar;
  150. bool has_playable_day = false;
  151. for (int x = 0; x < 31; ++x) {
  152. int status = calendar_day_status[x];
  153. if ((status == 0) or (status == 1)) {
  154. has_playable_day = true;
  155. break;
  156. }
  157. }
  158. if (!has_playable_day) {
  159. door << door::nl;
  160. door << "Sorry, there are no days available to play." << door::nl;
  161. r = press_a_key();
  162. if (r < 0)
  163. return r;
  164. return 'Q';
  165. }
  166. door << door::nl;
  167. door << "Please choose day : " << door::SaveCursor;
  168. AGAIN:
  169. std::string toplay = door.input_string(3);
  170. door << door::RestoreCursor;
  171. int number;
  172. try {
  173. number = std::stoi(toplay);
  174. } catch (std::exception &e) {
  175. number = 0;
  176. }
  177. if (number == 0)
  178. return ' ';
  179. int status;
  180. if (number <= 31) {
  181. status = calendar_day_status[number - 1];
  182. if (status == 0) {
  183. // play full day -- how do I figure out the date for this?
  184. hand = 1;
  185. play_day_t = calendar_day_t[number - 1];
  186. play_day = std::chrono::system_clock::from_time_t(play_day_t);
  187. r = play_cards();
  188. if (r == 'D')
  189. goto CALENDAR_UPDATE;
  190. return r;
  191. }
  192. if (status == 1) {
  193. // play half day
  194. play_day_t = calendar_day_t[number - 1];
  195. play_day = std::chrono::system_clock::from_time_t(play_day_t);
  196. played = db.handsPlayedOnDay(play_day_t);
  197. if (played < total_hands) {
  198. hand = played + 1;
  199. r = play_cards();
  200. if (r == 'D')
  201. goto CALENDAR_UPDATE;
  202. return r;
  203. }
  204. }
  205. goto AGAIN;
  206. };
  207. return ' ';
  208. }
  209. /**
  210. * @brief play_cards
  211. *
  212. * Play cards for the given play_day and hand.
  213. *
  214. * This should be called by play with the correct #play_day set.
  215. * \sa PlayCards::play()
  216. *
  217. * @return int
  218. */
  219. int PlayCards::play_cards(void) {
  220. init_values();
  221. // Calculate the game size
  222. int game_width;
  223. int game_height = 20;
  224. {
  225. int cx, cy;
  226. cardPos(27, cx, cy);
  227. game_width = cx + 5;
  228. }
  229. int mx = door.width;
  230. int my = door.height;
  231. off_x = (mx - game_width) / 2;
  232. off_y = (my - game_height) / 2;
  233. // int true_off_y = off_y;
  234. // we can now position things properly centered
  235. int tp_off_x = (mx - spaceAceTriPeaks->getWidth()) / 2;
  236. spaceAceTriPeaks->set(tp_off_x, off_y);
  237. off_y += 3; // adjust for tripeaks panel
  238. std::string currentDefault = db.getSetting("DeckColor", "ALL");
  239. next_hand:
  240. // Make sure we pick the deck color here. We want it to (possibly) change
  241. // between hands.
  242. get_logger() << "DeckColor shows as " << currentDefault << std::endl;
  243. deck_color = stringToANSIColor(currentDefault);
  244. dp.setBack(deck_color);
  245. // dp = Deck(deck_color);
  246. play_card = 28;
  247. select_card = 23;
  248. score = 0;
  249. current_streak = 0;
  250. // Use play_day to seed the rng
  251. {
  252. time_t tt = std::chrono::system_clock::to_time_t(play_day);
  253. tm local_tm = *localtime(&tt);
  254. std::vector<int> rand_seed_seq = seeds;
  255. rand_seed_seq.push_back(local_tm.tm_year + 1900);
  256. rand_seed_seq.push_back(local_tm.tm_mon + 1);
  257. rand_seed_seq.push_back(local_tm.tm_mday);
  258. rand_seed_seq.push_back(hand);
  259. // std::seed_seq seq{local_tm.tm_year + 1900, local_tm.tm_mon + 1,
  260. // local_tm.tm_mday, hand};
  261. std::seed_seq seq(rand_seed_seq.begin(), rand_seed_seq.end());
  262. deck = shuffleCards(seq, 1);
  263. state = makeCardStates();
  264. }
  265. /*
  266. door::Panel score_panel = make_score_panel();
  267. door::Panel streak_panel = make_streak_panel();
  268. door::Panel left_panel = make_left_panel();
  269. door::Panel cmd_panel = make_command_panel();
  270. */
  271. {
  272. int off_yp = off_y + 11;
  273. int cx, cy;
  274. int left_panel_x, right_panel_x;
  275. // find position of card, to position the panels
  276. cardPos(18, cx, cy);
  277. left_panel_x = cx;
  278. cardPos(15, cx, cy);
  279. right_panel_x = cx;
  280. score_panel->set(left_panel_x + off_x, off_yp);
  281. streak_panel->set(right_panel_x + off_x, off_yp);
  282. cmd_panel->set(left_panel_x + off_x, off_yp + 5);
  283. // next panel position (top = card 10, centered)
  284. cardPos(10, cx, cy);
  285. int next_off_x = (mx - next_quit_panel->getWidth()) / 2;
  286. next_quit_panel->set(next_off_x, cy + off_y);
  287. }
  288. bool dealing = true;
  289. int r = 0;
  290. redraw(dealing);
  291. dealing = false;
  292. left_panel->update(door);
  293. door << door::reset;
  294. shared_panel c;
  295. bool in_game = true;
  296. bool save_streak = false;
  297. int waiting = 0;
  298. while (in_game) {
  299. // time might have updated, so update score panel too.
  300. if (score_panel->update(door)) {
  301. int cx, cy;
  302. cardPos(select_card, cx, cy);
  303. door << door::reset << door::Goto(cx + off_x + 3, cy + off_y + 2);
  304. }
  305. // do the save here -- try to hide the database lag
  306. if (save_streak) {
  307. save_streak = false;
  308. std::string best = std::to_string(best_streak);
  309. db.setSetting("best_streak", best);
  310. }
  311. waiting = 0;
  312. while (waiting < door.inactivity) {
  313. r = door.sleep_key(1);
  314. if (r == TIMEOUT) {
  315. // TIMEOUT is expected here, we're sleeping 1 sec.
  316. ++waiting;
  317. if (score_panel->update(door)) {
  318. // score panel updated, reposition the cursor.
  319. int cx, cy;
  320. cardPos(select_card, cx, cy);
  321. door << door::reset << door::Goto(cx + off_x + 3, cy + off_y + 2);
  322. }
  323. } else {
  324. break;
  325. }
  326. }
  327. // r = door.sleep_key(door.inactivity);
  328. if (r > 0) {
  329. // not a timeout or expire.
  330. if (r < 0x1000) // not a function key
  331. r = std::toupper(r);
  332. switch (r) {
  333. case '\x0d':
  334. if (current_streak > best_streak) {
  335. best_streak = current_streak;
  336. if (!config[CHEATER]) {
  337. save_streak = true;
  338. }
  339. streak_panel->update(door);
  340. }
  341. if (play_card < 51) {
  342. play_card++;
  343. current_streak = 0;
  344. streak_panel->update(door);
  345. // update the cards left_panel
  346. left_panel->update(door);
  347. // Ok, deal next card from the pile.
  348. int cx, cy, level;
  349. if (play_card == 51) {
  350. cardPosLevel(29, cx, cy, level);
  351. level = 0; // out of cards
  352. c = dp.back(level);
  353. c->set(cx + off_x, cy + off_y);
  354. door << *c;
  355. }
  356. cardPos(28, cx, cy);
  357. c = dp.card(deck.at(play_card));
  358. c->set(cx + off_x, cy + off_y);
  359. door << *c;
  360. }
  361. break;
  362. case 'R':
  363. redraw(false);
  364. break;
  365. case 'Q':
  366. // possibly prompt here for [N]ext hand or [Q]uit ?
  367. if (current_streak > best_streak) {
  368. best_streak = current_streak;
  369. if (!config[CHEATER]) {
  370. save_streak = true;
  371. }
  372. streak_panel->update(door);
  373. }
  374. next_quit_panel->update();
  375. door << *next_quit_panel;
  376. // Has card 27 played? If so, use BLACK. Otherwise WHITE.
  377. if (state.at(26) == 2)
  378. door << door::ANSIColor(door::COLOR::BLACK);
  379. else
  380. door << door::reset;
  381. // use some other variable here for what we get from the get_one_of.
  382. if (hand < total_hands) {
  383. r = door.get_one_of("CNQ");
  384. } else {
  385. r = door.get_one_of("CDQ");
  386. }
  387. if (r == 'C') {
  388. // continue
  389. redraw(false);
  390. break;
  391. }
  392. if ((r == 'D') or (r == 'Q')) {
  393. // Ok, we are calling it quits.
  394. // save score if > 0
  395. if (score >= 50) {
  396. time_t right_now = std::chrono::system_clock::to_time_t(
  397. std::chrono::system_clock::now());
  398. db.saveScore(right_now,
  399. std::chrono::system_clock::to_time_t(play_day), hand,
  400. 0, score);
  401. }
  402. in_game = false;
  403. // r = 'Q';
  404. }
  405. if (r == 'N') {
  406. // no. If you want to play the next hand, we have to save this.
  407. get_logger() << "SCORE: " << score << std::endl;
  408. time_t right_now = std::chrono::system_clock::to_time_t(
  409. std::chrono::system_clock::now());
  410. db.saveScore(right_now,
  411. std::chrono::system_clock::to_time_t(play_day), hand, 0,
  412. score);
  413. hand++;
  414. goto next_hand;
  415. }
  416. // in_game = false;
  417. break;
  418. case ' ':
  419. case '5':
  420. // can we play this card?
  421. /*
  422. get_logger() << "canPlay( " << select_card << ":"
  423. << deck1.at(select_card) << "/"
  424. << d.getRank(deck1.at(select_card)) << " , "
  425. << play_card << "/" <<
  426. d.getRank(deck1.at(play_card))
  427. << ") = "
  428. << d.canPlay(deck1.at(select_card),
  429. deck1.at(play_card))
  430. << std::endl;
  431. */
  432. if (dp.canPlay(deck.at(select_card), deck.at(play_card)) or
  433. config[CHEATER]) {
  434. // if (true) {
  435. // yes we can.
  436. ++current_streak;
  437. // update best_streak when they draw the next card.
  438. /*
  439. if (current_streak > best_streak) {
  440. best_streak = current_streak;
  441. if (!config[CHEATER]) {
  442. save_streak = true;
  443. }
  444. }
  445. */
  446. streak_panel->update(door);
  447. score += 10;
  448. if (current_streak > 1)
  449. score += current_streak * 5;
  450. score_panel->update(door);
  451. /*
  452. if (get_logger)
  453. get_logger() << "score_panel update : " << score << std::endl;
  454. */
  455. // play card!
  456. state.at(select_card) = 2;
  457. {
  458. // swap the select card with play_card
  459. int temp = deck.at(select_card);
  460. deck.at(select_card) = deck.at(play_card);
  461. deck.at(play_card) = temp;
  462. // select_card is -- invalidated here! find "new" card.
  463. int cx, cy;
  464. // erase/clear select_card
  465. std::vector<int> check = dp.unblocks(select_card);
  466. bool left = false, right = false;
  467. for (const int c : check) {
  468. std::pair<int, int> blockers = dp.blocks[c];
  469. if (blockers.first == select_card)
  470. right = true;
  471. if (blockers.second == select_card)
  472. left = true;
  473. }
  474. dp.removeCard(door, select_card, off_x, off_y, left, right);
  475. /* // old way of doing this that leaves holes.
  476. cardPosLevel(select_card, cx, cy, level);
  477. c = d.back(0);
  478. c->set(cx + off_x, cy + off_y);
  479. door << *c;
  480. */
  481. // redraw play card #28. (Which is the "old" select_card)
  482. cardPos(28, cx, cy);
  483. c = dp.card(deck.at(play_card));
  484. c->set(cx + off_x, cy + off_y);
  485. door << *c;
  486. // Did we unhide a card here?
  487. // std::vector<int> check = d.unblocks(select_card);
  488. /*
  489. get_logger() << "select_card = " << select_card
  490. << " unblocks: " << check.size() << std::endl;
  491. */
  492. int new_card_shown = -1;
  493. if (!check.empty()) {
  494. for (const int to_check : check) {
  495. std::pair<int, int> blockers = dp.blocks[to_check];
  496. /*
  497. get_logger()
  498. << "Check: " << to_check << " " << blockers.first << ","
  499. << blockers.second << " " << state.at(blockers.first)
  500. << "," << state.at(blockers.second) << std::endl;
  501. */
  502. if ((state.at(blockers.first) == 2) and
  503. (state.at(blockers.second) == 2)) {
  504. // WOOT! Card uncovered.
  505. /*
  506. get_logger() << "showing: " << to_check << std::endl;
  507. */
  508. state.at(to_check) = 1;
  509. cardPos(to_check, cx, cy);
  510. c = dp.card(deck.at(to_check));
  511. c->set(cx + off_x, cy + off_y);
  512. door << *c;
  513. new_card_shown = to_check;
  514. }
  515. }
  516. } else {
  517. // top card cleared
  518. // get_logger() << "top card cleared?" << std::endl;
  519. // display something at select_card position
  520. int cx, cy;
  521. cardPos(select_card, cx, cy);
  522. door << door::Goto(cx + off_x, cy + off_y);
  523. bonus();
  524. score += 100;
  525. state.at(select_card) = 3; // handle this in the "redraw"
  526. score_panel->update(door);
  527. }
  528. // Find new "number" for select_card to be.
  529. if (new_card_shown != -1) {
  530. select_card = new_card_shown;
  531. } else {
  532. // select_card++;
  533. int new_select = findClosestActiveCard(state, select_card);
  534. if (new_select != -1) {
  535. select_card = new_select;
  536. } else {
  537. get_logger() << "Winner!" << std::endl;
  538. select_card = -1; // winner marker?
  539. // bonus for cards left
  540. int bonus = 15 * (51 - play_card);
  541. score += 15 * (51 - play_card);
  542. score_panel->update(door);
  543. // maybe display this somewhere?
  544. // door << " BONUS: " << bonus << door::nl;
  545. get_logger()
  546. << "SCORE: " << score << ", " << bonus << std::endl;
  547. // if (!config[CHEATER]) {
  548. time_t right_now = std::chrono::system_clock::to_time_t(
  549. std::chrono::system_clock::now());
  550. db.saveScore(right_now,
  551. std::chrono::system_clock::to_time_t(play_day),
  552. hand, 1, score);
  553. //}
  554. next_quit_panel->update();
  555. door << *next_quit_panel;
  556. // Has card 27 played? If so, use BLACK. Otherwise WHITE.
  557. if (state.at(26) == 2)
  558. door << door::ANSIColor(door::COLOR::BLACK);
  559. else
  560. door << door::reset;
  561. if (hand < total_hands) {
  562. r = door.get_one_of("NQ");
  563. } else {
  564. r = door.get_one_of("DQ");
  565. }
  566. if (r == 'N') {
  567. hand++;
  568. goto next_hand;
  569. }
  570. in_game = false;
  571. if (r == 'D') {
  572. // done?
  573. // maybe r = 'Q'; ?
  574. }
  575. if (r == 'Q') {
  576. r = 'Q';
  577. }
  578. /*
  579. press_a_key(door);
  580. if (hand < total_hands) {
  581. hand++;
  582. // current_streak = 0;
  583. door << door::reset << door::cls;
  584. goto next_hand;
  585. }
  586. r = 'Q';
  587. */
  588. // in_game = false;
  589. }
  590. }
  591. // update the select_card marker!
  592. cardPos(select_card, cx, cy);
  593. c = dp.marker(1);
  594. c->set(cx + off_x + 2, cy + off_y + 2);
  595. door << *c << door::reset;
  596. }
  597. }
  598. break;
  599. case XKEY_LEFT_ARROW:
  600. case '4': {
  601. int new_select = findNextActiveCard(true, state, select_card);
  602. /*
  603. int new_active = active_card - 1;
  604. while (new_active >= 0) {
  605. if (state.at(new_active) == 1)
  606. break;
  607. --new_active;
  608. }*/
  609. if (new_select >= 0) {
  610. int cx, cy;
  611. cardPos(select_card, cx, cy);
  612. c = dp.marker(0);
  613. c->set(cx + off_x + 2, cy + off_y + 2);
  614. door << *c;
  615. select_card = new_select;
  616. cardPos(select_card, cx, cy);
  617. c = dp.marker(1);
  618. c->set(cx + off_x + 2, cy + off_y + 2);
  619. door << *c
  620. << door::reset; // reset works here, because the selected_card
  621. // bg is WHITE, and cursor is WHITE.
  622. }
  623. } break;
  624. case XKEY_RIGHT_ARROW:
  625. case '6': {
  626. int new_select = findNextActiveCard(false, state, select_card);
  627. /*
  628. int new_active = active_card + 1;
  629. while (new_active < 28) {
  630. if (state.at(new_active) == 1)
  631. break;
  632. ++new_active;
  633. }
  634. */
  635. if (new_select >= 0) { //(new_active < 28) {
  636. int cx, cy;
  637. cardPos(select_card, cx, cy);
  638. c = dp.marker(0);
  639. c->set(cx + off_x + 2, cy + off_y + 2);
  640. door << *c;
  641. select_card = new_select;
  642. cardPos(select_card, cx, cy);
  643. c = dp.marker(1);
  644. c->set(cx + off_x + 2, cy + off_y + 2);
  645. door << *c << door::reset;
  646. }
  647. }
  648. break;
  649. }
  650. } else
  651. in_game = false;
  652. }
  653. return r;
  654. }
  655. /**
  656. * @brief Redraw the entire play cards screen.
  657. *
  658. * If dealing then show delays when displaying cards, or turning them over.
  659. *
  660. * Otherwise, the user has requested a redraw -- and don't delay.
  661. *
  662. * @param dealing
  663. */
  664. void PlayCards::redraw(bool dealing) {
  665. shared_panel c;
  666. display_starfield(door, rng);
  667. // door << door::reset << door::cls;
  668. door << *spaceAceTriPeaks;
  669. {
  670. // step 1:
  671. // draw the deck "source"
  672. int cx, cy, level;
  673. cardPosLevel(29, cx, cy, level);
  674. if (play_card == 51)
  675. level = 0; // out of cards!
  676. c = dp.back(level);
  677. c->set(cx + off_x, cy + off_y);
  678. // p3 is heigh below
  679. left_panel->set(cx + off_x, cy + off_y + height);
  680. // how do I update these? (hand >1)
  681. score_panel->update();
  682. left_panel->update();
  683. streak_panel->update();
  684. cmd_panel->update();
  685. door << *score_panel << *left_panel << *streak_panel << *cmd_panel;
  686. door << *c;
  687. if (dealing)
  688. std::this_thread::sleep_for(std::chrono::seconds(1));
  689. }
  690. for (int x = 0; x < (dealing ? 28 : 29); x++) {
  691. int cx, cy, level;
  692. cardPosLevel(x, cx, cy, level);
  693. // This is hardly visible.
  694. // door << door::Goto(cx + off_x - 1, cy + off_y + 1);
  695. if (dealing)
  696. std::this_thread::sleep_for(std::chrono::milliseconds(75));
  697. if (dealing) {
  698. c = dp.back(level);
  699. c->set(cx + off_x, cy + off_y);
  700. door << *c;
  701. } else {
  702. // redrawing -- draw the cards with their correct "state"
  703. int s = state.at(x);
  704. switch (s) {
  705. case 0:
  706. c = dp.back(level);
  707. c->set(cx + off_x, cy + off_y);
  708. door << *c;
  709. break;
  710. case 1:
  711. // cardPosLevel(x, space, height, cx, cy, level);
  712. if (x == 28)
  713. c = dp.card(deck.at(play_card));
  714. else
  715. c = dp.card(deck.at(x));
  716. c->set(cx + off_x, cy + off_y);
  717. door << *c;
  718. break;
  719. case 2:
  720. // no card to draw. :)
  721. break;
  722. case 3:
  723. // peak cleared, draw bonus
  724. door << door::Goto(cx + off_x, cy + off_y);
  725. bonus();
  726. break;
  727. }
  728. }
  729. }
  730. if (dealing)
  731. for (int x = 18; x < 29; x++) {
  732. int cx, cy;
  733. state.at(x) = 1;
  734. cardPos(x, cx, cy);
  735. // door << door::Goto(cx + off_x - 1, cy + off_y + 1);
  736. std::this_thread::sleep_for(std::chrono::milliseconds(200));
  737. c = dp.card(deck.at(x));
  738. c->set(cx + off_x, cy + off_y);
  739. door << *c;
  740. }
  741. {
  742. int cx, cy;
  743. cardPos(select_card, cx, cy);
  744. c = dp.marker(1);
  745. c->set(cx + off_x + 2, cy + off_y + 2);
  746. door << *c << door::reset;
  747. }
  748. }
  749. door::renderFunction statusValue(door::ANSIColor status,
  750. door::ANSIColor value) {
  751. door::renderFunction rf = [status,
  752. value](const std::string &txt) -> door::Render {
  753. door::Render r(txt);
  754. size_t pos = txt.find(':');
  755. if (pos == std::string::npos) {
  756. for (char const &c : txt) {
  757. if (std::isdigit(c))
  758. r.append(value);
  759. else
  760. r.append(status);
  761. }
  762. } else {
  763. pos++;
  764. r.append(status, pos);
  765. r.append(value, txt.length() - pos);
  766. }
  767. return r;
  768. };
  769. return rf;
  770. }
  771. /**
  772. * @brief make the score panel
  773. * This displays: Name, Score, Time Used, Hands Played.
  774. *
  775. * @return std::unique_ptr<door::Panel>
  776. */
  777. std::unique_ptr<door::Panel> PlayCards::make_score_panel() {
  778. const int W = 25;
  779. std::unique_ptr<door::Panel> p = std::make_unique<door::Panel>(W);
  780. p->setStyle(door::BorderStyle::NONE);
  781. door::ANSIColor statusColor(door::COLOR::WHITE, door::COLOR::BLUE,
  782. door::ATTR::BOLD);
  783. door::ANSIColor valueColor(door::COLOR::YELLOW, door::COLOR::BLUE,
  784. door::ATTR::BOLD);
  785. door::renderFunction svRender = statusValue(statusColor, valueColor);
  786. // or use renderStatus as defined above.
  787. // We'll stick with these for now.
  788. {
  789. std::string userString = "Name: ";
  790. userString += door.username;
  791. std::unique_ptr<door::Line> username =
  792. std::make_unique<door::Line>(userString, W);
  793. username->setRender(svRender);
  794. p->addLine(std::move(username));
  795. }
  796. {
  797. door::updateFunction scoreUpdate = [this](void) -> std::string {
  798. std::string text = "Score: ";
  799. text.append(std::to_string(score));
  800. return text;
  801. };
  802. std::string scoreString = scoreUpdate();
  803. std::unique_ptr<door::Line> scoreline =
  804. std::make_unique<door::Line>(scoreString, W);
  805. scoreline->setRender(svRender);
  806. scoreline->setUpdater(scoreUpdate);
  807. p->addLine(std::move(scoreline));
  808. }
  809. {
  810. door::updateFunction timeUpdate = [this](void) -> std::string {
  811. std::stringstream ss;
  812. std::string text;
  813. ss << "Time used: " << setw(3) << door.time_used << " / " << setw(3)
  814. << door.time_left;
  815. text = ss.str();
  816. return text;
  817. };
  818. std::string timeString = timeUpdate();
  819. door::Line time(timeString, W);
  820. time.setRender(svRender);
  821. time.setUpdater(timeUpdate);
  822. p->addLine(std::make_unique<door::Line>(time));
  823. }
  824. {
  825. door::updateFunction handUpdate = [this](void) -> std::string {
  826. std::string text = "Playing Hand ";
  827. text.append(std::to_string(hand));
  828. text.append(" of ");
  829. text.append(std::to_string(total_hands));
  830. return text;
  831. };
  832. std::string handString = handUpdate();
  833. door::Line hands(handString, W);
  834. hands.setRender(svRender);
  835. hands.setUpdater(handUpdate);
  836. p->addLine(std::make_unique<door::Line>(hands));
  837. }
  838. return p;
  839. }
  840. std::unique_ptr<door::Panel> PlayCards::make_streak_panel(void) {
  841. const int W = 20;
  842. std::unique_ptr<door::Panel> p = std::make_unique<door::Panel>(W);
  843. p->setStyle(door::BorderStyle::NONE);
  844. door::ANSIColor statusColor(door::COLOR::WHITE, door::COLOR::BLUE,
  845. door::ATTR::BOLD);
  846. door::ANSIColor valueColor(door::COLOR::YELLOW, door::COLOR::BLUE,
  847. door::ATTR::BOLD);
  848. door::renderFunction svRender = statusValue(statusColor, valueColor);
  849. {
  850. door::updateFunction dateUpdate = [this](void) -> std::string {
  851. std::string text = "Playing: ";
  852. auto in_time_t = std::chrono::system_clock::to_time_t(play_day);
  853. std::stringstream ss;
  854. if (config["date_format"]) {
  855. std::string fmt = config["date_format"].as<std::string>();
  856. ss << std::put_time(std::localtime(&in_time_t), fmt.c_str());
  857. } else
  858. ss << std::put_time(std::localtime(&in_time_t), "%B %d");
  859. text.append(ss.str());
  860. return text;
  861. };
  862. std::string text = dateUpdate();
  863. door::Line current(text, W);
  864. current.setRender(svRender);
  865. current.setUpdater(dateUpdate);
  866. p->addLine(std::make_unique<door::Line>(current));
  867. }
  868. {
  869. door::updateFunction currentUpdate = [this](void) -> std::string {
  870. std::string text = "Current Streak: ";
  871. text.append(std::to_string(current_streak));
  872. return text;
  873. };
  874. std::string currentString = currentUpdate();
  875. door::Line current(currentString, W);
  876. current.setRender(svRender);
  877. current.setUpdater(currentUpdate);
  878. p->addLine(std::make_unique<door::Line>(current));
  879. }
  880. {
  881. door::updateFunction currentUpdate = [this](void) -> std::string {
  882. std::string text = "Longest Streak: ";
  883. text.append(std::to_string(best_streak));
  884. return text;
  885. };
  886. std::string currentString = currentUpdate();
  887. door::Line current(currentString, W);
  888. current.setRender(svRender);
  889. current.setUpdater(currentUpdate);
  890. p->addLine(std::make_unique<door::Line>(current));
  891. }
  892. return p;
  893. }
  894. std::unique_ptr<door::Panel> PlayCards::make_left_panel(void) {
  895. const int W = 13;
  896. std::unique_ptr<door::Panel> p = std::make_unique<door::Panel>(W);
  897. p->setStyle(door::BorderStyle::NONE);
  898. door::ANSIColor statusColor(door::COLOR::WHITE, door::COLOR::BLUE,
  899. door::ATTR::BOLD);
  900. door::ANSIColor valueColor(door::COLOR::YELLOW, door::COLOR::BLUE,
  901. door::ATTR::BOLD);
  902. door::renderFunction svRender = statusValue(statusColor, valueColor);
  903. {
  904. door::updateFunction cardsleftUpdate = [this](void) -> std::string {
  905. std::string text = "Cards left:";
  906. text.append(std::to_string(51 - play_card));
  907. return text;
  908. };
  909. std::string cardsleftString = "Cards left:--";
  910. door::Line cardsleft(cardsleftString, W);
  911. cardsleft.setRender(svRender);
  912. cardsleft.setUpdater(cardsleftUpdate);
  913. p->addLine(std::make_unique<door::Line>(cardsleft));
  914. }
  915. return p;
  916. }
  917. door::renderFunction commandLineRender(door::ANSIColor bracket,
  918. door::ANSIColor inner,
  919. door::ANSIColor outer) {
  920. door::renderFunction rf = [bracket, inner,
  921. outer](const std::string &txt) -> door::Render {
  922. door::Render r(txt);
  923. bool inOuter = true;
  924. for (char const &c : txt) {
  925. if (c == '[') {
  926. inOuter = false;
  927. r.append(bracket);
  928. continue;
  929. }
  930. if (c == ']') {
  931. inOuter = true;
  932. r.append(bracket);
  933. continue;
  934. }
  935. if (inOuter)
  936. r.append(outer);
  937. else
  938. r.append(inner);
  939. }
  940. return r;
  941. };
  942. return rf;
  943. }
  944. std::unique_ptr<door::Panel> PlayCards::make_command_panel(void) {
  945. const int W = 76;
  946. std::unique_ptr<door::Panel> p = make_unique<door::Panel>(W);
  947. p->setStyle(door::BorderStyle::NONE);
  948. std::string commands;
  949. if (door::unicode) {
  950. commands = "[4/\u25c4] Left [6/\u25ba] Right [Space] Play Card [Enter] "
  951. "Draw [Q]uit "
  952. "[R]edraw [H]elp";
  953. } else {
  954. commands =
  955. "[4/\x11] Left [6/\x10] Right [Space] Play Card [Enter] Draw [Q]uit "
  956. "[R]edraw [H]elp";
  957. }
  958. door::ANSIColor bracketColor(door::COLOR::YELLOW, door::COLOR::BLUE,
  959. door::ATTR::BOLD);
  960. door::ANSIColor outerColor(door::COLOR::CYAN, door::COLOR::BLUE,
  961. door::ATTR::BOLD);
  962. door::ANSIColor innerColor(door::COLOR::GREEN, door::COLOR::BLUE,
  963. door::ATTR::BOLD);
  964. door::renderFunction cmdRender =
  965. commandLineRender(bracketColor, innerColor, outerColor);
  966. door::Line cmd(commands, W);
  967. cmd.setRender(cmdRender);
  968. p->addLine(std::make_unique<door::Line>(cmd));
  969. return p;
  970. }
  971. std::unique_ptr<door::Panel> PlayCards::make_next_panel(void) {
  972. const int W = 50; // 50;
  973. std::unique_ptr<door::Panel> p = make_unique<door::Panel>(W);
  974. door::ANSIColor panelColor(door::COLOR::YELLOW, door::COLOR::GREEN,
  975. door::ATTR::BOLD);
  976. p->setStyle(door::BorderStyle::DOUBLE);
  977. p->setColor(panelColor);
  978. door::updateFunction nextUpdate = [this](void) -> std::string {
  979. std::string text;
  980. if (select_card != -1)
  981. text = "[C]ontinue this hand";
  982. if (hand < total_hands)
  983. text += " [N]ext Hand [Q]uit";
  984. else
  985. text += " [D]one [Q]uit";
  986. return text;
  987. };
  988. std::string text;
  989. text = nextUpdate();
  990. door::ANSIColor bracketColor(door::COLOR::YELLOW, door::COLOR::BLUE,
  991. door::ATTR::BOLD);
  992. door::ANSIColor innerColor(door::COLOR::CYAN, door::COLOR::BLUE,
  993. door::ATTR::BOLD);
  994. door::ANSIColor outerColor(door::COLOR::GREEN, door::COLOR::BLUE,
  995. door::ATTR::BOLD);
  996. door::renderFunction textRender =
  997. commandLineRender(bracketColor, innerColor, outerColor);
  998. door::Line nextLine(text, W);
  999. nextLine.setRender(textRender);
  1000. nextLine.setPadding(" ", panelColor);
  1001. nextLine.setUpdater(nextUpdate);
  1002. nextLine.fit();
  1003. p->addLine(std::make_unique<door::Line>(nextLine));
  1004. return p;
  1005. }
  1006. std::unique_ptr<door::Panel> PlayCards::make_tripeaks(void) {
  1007. std::string tripeaksText(" " SPACEACE
  1008. " - Tri-Peaks Solitaire v" SPACEACE_VERSION " ");
  1009. std::unique_ptr<door::Panel> spaceAceTriPeaks =
  1010. std::make_unique<door::Panel>(tripeaksText.size());
  1011. spaceAceTriPeaks->setStyle(door::BorderStyle::SINGLE);
  1012. spaceAceTriPeaks->setColor(
  1013. door::ANSIColor(door::COLOR::CYAN, door::COLOR::BLACK));
  1014. spaceAceTriPeaks->addLine(
  1015. std::make_unique<door::Line>(tripeaksText, tripeaksText.size()));
  1016. return spaceAceTriPeaks;
  1017. }
  1018. std::unique_ptr<door::Panel> PlayCards::make_month(std::string month) {
  1019. const int W = 3;
  1020. std::unique_ptr<door::Panel> p = make_unique<door::Panel>(W);
  1021. door::ANSIColor panelColor(door::COLOR::YELLOW, door::COLOR::BLACK,
  1022. door::ATTR::BOLD);
  1023. p->setStyle(door::BorderStyle::DOUBLE);
  1024. p->setColor(panelColor);
  1025. for (auto c : month) {
  1026. std::string text = " ";
  1027. text += c;
  1028. text += " ";
  1029. door::Line line(text);
  1030. p->addLine(std::make_unique<door::Line>(line));
  1031. }
  1032. return p;
  1033. }
  1034. std::unique_ptr<door::Panel> PlayCards::make_weekdays(void) {
  1035. const int W = 41;
  1036. std::string text = " SUN MON TUE WED THU FRI SAT ";
  1037. std::unique_ptr<door::Panel> p = make_unique<door::Panel>(W);
  1038. door::ANSIColor panelColor(door::COLOR::CYAN, door::COLOR::BLACK,
  1039. door::ATTR::BOLD);
  1040. p->setStyle(door::BorderStyle::DOUBLE);
  1041. p->setColor(panelColor);
  1042. door::Line line(text);
  1043. p->addLine(std::make_unique<door::Line>(line));
  1044. return p;
  1045. }
  1046. std::unique_ptr<door::Panel> PlayCards::make_calendar_panel(void) {
  1047. const int W = 41;
  1048. std::unique_ptr<door::Panel> p = make_unique<door::Panel>(W);
  1049. p->setStyle(door::BorderStyle::DOUBLE);
  1050. p->setColor(door::ANSIColor(door::COLOR::CYAN, door::COLOR::BLACK));
  1051. door::renderFunction calendarRender =
  1052. [](const std::string &txt) -> door::Render {
  1053. door::Render r(txt);
  1054. // normal digits color
  1055. door::ANSIColor digits(door::COLOR::CYAN, door::COLOR::BLACK);
  1056. // digits/days that can be played
  1057. door::ANSIColor digits_play(door::COLOR::CYAN, door::COLOR::BLACK,
  1058. door::ATTR::BOLD);
  1059. // spaces color
  1060. door::ANSIColor spaces(door::COLOR::WHITE, door::COLOR::BLACK);
  1061. // o - open days
  1062. door::ANSIColor open(door::COLOR::GREEN, door::COLOR::BLACK,
  1063. door::ATTR::BOLD);
  1064. // h - hands can be played
  1065. door::ANSIColor hands(door::COLOR::YELLOW, door::COLOR::BLACK,
  1066. door::ATTR::BOLD);
  1067. // x - already played
  1068. door::ANSIColor full(door::COLOR::RED, door::COLOR::BLACK);
  1069. // u - No, Not Yet! unavailable
  1070. door::ANSIColor nny(door::COLOR::BLACK, door::COLOR::BLACK,
  1071. door::ATTR::BOLD);
  1072. int days;
  1073. /*
  1074. if (get_logger) {
  1075. get_logger() << "Line [" << txt << "]" << std::endl;
  1076. }
  1077. */
  1078. // B _ BBBB _ BBBB _ BBBB _ BBBB _ BBBB _ BBBB _ B
  1079. for (days = 0; days < 7; ++days) {
  1080. std::string dayText;
  1081. if (days == 0) {
  1082. r.append(spaces);
  1083. // dayText = txt.substr(1, 3);
  1084. } // else {
  1085. /*
  1086. if (get_logger)
  1087. get_logger() << days << " " << 1 + (days * 6) << std::endl;
  1088. */
  1089. dayText = txt.substr(1 + (days * 6), 3);
  1090. // }
  1091. /*
  1092. if (get_logger) {
  1093. get_logger() << days << " "
  1094. << "[" << dayText << "] " << std::endl;
  1095. }
  1096. */
  1097. if (dayText[1] == ' ') {
  1098. // Ok, nothing there!
  1099. r.append(spaces, 3);
  1100. } else {
  1101. // Something is there
  1102. char cday = dayText[2];
  1103. if ((cday == 'o') or (cday == 'h'))
  1104. r.append(digits_play, 2);
  1105. else
  1106. r.append(digits, 2);
  1107. switch (dayText[2]) {
  1108. case 'o':
  1109. r.append(open);
  1110. break;
  1111. case 'h':
  1112. r.append(hands);
  1113. break;
  1114. case 'x':
  1115. r.append(full);
  1116. break;
  1117. case 'u':
  1118. r.append(nny);
  1119. break;
  1120. }
  1121. }
  1122. if (days == 6)
  1123. r.append(spaces);
  1124. else
  1125. r.append(spaces, 3);
  1126. }
  1127. return r;
  1128. };
  1129. int row;
  1130. for (row = 0; row < 6; ++row) {
  1131. door::updateFunction calendarUpdate = [this, row]() -> std::string {
  1132. std::string text;
  1133. for (int d = 0; d < 7; ++d) {
  1134. text += " ";
  1135. int v = this->calendar_panel_days[(row * 7) + d];
  1136. if (v == 0)
  1137. text += " ";
  1138. else {
  1139. std::string number = std::to_string(v);
  1140. if (number.length() == 1)
  1141. text += " ";
  1142. text += number;
  1143. // Now, translate the status
  1144. int status = this->calendar_day_status[v - 1];
  1145. switch (status) {
  1146. case 0:
  1147. text += "o";
  1148. break;
  1149. case 1:
  1150. text += "h";
  1151. break;
  1152. case 2:
  1153. text += "x";
  1154. break;
  1155. case 3:
  1156. text += "u";
  1157. break;
  1158. }
  1159. }
  1160. if (d == 6)
  1161. text += " ";
  1162. else
  1163. text += " ";
  1164. }
  1165. return text;
  1166. };
  1167. std::string text;
  1168. text = calendarUpdate();
  1169. door::Line line(text, W);
  1170. line.setRender(calendarRender);
  1171. line.setUpdater(calendarUpdate);
  1172. p->addLine(std::make_unique<door::Line>(line));
  1173. }
  1174. return p;
  1175. }
  1176. /**
  1177. * @brief make calendar
  1178. * We assume the calendar is for this month now()
  1179. * Jaunary
  1180. * February
  1181. * March
  1182. * April
  1183. * May
  1184. * June
  1185. * July
  1186. * August
  1187. * September
  1188. * October
  1189. * November
  1190. * December
  1191. * 123456789012345678901234567890123456789012345678901234567890
  1192. * ▒▒░▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀░▒▒
  1193. * N ▒▒▌SUN MON TUE WED THU FRI SAT▐▒▒
  1194. * O ▒▒░───▄───▄───▄───▄───▄───▄───░▒▒
  1195. * V ▒▒▌ 1x│ 2x│ 3o│ 4o│ 5o│ 6o│ 7o▐▒▒ X = Day Completed
  1196. * E ▒▒▌ 8o│ 9x│10o│11o│12x│13x│14o▐▒▒ O = Day Playable
  1197. * M ▒▒▌15x│16u│17u│18u│19u│20u│21u▐▒▒ U = Day Unavailable
  1198. * B ▒▒▌22u│23u│24u│25u│26u│27u│28u▐▒▒ H = Day Uncompleted
  1199. * E ▒▒▌29u│30u│ │ │ │ │ ▐▒▒
  1200. * R ▒▒▌ │ │ │ │ │ │ ▐▒▒
  1201. * ▒▒░▄▄▄█▄▄▄█▄▄▄█▄▄▄█▄▄▄█▄▄▄█▄▄▄░▒▒
  1202. *
  1203. * 123456789012345678901234567890123456789012345678901234567890123456789012345
  1204. *
  1205. * ▒▒░▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀░▒▒
  1206. * N ▒▒▌ SUN MON TUE WED THU FRI SAT ▐▒▒
  1207. * O ▒▒░─────▄─────▄─────▄─────▄─────▄─────▄─────░▒▒
  1208. * V ▒▒▌ 1x │ 2x │ 3o │ 4o │ 5o │ 6o │ 7o ▐▒▒ X = Day Completed
  1209. * E ▒▒▌ 8o │ 9x │ 10o │ 11o │ 12x │ 13x │ 14o ▐▒▒ O = Day Playable
  1210. * M ▒▒▌ 15x │ 16u │ 17u │ 18u │ 19u │ 20u │ 21u ▐▒▒ U = Day Unavailable
  1211. * B ▒▒▌ 22u │ 23u │ 24u │ 25u │ 26u │ 27u │ 28u ▐▒▒ H = Day Uncompleted
  1212. * E ▒▒▌ 29u │ 30u │ │ │ │ │ ▐▒▒
  1213. * R ▒▒▌ │ │ │ │ │ │ ▐▒▒
  1214. * ▒▒░▄▄▄▄▄█▄▄▄▄▄█▄▄▄▄▄█▄▄▄▄▄█▄▄▄▄▄█▄▄▄▄▄█▄▄▄▄▄░▒▒
  1215. * X Extra Days Allowed Per Day
  1216. *
  1217. * 123456789012345678901234567890123456789012345678901234567890123456789012345
  1218. * ╔═══╗ ╔═════════════════════════════════════════╗
  1219. * ║ N ║ ║ SUN MON TUE WED THU FRI SAT ║
  1220. * ║ O ║ ╚═════════════════════════════════════════╝
  1221. * ║ V ║ ╔═════════════════════════════════════════╗
  1222. * ║ E ║ ║ 1x 2x 3o 4o 5o 6o 7o ║
  1223. * ║ M ║ ║ 8x 9x 10o 11o 12o 13o 14o ║
  1224. * ║ B ║ ║ 15h 16h 17h 18h 19u 20u 21u ║
  1225. * ║ E ║ ║ 22u 23u 24u 25u 26u 27u 28u ║
  1226. * ║ R ║ ║ 29u 30u 31u ║
  1227. * ╚═══╝ ║ ║
  1228. * ╚═════════════════════════════════════════╝
  1229. *
  1230. *
  1231. * Sunday
  1232. * Monday
  1233. * Tuesday
  1234. * Wednesday
  1235. * Thursday
  1236. * Friday
  1237. * Saturday
  1238. *
  1239. * 12345678901234567890123456789012345678901234567890123456789012345678901234567890
  1240. *
  1241. *╔═══╗╔═══════════════════════════════════════════════════════════════════════╗
  1242. *║ N ║║ Sunday Monday Tuesday Wednesday Thursday Friday Saturday
  1243. *║ ║ O
  1244. *║╚═══════════════════════════════════════════════════════════════════════╝
  1245. * 1 ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗
  1246. * ║ 1 x ║ ║ 2 x ║ ║ 3 o ║ ║ 4 o ║ ║ 5 o ║ ║ 6 o ║ ║ 7 o ║
  1247. * ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝
  1248. * 4 ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗
  1249. * ║ 8 x ║ ║ 9 x ║ ║ 10 o ║ ║ 11 o ║ ║ 12 o ║ ║ 13 o ║ ║ 14 o ║
  1250. * ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝
  1251. * 7 ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗
  1252. * ║ 15 x ║ ║ 16 x ║ ║ 17 o ║ ║ 18 o ║ ║ 19 o ║ ║ 20 o ║ ║ 21 o ║
  1253. * ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝
  1254. * 10 ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗ ╔══════╗
  1255. * ║ 22 x ║ ║ 23 x ║ ║ 24 o ║ ║ 25 o ║ ║ 26 o ║ ║ 27 o ║ ║ 28 o ║
  1256. * ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝
  1257. * 13 ╔══════╗ ╔══════╗ ╔══════╗
  1258. * ║ 29 x ║ ║ 30 u ║ ║ 31 u ║
  1259. * ╚══════╝ ╚══════╝ ╚══════╝
  1260. *
  1261. * +2 +12 +22 +32 +42 +52 +62
  1262. *
  1263. *
  1264. *
  1265. *
  1266. *
  1267. *
  1268. *
  1269. *
  1270. *
  1271. *
  1272. * 123456789012345678901234567890123456789012345678901234567890123456789012345
  1273. * ╔═══╗ ╔═════════════════════════════════════════════════════╗
  1274. * ║ N ║ ║ SUN MON TUE WED THU FRI SAT ║
  1275. * ║ O ║ ╚═════════════════════════════════════════════════════╝
  1276. * ║ V ║ ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗
  1277. * ║ E ║ ║ 1x ║ ║ 2x ║ ║ 3o ║ ║ 4o ║ ║ 5o ║ ║ 6o ║ ║ 7o ║
  1278. * ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝
  1279. * ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗
  1280. * ║ 8x ║ ║ 9x ║ ║ 10o ║ ║ 11o ║ ║ 12o ║ ║ 13o ║ ║ 14o ║
  1281. * ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝
  1282. * ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗
  1283. * ║ 15x ║ ║ 16x ║ ║ 17o ║ ║ 18o ║ ║ 19o ║ ║ 20o ║ ║ 21o ║
  1284. * ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝
  1285. * ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗ ╔═════╗
  1286. * ║ 22x ║ ║ 23x ║ ║ 24o ║ ║ 25o ║ ║ 26o ║ ║ 27o ║ ║ 28o ║
  1287. * ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝
  1288. * ╔═════╗ ╔═════╗ ╔═════╗
  1289. * ║ 29x ║ ║ 30u ║ ║ 31u ║
  1290. * ╚═════╝ ╚═════╝ ╚═════╝
  1291. *
  1292. * ^ Actually single lines, not double lines here ^
  1293. *
  1294. * ║ M ║ ║ 8x 9x 10o 11o 12o 13o 14o ║
  1295. * ║ B ║ ║ 15h 16h 17h 18h 19u 20u 21u ║
  1296. * ║ E ║ ║ 22u 23u 24u 25u 26u 27u 28u ║
  1297. * ║ R ║ ║ 29u 30u 31u ║
  1298. * ╚═══╝ ║ ║
  1299. * ╚═════════════════════════════════════════╝
  1300. *
  1301. *
  1302. *
  1303. * @return std::unique_ptr<door::Panel>
  1304. */
  1305. std::string
  1306. PlayCards::current_month(std::chrono::_V2::system_clock::time_point now) {
  1307. time_t now_t = std::chrono::system_clock::to_time_t(now);
  1308. std::tm *now_tm = localtime(&now_t);
  1309. ostringstream os;
  1310. std::string text;
  1311. os << std::put_time(now_tm, "%B");
  1312. text = os.str();
  1313. return text;
  1314. }
  1315. /**
  1316. * @brief Update the calendar with days played so far.
  1317. *
  1318. * This is before redisplaying the calendar.
  1319. *
  1320. */
  1321. void PlayCards::update_calendar_days(void) {
  1322. time_t month_t = calendar_day_t[0];
  1323. std::tm month_lt;
  1324. localtime_r(&month_t, &month_lt);
  1325. int this_month = month_lt.tm_mon;
  1326. // int this_day = month_lt.tm_mday;
  1327. int this_year = month_lt.tm_year + 1900;
  1328. // calendar_day_status.fill(0);
  1329. auto last_played = db.whenPlayed();
  1330. /*
  1331. int play_days_ahead = 0;
  1332. if (config["play_days_ahead"]) {
  1333. play_days_ahead = config["play_days_ahead"].as<int>();
  1334. }
  1335. */
  1336. // until maint is setup, we need to verify that the month and year is
  1337. // correct.
  1338. for (auto played : last_played) {
  1339. #ifdef DEBUG_OUTPUT
  1340. get_logger() << "played " << played.first << " hands: " << played.second
  1341. << std::endl;
  1342. #endif
  1343. time_t play_t = played.first;
  1344. std::tm played_tm;
  1345. localtime_r(&play_t, &played_tm);
  1346. #ifdef DEBUG_OUTPUT
  1347. if (get_logger) {
  1348. get_logger() << played_tm.tm_mon + 1 << "/" << played_tm.tm_mday << "/"
  1349. << played_tm.tm_year + 1900 << " : " << played.second << " "
  1350. << play_t << std::endl;
  1351. }
  1352. #endif
  1353. if ((played_tm.tm_mon == this_month) &&
  1354. (played_tm.tm_year + 1900 == this_year)) {
  1355. // Ok!
  1356. int hands = played.second;
  1357. if (hands < total_hands) {
  1358. calendar_day_status[played_tm.tm_mday - 1] = 1;
  1359. } else {
  1360. if (hands >= total_hands) {
  1361. calendar_day_status[played_tm.tm_mday - 1] = 2;
  1362. }
  1363. }
  1364. }
  1365. }
  1366. }
  1367. /**
  1368. * make_calendar
  1369. *
  1370. * This needs the screen size information so it can place the
  1371. * panels in the correct location.
  1372. */
  1373. std::unique_ptr<door::Screen> PlayCards::make_calendar() {
  1374. std::unique_ptr<door::Screen> s = std::make_unique<door::Screen>();
  1375. /*
  1376. * This has potential of jumping ahead if player is on after midnight.
  1377. * I'd rather this be stable. When they start the game, is where
  1378. * we count things. (Also last day of month + midnight -- means
  1379. * we need maint ran! No!)
  1380. */
  1381. std::chrono::system_clock::time_point month =
  1382. std::chrono::system_clock::now();
  1383. // std::chrono::_V2::system_clock::time_point month =
  1384. // std::chrono::system_clock::now();
  1385. time_t month_t = std::chrono::system_clock::to_time_t(month);
  1386. // adjust to first day of the month
  1387. std::tm month_lt;
  1388. localtime_r(&month_t, &month_lt);
  1389. int this_month = month_lt.tm_mon;
  1390. int this_day = month_lt.tm_mday;
  1391. int this_year = month_lt.tm_year + 1900;
  1392. firstOfMonthDate(month);
  1393. month_t = std::chrono::system_clock::to_time_t(month);
  1394. calendar_day_t.fill(0);
  1395. calendar_day_t[0] = month_t;
  1396. #ifdef DEBUG_OUTPUT
  1397. get_logger() << "1st of Month is "
  1398. << std::put_time(std::localtime(&month_t), "%c %Z") << std::endl;
  1399. #endif
  1400. localtime_r(&month_t, &month_lt);
  1401. const int FIRST_WEEKDAY = month_lt.tm_wday; // 0-6
  1402. #ifdef DEBUG_OUTPUT
  1403. get_logger() << "1st of the Month starts on " << FIRST_WEEKDAY << std::endl;
  1404. #endif
  1405. // find the last day of this month.
  1406. auto month_l = month;
  1407. time_t month_last_day_t = month_t;
  1408. std::tm mld_tm;
  1409. do {
  1410. month_l += 24h;
  1411. normalizeDate(month_l);
  1412. month_last_day_t = std::chrono::system_clock::to_time_t(month_l);
  1413. localtime_r(&month_last_day_t, &mld_tm);
  1414. if (mld_tm.tm_mday != 1) {
  1415. month_last_day = mld_tm.tm_mday;
  1416. calendar_day_t[month_last_day - 1] = month_last_day_t;
  1417. }
  1418. } while (mld_tm.tm_mday != 1);
  1419. #ifdef DEBUG_OUTPUT
  1420. get_logger() << "Last day is " << month_last_day << std::endl;
  1421. #endif
  1422. calendar_panel_days.fill(0);
  1423. int row = 0;
  1424. for (int x = 0; x < month_last_day; x++) {
  1425. int dow = (x + FIRST_WEEKDAY) % 7;
  1426. if ((x != 0) and (dow == 0))
  1427. row++;
  1428. /*
  1429. get_logger() << "x = " << x << " dow = " << dow << " row = " << row
  1430. << std::endl;
  1431. */
  1432. // we actually want x+1 (1 to month_last_day)
  1433. // get_logger() << row * 7 + dow << " = " << x + 1 << std::endl;
  1434. calendar_panel_days[row * 7 + dow] = x + 1;
  1435. }
  1436. calendar_day_status.fill(0);
  1437. // update_calendar_days(month_t);
  1438. auto last_played = db.whenPlayed();
  1439. int play_days_ahead = 0;
  1440. if (config["play_days_ahead"]) {
  1441. play_days_ahead = config["play_days_ahead"].as<int>();
  1442. }
  1443. // until maint is setup, we need to verify that the month and year is
  1444. // correct.
  1445. for (auto played : last_played) {
  1446. #ifdef DEBUG_OUTPUT
  1447. get_logger() << "played " << played.first << " hands: " << played.second
  1448. << std::endl;
  1449. #endif
  1450. time_t play_t = played.first;
  1451. std::tm played_tm;
  1452. localtime_r(&play_t, &played_tm);
  1453. #ifdef DEBUG_OUTPUT
  1454. if (get_logger) {
  1455. get_logger() << played_tm.tm_mon + 1 << "/" << played_tm.tm_mday << "/"
  1456. << played_tm.tm_year + 1900 << " : " << played.second << " "
  1457. << play_t << std::endl;
  1458. }
  1459. #endif
  1460. if ((played_tm.tm_mon == this_month) &&
  1461. (played_tm.tm_year + 1900 == this_year)) {
  1462. // Ok!
  1463. int hands = played.second;
  1464. #ifdef DEBUG_OUTPUT
  1465. if (get_logger) {
  1466. get_logger() << "hands " << hands << " total " << total_hands
  1467. << std::endl;
  1468. }
  1469. #endif
  1470. if (hands < total_hands) {
  1471. calendar_day_status[played_tm.tm_mday - 1] = 1;
  1472. } else {
  1473. if (hands >= total_hands) {
  1474. calendar_day_status[played_tm.tm_mday - 1] = 2;
  1475. }
  1476. }
  1477. }
  1478. }
  1479. #ifdef DEBUG_OUTPUT
  1480. if (get_logger) {
  1481. get_logger() << "last day " << month_last_day << " today " << this_day
  1482. << " plays ahead " << play_days_ahead << std::endl;
  1483. }
  1484. #endif
  1485. // mark all days ahead as NNY.
  1486. for (int d = 0; d < 31; ++d) {
  1487. if (this_day + play_days_ahead - 1 < d) {
  1488. calendar_day_status[d] = 3;
  1489. }
  1490. }
  1491. #ifdef DEBUG_OUTPUT
  1492. {
  1493. // output all of the calendar information
  1494. ofstream &of = get_logger();
  1495. of << "Calendar_panel_days:" << std::endl;
  1496. for (int x = 0; x < (int)calendar_panel_days.size(); ++x) {
  1497. of << std::setw(2) << calendar_panel_days[x] << ":";
  1498. int c = calendar_panel_days[x];
  1499. if (c == 0)
  1500. of << " ";
  1501. else {
  1502. of << calendar_day_status[c - 1];
  1503. };
  1504. of << " ";
  1505. if ((x != 0) and (((x + 1) % 7) == 0)) {
  1506. of << std::endl;
  1507. }
  1508. }
  1509. of << std::endl;
  1510. }
  1511. #endif
  1512. std::string current = current_month(month);
  1513. string_toupper(current);
  1514. if (current.length() < 6) {
  1515. current.insert(0, " ");
  1516. current += " ";
  1517. }
  1518. std::unique_ptr<door::Panel> p = make_month(current);
  1519. p->set(3, 3);
  1520. s->addPanel(std::move(p));
  1521. p = make_weekdays();
  1522. p->set(8, 3);
  1523. s->addPanel(std::move(p));
  1524. p = make_calendar_panel();
  1525. p->set(8, 6);
  1526. s->addPanel(std::move(p));
  1527. return s;
  1528. }