Initial Commit. Working example. Needs refactored to store object position by CENTER to make SCALE easier to implement.

This commit is contained in:
David Vereb
2017-12-28 15:04:10 -05:00
commit ff8c076044
3 changed files with 110 additions and 0 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
a.out: main.cpp
clang++ --std=c++11 main.cpp -lncurses