Skip to content

DesignConsiderations

ashirley edited this page Sep 13, 2010 · 1 revision

Flexibility

It should be possibly to configure the game style as much as possible although initially at least this will be via the medium of “it’s open source, change it yourself!” rather than billions of config options.

Performance

Reading and writing to the IR led is really time sensitive and so any processing should be written to yield frequently to make sure the loop iterates a lot. I am assuming the exception to this is handling an incoming packet as a period of invincibility/dearmed is acceptable at that point.

Clone this wiki locally