nagydani / loveputer

A console-based Lua-programmable computer for children based on löve2d framework.
GNU General Public License v3.0
3 stars 2 forks source link

TUI basics #6

Closed aldum closed 1 year ago

aldum commented 1 year ago

The user can edit a line of input and submit it for evaluation using the Enter key. The edited line appears at the bottom of the screen. The result of the evaluation (in this sprint, simply an echo of the edited line) is displayed on the canvas, on the top of the screen.

Parent sprint: #1

aldum commented 1 year ago

sp1