Skip to content

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

License

Notifications You must be signed in to change notification settings

clodoN1109/Snake2D

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

80 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Batchfile 0.4%