Replies: 1 comment 9 replies
-
|
It looks pretty straightforward, I would say go for it! Don't define USE_COLORS in the first pass, and our ncurses should have all of what you need. With regards to timers and keyboard functions, take a look at sl.c, ttyclock.c, matrix.c and fm.c for ideas. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I found curses invaders game in the FUZIX repository.
https://github.com/EtchedPixels/FUZIX/blob/master/Applications/cursesgames/invaders.c
I haven't tried porting it yet,
but we may already have most of the curses function in our curses.
Beta Was this translation helpful? Give feedback.
All reactions