-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add mobs #40
Comments
@22i mobs are not planned at the moment. We want to complete the engine. Thanks to Nuitka we can release independent builds (executable binaries). This will increase performance and eventually the mobs will be inserted. Thank you. |
For things like Mobs, we will need to do a few architectural changes and improvements first. It's not hard, but as Xenon said, it's not a current priority. Some things we need to do before adding mobs:
|
I'd be happy to work on simple mobs -- I am actually hoping to use this to allow students to write their own AI, etc. |
That would be great. Before going forward, I would like to make some architectural changes, and implement a Scripting system. I have most of this code written already, so I will try to make the changes soon. In the mean time, we will need to create the 3D models for the mobs. In the recent version of pyglet, loading models in |
Is the scripting system in python? Please say it is! |
Yes, it is. Since it's Python, it's quite trivial to implement. This is basically all there is to it:
|
That'll be awesome. I am really looking forward to using this with my students in upcoming semesters! |
I think we should just start with a cube that can be scripted to move around the world. I tried doing something with a terrain block but I failed hard. |
I'll try to finish the architectural changes I planned first of all. After that, it should be more easy to extend things. |
Mobs would be epic!
The text was updated successfully, but these errors were encountered: