https://github.com/plsr/dodge-the-creeps
Basic Godot Tutorial Code and some small things I changed
https://github.com/plsr/dodge-the-creeps
Last synced: 5 months ago
JSON representation
Basic Godot Tutorial Code and some small things I changed
- Host: GitHub
- URL: https://github.com/plsr/dodge-the-creeps
- Owner: Plsr
- Created: 2021-11-26T23:26:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T23:31:09.000Z (over 4 years ago)
- Last Synced: 2025-04-23T04:18:27.081Z (about 1 year ago)
- Language: GDScript
- Size: 3.28 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Dodge the Creeps
This is the code from the Godot Game Engine found [here](https://docs.godotengine.org/en/stable/getting_started/step_by_step/your_first_game.html).
Most of the code is exactly as it was proposed in the tutorial. I pushed it here mainly for documentation
reasons, because I thought it might be fun to have that at some point in the future.
## What I changed
* Added a safe_space around the player and do not allow creeps to spawn in there
* Add a variable number of max creeps that can be on screen at the same time (would be the base to add levels of growing difficutly in the future)