Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example Projects for v0.5 #451

Open
DarthData410 opened this issue May 3, 2023 · 2 comments
Open

Example Projects for v0.5 #451

DarthData410 opened this issue May 3, 2023 · 2 comments
Labels
question Question about ÖbEngine

Comments

@DarthData410
Copy link
Collaborator

Ask your question here, try to be clear and give as much details as possible to ensure you will get proper help.
I was walking through the example projects, specifically the Bomberman example, and started to [try] and load it using v0.5 engine compiled. There are a decent amount of changes it seems between the versions the examples @ https://github.com/ObEngine/Examples where created with vs. what exists now in v0.5.

Once of the best ways to really learn the in's/out's of any such game engine, etc. is to walk through examples and tear through them. Before I spun my wheels too much I wanted to see about taking an existing project, like Bomberman, and convert it to the current v0.5 build? Is that worth while - right now that is. Further I would be interested in building out examples, just wanting to align efforts, make sure I have access to any working examples with v0.5 that could be used as a template, etc.

@DarthData410 DarthData410 added the question Question about ÖbEngine label May 3, 2023
@Sygmei
Copy link
Member

Sygmei commented May 4, 2023

You are completely right

Most examples are broken right now since ÖbEngine is still in unstable development (quick iterations).
It would be nice to have high quality examples that we keep up to date and I planned to do that once 0.5 is released
Although not completed yet, most of the planned features for 0.5 are already merged

You could totally rework the Bomberman example and that would be a huge help !

Here's what required to make Bomberman work on latest ÖbEngine :

Also a few suggestions to use the latest 0.5 features :

  • Use Tasks for bombs instead of relying on animation speed
  • Use Tilemaps instead of free sprites for Scene

This will not be an easy task as some functions were re-written / renamed, do not hesitate to ask as many questions as you want.

Also, you can join the Discord if you want to have more in-depth discussions :)

@DarthData410
Copy link
Collaborator Author

Perfect! And I will get on discord later as well. I also have some examples I would like to build out, once I use Bomberman as a way to port and compare. More soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question about ÖbEngine
Projects
None yet
Development

No branches or pull requests

2 participants