5
0
Fork
You've already forked Curses_Clock
0
No description
  • C++ 87%
  • Makefile 13%
2025年12月11日 08:26:53 -05:00
Times added clock program 2025年12月11日 08:15:51 -05:00
.gitignore Initial commit 2025年12月09日 14:39:09 +01:00
LICENSE Initial commit 2025年12月09日 14:39:09 +01:00
README.md add members to the readme 2025年12月11日 08:26:53 -05:00

Curses_Clock

We created a clock using ASCII to create the numbers' font, and used nCurses to add those ASCII numbers to the screen, and used ctime to get the current time and increment it with time delays for incrementors. You can also choose a time to start at or just let it start from your computer's current time.

Members: Sean, Robbie, Evan, Stephan