f3b0d98ca7
Bastet stands for "bastard tetris" and uses a special algorithm designed to choose the worst brick possible.
11 lines
262 B
C
11 lines
262 B
C
--- bast.c.orig Thu Oct 21 20:32:29 2004
|
|
+++ bast.c Thu Oct 21 20:32:39 2004
|
|
@@ -1,7 +1,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <ncurses.h>
|
|
-#include <termio.h>
|
|
+#include <termios.h>
|
|
#include <assert.h>
|
|
#include <unistd.h>
|
|
#include <string.h>
|