play.cpp 55 KB

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