Video game for Windows, Mac, and Linux.
 
 
Go to file
tihgs a5be467861
add title to the menu
2025-06-16 14:09:28 +08:00
LICENSE Initial commit 2024-10-04 03:01:24 +01:00
README.md Put Godot version in README 2025-06-16 13:55:06 +08:00
Start.gd Add files via upload 2025-06-16 04:25:33 +01:00
Start.tscn Add files via upload 2025-06-16 04:34:34 +01:00
boot.c Updates on boot 2024-10-06 22:52:29 +08:00
default_env.tres Add files via upload 2025-06-16 04:25:33 +01:00
game_level_example.c Added more comments for game_level_example.c 2024-10-11 09:48:15 +08:00
icon.png Add files via upload 2025-06-16 04:25:33 +01:00
icon.png.import Add files via upload 2025-06-16 04:25:33 +01:00
info.tscn Add files via upload 2025-06-16 04:24:33 +01:00
main_menu.gd Add files via upload 2025-06-16 04:24:33 +01:00
main_menu.tscn add title to the menu 2025-06-16 14:09:28 +08:00
project.godot edit project.godot 2025-06-16 13:49:56 +08:00

README.md

noshg3

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.

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.