An open API service indexing awesome lists of open source software.

https://github.com/Doprez/stride-platformer

a basic platformer I will use for Stride tutorials.
https://github.com/Doprez/stride-platformer

stride3d

Last synced: about 1 year ago
JSON representation

a basic platformer I will use for Stride tutorials.

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.