Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 467 Bytes

File metadata and controls

14 lines (8 loc) · 467 Bytes

Excel-Snake

Play old school snake game in Excel with buttons on a custom ribbon tab named 'SNAKE'. It takes shape as methods in the code color the cells. When snake eats random generated baits, it grows.

To do:

  • Add check function for self collision
  • Add check function for generated baits and snake position
  • Add scoreboard
  • [~] Add keyboard control (Unsuccessful due to VBA don't recognize keyboard input during a loop)