From f2294e7148c598e62e2b6a263e009996189be735 Mon Sep 17 00:00:00 2001 From: tihgs Date: Sat, 28 Dec 2024 02:29:43 +0000 Subject: [PATCH] Put some more content in the README to clarify some stuff --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2a8e98..8236af9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # noshg3 -Video game for Windows, Mac, and Linux. \ No newline at end of file +Video game for Windows, Mac, and Linux. + +## A few stuff about this + +This will not continue in development until May 25th, 2025. Moreover it was intended that this will use the C programming language +as the driver of the mechanics of the game, but since I do not know C that much, I decided that using the Godot Engine will have to do since what they offer is good in a sense that I could use it for basic stuff like menu and some other features. You are still free to contribute to this repository or even fork if you like. + +## Goals of the project + +Make a single-player game that works on the go in Windows, MacOS, and Linux. Mobile devices may be considered, but the aforementioned operating systems are first priority. \ No newline at end of file