https://github.com/doprez/stride-platformer
a basic platformer I will use for Stride tutorials.
https://github.com/doprez/stride-platformer
stride3d
Last synced: 11 months ago
JSON representation
a basic platformer I will use for Stride tutorials.
- Host: GitHub
- URL: https://github.com/doprez/stride-platformer
- Owner: Doprez
- License: mit
- Created: 2023-02-14T06:25:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T16:03:13.000Z (about 3 years ago)
- Last Synced: 2025-08-02T00:04:04.311Z (11 months ago)
- Topics: stride3d
- Language: C#
- Homepage:
- Size: 16.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stride-platformer
This is a basic platformer I will use for Stride tutorials.
# Dependancies
I am using [MyraUI](https://github.com/rds1983/Myra) for my UI since I like it better then Strides default.
And my own libraries:
- [Doprez.Stride.AI](https://github.com/Doprez/Doprez.Stride.AI) using the FSM to control the enemy logic
- [Doprez.Stride](https://github.com/Doprez/Doprez.Stride) for the extensions to make my life easier.