clodoN1109 / Snake2D

πŸπŸβ€Ž A terminal-based Snake implementation written in JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐍 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.

About

πŸπŸβ€Ž A terminal-based Snake implementation written in JavaScript.

License:MIT License


Languages

Language:JavaScript 99.6%Language:Batchfile 0.4%