diff options
| author | Alexander Pickering <alex@cogarr.net> | 2019-11-10 09:46:06 -0500 |
|---|---|---|
| committer | Alexander Pickering <alex@cogarr.net> | 2019-11-10 09:46:06 -0500 |
| commit | 3ef61ce5e231cda06b634ce6c41b219ef038a62d (patch) | |
| tree | 5922e1246426876805a7fe898158d1bc0236e5c1 | |
| download | lending_toy-3ef61ce5e231cda06b634ce6c41b219ef038a62d.tar.gz lending_toy-3ef61ce5e231cda06b634ce6c41b219ef038a62d.tar.bz2 lending_toy-3ef61ce5e231cda06b634ce6c41b219ef038a62d.zip | |
Inital commit
| -rw-r--r-- | .gitignore | 0 | ||||
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | README | 11 | ||||
| -rw-r--r-- | bin/.gitignore | 2 |
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 @@ -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 |
