blob: 504f8c24d9b3b42db2ee2a85c98bef3e376631c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
This is a simple ncurses snake game written in C
-- Compilation Instructions --
$ ./configure
$ make
The resulting binary will be created in src/
-- Creating binary deb package --
Rename working directory to PACKAGE-VERSION: something like "simple-snake-0.1"
$ debmake -e EMAIL -f FULLNAME
$ dpkg-buildpackage -b
|