sriharshachilakapati / SilenceEngine

A cross platform 2D / 3D Java Game Engine (Desktop / Html5 / Android)
https://silenceengine.goharsha.com/
MIT License
121 stars 21 forks source link

Add an Artificial intelligence system #60

Open SilverTiger opened 8 years ago

SilverTiger commented 8 years ago

Currently SilenceEngine provides most of the main features of a game engine, i.e. Gameplay mechanics, Rendering, Audio and Physics.

I think it would be a great enhancement to provide a system for artificial intelligence. Something like a package com.shc.silenceengine.ai where you have a common interface for decision making like AISystem for further implementations like DecisionTreeAI, BehaviourTreeAI or RuleBasedAI for example.

SilverTiger commented 8 years ago

In the semester break I may have time to look into this and help with the implementation.

lclc98 commented 8 years ago

I have done a bit of work on this, but I don't like the code i have written, but i would like to see a proper AI system

sriharshachilakapati commented 7 years ago

@SilverTiger Can you say any status on this? I have absolutely no idea in this area, and it would be awesome if you could help.

SilverTiger commented 7 years ago

Right now I have no time for that issue due to my scientific specialization and my master thesis after that. But I'm still interested in the implementation of an AI system.

sriharshachilakapati commented 7 years ago

That's fine, good luck with your masters. I'm going to keep this issue open in the future milestone, come back whenever you have time.

ghost commented 1 year ago

It's been like 5 years since this issue was opened

SilverTiger commented 1 year ago

In the meantime, I joined the military, so unfortunately I don't have time for this.

ghost commented 1 year ago

Oh