Some advice, please

IS it ok if I use an opensource lib that I am coding myself (http://vogon101.github.io/VogonGame/)

Thanks

Vogon101

http://www.twitch.tv/vogon101

Comments

deathray
23. Apr 2014 · 05:50 UTC
I think the general wisdom is that you can use a library that handles generic things, but not game-logic.

OK:

– a path finding algorithm

– a random number generator

Not OK:

– path routes for a specific enemy
23. Apr 2014 · 06:14 UTC
Read the rules:
noom
23. Apr 2014 · 06:22 UTC
I’m working on my graphics engine right now 😀