play.cpp 55 KB

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