Skip to content

raffycastlee/snake-prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake-prompt

deployed here. inspired by ben's snake app

todo

  • ui boxes
  • food starts at fixed point (10,30)
  • randomize food point
  • snake movement
  • food point timer
  • scoring
  • high score per session
  • snake growing Past the first food LOL
  • snake body has a break when eating
  • fix snake growing base case
  • convert prompts and alerts to modals
  • rainbow snake
  • maybe make a start menu
  • fix phantom food MISSING! when food eaten at specific interval
  • vectorize the whole thing? no more grid, just plain animations and circles