Go to file
NetherEran f0011a1359 add game end screen, lay down base for highscore list 2020-09-10 17:55:57 +02:00
.gitignore optimized drawing of player and balls, fixing flickering on some terminals 2020-09-10 11:14:45 +02:00
LICENSE.txt made good use of git's capabilities by commiting everything at once 2019-12-11 12:17:21 +01:00
Makefile add game end screen, lay down base for highscore list 2020-09-10 17:55:57 +02:00
README.md bump copyright year 2020-09-10 12:17:57 +02:00
ball.c made yellow ball actually faster than blue ball 2020-09-10 12:16:05 +02:00
ball.h made good use of git's capabilities by commiting everything at once 2019-12-11 12:17:21 +01:00
endscreen.c add game end screen, lay down base for highscore list 2020-09-10 17:55:57 +02:00
endscreen.h add game end screen, lay down base for highscore list 2020-09-10 17:55:57 +02:00
field.c add game end screen, lay down base for highscore list 2020-09-10 17:55:57 +02:00
field.h optimized drawing of player and balls, fixing flickering on some terminals 2020-09-10 11:14:45 +02:00
game.c add game end screen, lay down base for highscore list 2020-09-10 17:55:57 +02:00
game.h optimized drawing of player and balls, fixing flickering on some terminals 2020-09-10 11:14:45 +02:00
main.c add game end screen, lay down base for highscore list 2020-09-10 17:55:57 +02:00
player.c fixed some bugs 2020-09-10 12:06:33 +02:00
player.h made good use of git's capabilities by commiting everything at once 2019-12-11 12:17:21 +01:00

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