Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 461 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 461 Bytes

Snake-Game Remake

Not limited by Nokia screens anymore

Move across the plane: W, A, S, D
Change plane: E

Itch.io page


Compile

  • Require: cglm and OpenGL
  • gcc script.c -Iinc inc/glad.c -o script -lglfw -lm