summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore0
-rw-r--r--Makefile3
-rw-r--r--README11
-rw-r--r--bin/.gitignore2
4 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.gitignore
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..1b9107d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+
+all:
+ ./bin/brokengine_client.exe ./data
diff --git a/README b/README
new file mode 100644
index 0000000..de384ac
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+Made for Games For Social Impact 2019 at the University of Pittsburgh
+
+Authors:
+ Code by Alex Pickering - https://cogarr.net (BSD 2 Clause)
+Assets shamelessly stolen from:
+ Portraits by Jeff Preston - http://team-preston.com and funded by kickstarter (CC3)
+ List of first names from the US Social Security Agency - ssa.gov
+ List of last names from https://names.mongabay.com/most_common_surnames.htm
+
+Made with brok[en]gine - http://cogarr.net/source/cgit.cgi/brokengine/about/
+
diff --git a/bin/.gitignore b/bin/.gitignore
new file mode 100644
index 0000000..8620bdd
--- /dev/null
+++ b/bin/.gitignore
@@ -0,0 +1,2 @@
+*.dll
+*.exe