Skip to content

Snake game is a very popular video game. It is a video game concept where the player maneuvers a dot and grows it by ‘eating’ pieces of food. This is simply a multiplayer take on the genre.

rebecca-kurtis/snake-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Client Project

Snake game is a very popular video game. It is a video game concept where the player maneuvers a dot and grows it by ‘eating’ pieces of food. As it moves and eats, it grows and the growing snake becomes an obstacle to smooth maneuvers. The goal is to grow it to become as big as possible without bumping into the side walls, or bumping into itself, upon which it dies.

This is simply a multiplayer take on the genre.

Before you can run this client, you will need to be running the server side which you can download and install from here.

Final Product

Showing server side game window and client side input/output.

Screenshot 2022-11-16 at 3 15 38 PM

Screenshot 2022-11-16 at 3 15 32 PM

Getting Started

  • Follow steps inside the snek server repo to run the server side. Click here to access the snek server side.
  • Run the development snake client using the node play.js command.

Commands to Move

Press the following keys to move your snake:

  • Press 'w' to move your snake up.
  • Press 's' to move your snake down.
  • Press 'a' to move your snake left.
  • Press 'd' to move your snake right.

Messages You Can Send Within the Game

Press the following keys to send special messages:

  • Press 'q' to say "Got ya!"
  • Press 'h' to say "Hi!"
  • Press 'z' to say "Watch out!"
  • Press 'l' to say "So long!"

About

Snake game is a very popular video game. It is a video game concept where the player maneuvers a dot and grows it by ‘eating’ pieces of food. This is simply a multiplayer take on the genre.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published