Sunday, February 27, 2022

C - WORDLE CLONE IN C

Inspired by the popular game, I set about coding my own version for the terminal. :)

This is the first playable version: https://github.com/velorek1/cwordle

It is only one file with code plus the dictionary files that can be changed or adapted as they are just regular text files.

I think it looks retro and cool and it is worth sharing. One of my most popular programs so far. :)





Sunday, February 6, 2022

LYNX - A LIBRARY FOR CREATING TEXT USER INTERFACES FOR TERMINALS IN C

Lynx compiles some of the ideas I have developed into a soon-to-be cross-platform library that makes it possible to develop fast TUI applications for terminals.

The following Demo features:

  • Double Screen Buffer.
  • Ansi Color Sequences for Terminals.
  • Keyboard input with kbhit().  
  • Screen Resizing.
  • Timer for animations.

https://github.com/velorek1/lynx