A snake game for the command line. Instead of the snake getting longer, the food moves and you have to dodge it.

NetherEran f0011a1359 add game end screen, lay down base for highscore list před 3 roky
.gitignore dc50184270 optimized drawing of player and balls, fixing flickering on some terminals před 3 roky
LICENSE.txt 7a4a9794b4 made good use of git's capabilities by commiting everything at once před 4 roky
Makefile f0011a1359 add game end screen, lay down base for highscore list před 3 roky
README.md f8c92fbd75 bump copyright year před 3 roky
ball.c 82e19e075c made yellow ball actually faster than blue ball před 3 roky
ball.h 7a4a9794b4 made good use of git's capabilities by commiting everything at once před 4 roky
endscreen.c f0011a1359 add game end screen, lay down base for highscore list před 3 roky
endscreen.h f0011a1359 add game end screen, lay down base for highscore list před 3 roky
field.c f0011a1359 add game end screen, lay down base for highscore list před 3 roky
field.h dc50184270 optimized drawing of player and balls, fixing flickering on some terminals před 3 roky
game.c f0011a1359 add game end screen, lay down base for highscore list před 3 roky
game.h dc50184270 optimized drawing of player and balls, fixing flickering on some terminals před 3 roky
main.c f0011a1359 add game end screen, lay down base for highscore list před 3 roky
player.c beb46efaea fixed some bugs před 3 roky
player.h 7a4a9794b4 made good use of git's capabilities by commiting everything at once před 4 roky

README.md

Snek vs Snacc

Copyright (C) NetherEran 2019-2020 GPLv3

A snake game for the command line but instead of the snake getting longer the snack moves.

Compiling

  • install ncurses
  • make

Start with ./snek