1
1
mirror of https://github.com/Yvee1/hascard.git synced 2024-10-26 15:50:37 +03:00

Commit Graph

  • da33e06c26 Make menu for selecting file containing flashcard Yvee1 2020-01-27 22:23:29 +0100
  • 08a2b4865a Restructuring and added a not-yet-working main menu Yvee1 2020-01-27 20:16:42 +0100
  • eb33469f09 made barebones readme Yvee1 2020-01-27 13:59:02 +0100
  • 4f98d855fd Forgot to updateState. Also flipping of def. cards Yvee1 2020-01-27 13:33:22 +0100
  • af18dfe018 implemented handling of entering selected option Yvee1 2020-01-27 12:52:06 +0100
  • 0ad235d3f0 Add selection to multiple choice question. Yvee1 2020-01-26 22:58:47 +0100
  • 3361c9f8f1 multiple choice parsing works correctly now Yvee1 2020-01-26 11:06:24 +0100
  • fe613e3199 Rewrote parser in Parsec, almost works. File has to end with "---", otherwise a parse error. This is since dashes have to be allowed in text, and hence I read everything until the seperator has been reached. Thus, at the end of the last card, also a seperator is needed. Will have to find a solution for this though. Yvee1 2020-01-25 22:33:19 +0100
  • ae484abf24 Added arrow key control. Learning Parsec Yvee1 2020-01-24 23:14:54 +0100
  • 467f105b46 basic parsing and printing of multiple choice Yvee1 2020-01-23 12:26:04 +0100
  • 8b56f90c0f text wrapping and some styling Yvee1 2020-01-22 23:40:12 +0100
  • 71fd9168ac replaced custom manual UI with basic brick UI Yvee1 2020-01-21 22:12:36 +0100
  • 561bb70ba7 refactored to use stack, looked at brick package Yvee1 2020-01-20 10:07:16 +0100
  • f7f90c53ee Most basic flashcards work Yvee1 2020-01-19 22:48:01 +0100