Skip to content

Latest commit

Β 

History

History
49 lines (25 loc) Β· 1.2 KB

README.md

File metadata and controls

49 lines (25 loc) Β· 1.2 KB

🐍 Snake2D.js 🐍

An ambitious terminal-based javascript implementaion of the snake game, based on Tania Rascia's Snek.js.

Snake2D_anouncement_trailer.mp4

Installation

Requirements:

image

On the terminal, run:

npx snekjs2

Manual

Use the arrow keys (↑, ↓, ←, β†’) or W A S D to navigate the snake up, down, left, or right. Eat the red dot to gain points. If the snake collides with the wall or its own tail, it's game over. Press ENTER to restart, and Q, ESCAPE or CTRL + C to quit the game.

Source Code

Acknowledgements

Author

Clodo

License

This project is open source and available under the MIT License.