From 7cf90106865418f7b6abbb10adc9616ee80256ef Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Tue, 23 Apr 2024 13:43:11 +0200 Subject: [PATCH] Initial commit --- LICENSE | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d64aa11 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +It's Copyright. All Rights Reserved. You have no license at all other than permission to view it. diff --git a/README.md b/README.md new file mode 100644 index 0000000..ad9f4dc --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# simple-cpp-game-study + +This is a simple game I'm writing to test the idea of using games to teach C++. \ No newline at end of file