[% META title = 'Which commands?' %]
Here are the commands that I've targetted for reimplementation. This list is subject to revision. Commands in italic have at least some stab at an implementation already. Some have multiple implementations. Others have extra notes mentioning work in progress or implementation suggestions. All should have links to docs for them.
This list is also available in table form.
[% INCLUDE listing, list => commands %]And just because we're crazy, here are some classic games, too.
[% INCLUDE listing, list => games %] [% BLOCK listing %][% FOREACH cmd = list %] [% class = cmd.value ? 'done' : 'missing' %] [% cmd.key %] [% END %][% END %]