Commit Graph

58 Commits

Author SHA1 Message Date
Kartik K. Agaram fc98407c93 Merge lines.love 2022-09-03 21:19:46 -07:00
Kartik K. Agaram 7d5dae9e39 bugfix: cold start 2022-09-03 21:08:30 -07:00
Kartik K. Agaram 21efba975d Merge lines.love 2022-09-03 17:15:25 -07:00
Kartik K. Agaram 5cada8cc9e remember window positions across restart/ctrl+e 2022-09-03 17:00:58 -07:00
Kartik K. Agaram e1c5a42f31 editing source code from within the app
integrated from pong.love via text.love:
  https://merveilles.town/@akkartik/108933336531898243
2022-09-03 14:13:22 -07:00
Kartik K. Agaram 42762ce062 editing source code from within the app
integrated from pong.love: https://merveilles.town/@akkartik/108933336531898243
2022-09-03 13:58:30 -07:00
Kartik K. Agaram 555726a87d rename 2022-05-22 18:23:04 -07:00
Kartik K. Agaram ac74592c42 beginnings of a test harness
I have no fucking idea what I'm doing. All I know is that there's still
too many goddamn bugs[1]. Test motherfucking harness or bust. For
starters this is just the default love.run from
https://love2d.org/wiki/love.run

[1] The following file crashes if you repeatedly press cursor-down:
  <<
    a
    b

    c
    ```lines
    ```

    x
  >>
2022-05-22 10:40:34 -07:00