2bllw8 / snake_game

Snake game built with c, ncurses and bazel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake

Score: 11
+------------------------------+
|                              |
|                              |
|                              |
|                              |
|                              |
|         #                    |
|         #                    |
|      ####                    |
|      #                 *     |
|      ##########@             |
+------------------------------+

Simple snake game implemented in C.

CLI gui is implemented with ncurses.

Build

bazel build //main:snake

Run

./bazel-bin/main/snake

About

Snake game built with c, ncurses and bazel


Languages

Language:C 90.7%Language:Starlark 9.3%