8000 GitHub - realdanvanth/jsnake: jsnake is a simple linux terminal snake game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

realdanvanth/jsnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

jsnake

Installation Script

bash:

git clone https://github.com/realdanvanth/jsnake.git && echo 'alias jsnake="java $(pwd)/jsnake/main.java"' >> ~/.bashrc 

zsh:

git clone https://github.com/realdanvanth/jsnake.git && echo 'alias jsnake="java $(pwd)/jsnake/main.java"' >> ~/.zshrc

JSnake is a lightweight terminal-based Snake game for Linux, built with Java and utilizing ANSI escape codes for visuals.

Controls

  • W/A/S/D: Move the snake
  • Q: Quit the game

Images

Snake Game Screenshot

About

jsnake is a simple linux terminal snake game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0