Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kickflip-games/sidescroller
godot sidescroller
https://github.com/kickflip-games/sidescroller
Last synced: 6 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T05:14:43.000Z (over 2 years ago)
- Last Synced: 2024-10-19T12:53:29.699Z (27 days 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
[![Test](https://github.com/avivajpeyi/sidescroller/actions/workflows/tests.yml/badge.svg)](https://github.com/avivajpeyi/sidescroller/actions/workflows/tests.yml) [![Build](https://github.com/avivajpeyi/sidescroller/actions/workflows/build.yml/badge.svg)](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