Skip to content

KetsiaD/Snake_game_JKC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game Using Rust

The following are the basic features of the game:

To start the game, press:

  • Left, Right, Up, or Down key on your keyboard.

Once any of the aforementioned key is pressed, the snake will start to move, and they you can still control it with those keys.

Prior to playing the game, be sure to install the following:

  • Qemu
  • Nightly Rust:
    • rustup override set nightly
  • llvm-tools-preview:
    • rustup component add llvm-tools-preview
  • The bootimage tool:
    • cargo install bootimage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages