~aritra1911/ansi_anim

ASCII animation testing using ANSI escape sequences
Add bounds checking
Make a rect jump up & down
Move one of the rects with hjkl

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~aritra1911/ansi_anim
read/write
git@git.sr.ht:~aritra1911/ansi_anim

You can also use your local clone with git send-email.

#ASCII animation testing using ANSI escape sequences

#Why?

The objective is try to test, observe, and structure animation of an ASCII game off-site which should be running with FreeRTOS on an STM32 microcontroller which should be outputting to a serial terminal. Updates coming shortly.

#References

  1. Entering Raw Mode
  2. ANSI Escape Sequences