From Jumpstart to 2D Game Development: Godot 4 for Beginners.
Go to file
James Skemp 338094f6a8 Add Windows export configuration 2023-12-10 12:40:37 -06:00
assets Add in-game audio during play and scoring 2023-12-10 08:35:15 -06:00
game Fix collision layers and masks 2023-12-10 11:10:46 -06:00
game_over Refactor plane death signaling to use signal hub and use in scenes 2023-12-07 21:34:06 -06:00
hud Update game to display scores 2023-12-10 08:45:45 -06:00
laser Fix collision layers and masks 2023-12-10 11:10:46 -06:00
main Update game to display scores 2023-12-10 08:45:45 -06:00
pipe Fix collision layers and masks 2023-12-10 11:10:46 -06:00
pipes Add in-game audio during play and scoring 2023-12-10 08:35:15 -06:00
plane Add functionality to die when hitting a pipe 2023-12-08 23:04:52 -06:00
scrolling_background Add scrolling background to game 2023-12-10 10:50:32 -06:00
singletons Update game to display scores 2023-12-10 08:45:45 -06:00
.gitattributes Add start of new game 2023-12-02 10:43:17 -06:00
.gitignore Add start of new game 2023-12-02 10:43:17 -06:00
README.md Add README and Web export config 2023-12-10 12:12:58 -06:00
export_presets.cfg Add Windows export configuration 2023-12-10 12:40:37 -06:00
icon.svg Add assets for game 2023-12-02 10:52:05 -06:00
icon.svg.import Add start of new game 2023-12-02 10:43:17 -06:00
project.godot Fix display on Window resizing 2023-12-10 11:17:10 -06:00

README.md

Tappy

From Jumpstart to 2D Game Development: Godot 4 for Beginners.

Running Web Export

  • Use defaults when exporting to Web.
  • Install https://www.nuget.org/packages/dotnet-serve/
  • Run dotnet serve --open-browser -h "Cross-Origin-Opener-Policy: same-origin" -h "Cross-Origin-Embedder-Policy: require-corp" -h "Access-Control-Allow-Origin: *" from web_export directory.