Skip to content

sinbaddoraji/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screen shot of the snake game in play

Aim of the project
This project's aim was to test out CLR (Common Language Runtime) and how easy it is to mix managed and unmanaged c++ code.

Game Controls

  • W -> Up
  • A -> Left
  • S -> Down
  • D -> Right

Game Rules
Guide the snake to food and watch it grow. Do not let the snake bite itself or it will die.

About

Simple Snake Game in CLR c++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages