terminal-snake-collection A collection of terminal snake games in as many languages as I know 😠How to run each game in their own language You should know how to run these but python: python3 Python\snake.py nodejs: node NodeJS\snake.js typescript: npx ts-node typescript\snake.ts c# cd .\C#\ then dotnet run