Quillraven / MysticWoods

A small RPG example for a YouTube tutorial series using Kotlin, LibGDX, LibKTX and GDX-AI.
https://quillraven.github.io/MysticWoods/
45 stars 4 forks source link

suggestion #3

Closed ChinQingl closed 1 year ago

ChinQingl commented 1 year ago

This project is great, do you have plans to come out with tutorials to add more features? Like the logic part of AI, I think I can make full use of the functions provided by libgdx-ai, which can make the AI logic of the game richer.

Quillraven commented 1 year ago

Hi,

I recently made a poll on my YT channel what else people want to see in the game and I try to make three more videos this month: 1) Light system with Box2D Light 2) map change via a portal system 3) tests / unit tests with LibGDX

Which features would you be interested in?

ChinQingl commented 1 year ago

Glad you got a reply so quickly. Wow, all three tutorials are pretty good, and lighting and switching maps are essential parts of a complete and excellent game. I might be more interested in the testing part, though. It is an important part of development, and testing enables the rapid development of powerful and complex systems.