moving everything neatly into the assets directory

This commit is contained in:
minjaesong
2020-12-24 11:00:32 +09:00
parent 74b1279ed4
commit 608f61c617
111 changed files with 98 additions and 28 deletions

View File

@@ -0,0 +1,7 @@
con.clear();
con.move(1,1);
for (let i = 0; i < 1024; i++) {
if (i < 512) con.color_pair(239, 0); else con.color_pair(0, 239);
con.addch(i%256);
}
println();