diff options
author | Josias <justjosias@tutanota.com> | 2020-07-01 14:06:42 +0000 |
---|---|---|
committer | Josias <justjosias@tutanota.com> | 2020-07-01 14:06:42 +0000 |
commit | 4f2af2c6e52c087d505ba7bb47412f95b403bfbf (patch) | |
tree | 8a17119c5b5649785b98d3e3976dc2d709e00bb7 | |
parent | 979124241566666109dda7fadcc90db1fb67e472 (diff) |
Add a goal to README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ Goals: 1. Implement simple games with it (such as porting my other ncurses games) 2. Port https://github.com/Akuli/curses-minesweeper to zigcurses 3. Write a `vi` or `mg` clone with a zigcurses backend +4. Export as a C library and write an example game in C using zcurses Ideas: - Use Zig's `comptime` feature to enable designing user interfaces that are processed at compile time |