From 5ab551f5d86d4777d3d8493654e98b9717e6dbcd Mon Sep 17 00:00:00 2001 From: Erik Cowley Date: Mon, 9 Oct 2023 20:55:00 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 480cc67..1df9073 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# snowland-game +# ghostland-game This is a continuation of my [goland-game](https://github.com/five-hundred-eleven/goland-game) project. While the previous project was implemented in go, for this project I was not able to get the go bindings for OpenGL working, and so I went with C++.