0

Possible Duplicate:
Are there existing FOSS component-based frameworks?

What open source game engines with component-based design of game objects do you know? And which best of them? I mean best not in Graphics or Physics, but best in context of Behaviour, Messaging, etc.

This question is the result of inspiration by another question

Thank you!!!

Vaillancourt
  • 16,325
  • 17
  • 55
  • 61
Edward83
  • 388
  • 1
  • 5
  • 21

1 Answers1

1

CraftyJS meets your criteria - component based and open source. It is a Javascript based 2D game/graphics engine.

http://craftyjs.com

Ptg
  • 11
  • 1