https://github.com/kickflip-games/sidescroller
godot sidescroller
https://github.com/kickflip-games/sidescroller
Last synced: 3 months ago
JSON representation
godot sidescroller
- Host: GitHub
- URL: https://github.com/kickflip-games/sidescroller
- Owner: kickflip-games
- License: mit
- Created: 2022-06-25T14:08:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T05:14:43.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T05:39:29.918Z (5 months ago)
- Language: GDScript
- Size: 4.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/avivajpeyi/sidescroller/actions/workflows/tests.yml) [](https://github.com/avivajpeyi/sidescroller/actions/workflows/build.yml)
# Sidescroller
Procedurally generated 2d sidescrolling game**Tools**
- Godot Engine v3.4.4.stable.official.419e713a2 - https://godotengine.org
- GDScript
- C++## Unit Testing
> Add unit tests in `res://test/unit/test_.gd`
> Add `func test_`
> Open the scene `res://test/TestRunner.tscn`
> `Command+R` to run the current scene + unit tests