projects = [ ["Falling (game)","A game terminal based game where a character falls down a pit and you need to dodge obsticles, infinite runner","C++","gcc
run g++ falling.cpp -o falling to compile","July 2024","falling.zip","falling.tar.gz"], ["Binary Clock","A clock that counts using binary digits, see The Wiki Article for more info", "Python","-python
-A braille supporting font","May 2024","binclock.zip","binclock.tar.gz"], ["Terminal Snake","A simpile Snake game written in Python","Python","-python","April-May 2024","snake.zip","snake.tar.gz"], ["screenshot","A simple Linux tool for taking a screenshot in a rectangular region, copying it and saving it to a directory","Bash (Shell)","-Bash shell
For X Tool:
-maim
-xclip
For Wayland Tool:
-grim
-wl-clipboard
-slurp","October 2023","screenshot.zip","screenshot.tar.gz"] ] if (typeof module !== 'undefined' && module.exports) { module.exports = projects; }