Video game for Windows, Mac, and Linux.
 
 
Go to file
tihgs 3f87e60c76
add seperate scene for touch screens
This is the part where mobiles can
join in (ideally Android), but
you can fork this and make an
IOS version if you like. LOL
2025-06-20 15:22:29 +08:00
Fonts Update main_menu 2025-06-17 19:08:27 +08:00
Images Added playable level, playable character, and some grass tiles 2025-06-19 16:13:39 +08:00
char Added playable level, playable character, and some grass tiles 2025-06-19 16:13:39 +08:00
LICENSE Initial commit 2024-10-04 03:01:24 +01:00
PLV88 Fire0000.png Added playable level, playable character, and some grass tiles 2025-06-19 16:13:39 +08:00
PlayScratt.tscn Added button on the PlayScratt file to play level 2025-06-19 16:27:31 +08:00
README.md Update README.md 2025-06-17 14:32:49 +08:00
Start.gd Added button on the PlayScratt file to play level 2025-06-19 16:27:31 +08:00
Start.tscn Add precursor to the game 2025-06-18 13:54:16 +08:00
default_env.tres Add files via upload 2025-06-16 04:25:33 +01:00
export_presets.cfg Added Export_presets file 2025-06-17 19:15:32 +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 info for fun 2025-06-16 14:21:37 +08:00
level_juan.tscn Added playable level, playable character, and some grass tiles 2025-06-19 16:13:39 +08:00
main_menu.gd New code for main_menu 2025-06-19 16:09:36 +08:00
main_menu.tscn Put icon on main menu 2025-06-18 16:29:52 +08:00
project.godot Put window mode view as 2d 2025-06-19 15:56:01 +08:00
touch.tscn add seperate scene for touch screens 2025-06-20 15:22:29 +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

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.