Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiahaoxiang2000/hello-godot
https://github.com/jiahaoxiang2000/hello-godot
game godot
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jiahaoxiang2000/hello-godot
- Owner: jiahaoxiang2000
- Created: 2024-08-17T13:45:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T14:27:02.000Z (5 months ago)
- Last Synced: 2024-11-10T18:06:20.041Z (2 months ago)
- Topics: game, godot
- Language: GDScript
- Homepage: https://jiahaoxiang2000.github.io/hello-godot/
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Goal
By the Godot documentation, the goal of this project is to create a simple 2D game with the Godot engine. one side learning the engine and the other side learning the game development process.
## Deployment
when we want to share the game with others, we need to export the game. Godot supports exporting the game to different platforms. So quickly we can export the game to web, which is the easiest way to share the game.
Maybe in the future, we can export the game to other platforms like windows, android, ios, etc. Because the web platform ability is limited. but the long-term goal is to create a complex game. now we use the web platform to begin learning.
> note: we also try the other platforms like windows. but the automatic export to windows have much bugs. so based on the [godot template](https://github.com/D4M13N-D3V/godot_template) project, we easy share our project on the github page.
## References
- [Godot Documentation](https://docs.godotengine.org/en/stable/index.html)