From 3c949c119cebad583b22953222ff1632f4a0a26e Mon Sep 17 00:00:00 2001 From: tihgs Date: Tue, 17 Jun 2025 14:32:49 +0800 Subject: [PATCH] Update README.md Announce the beginning of development --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70021f0..363ba38 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ Video game for Windows, Mac, and Linux. ## A few stuff about this Godot Engine v3.5.3.stable.official.6c814135b - https://godotengine.org -This will not continue in development until another time. 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. +Development is now slowly unfolding bit by bit. + +Originally, 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 it 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 +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.