File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ Have a well defined api for server side teeworlds bots:
184184- It should be hot reloadable.
185185
186186The whole thing would be pure, without side effects. There is no networking. There is no IO.
187- There is no context needed of what happend before or after. It is basically turn based teeworlds.
187+ There is no context needed of what happened before or after. It is basically turn based teeworlds.
188188Given the current inputs/velocity/world what is the best move for this tick.
189189
190190Sample of a current implementation of a bot that should be outdated by this new api.
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ void ProbeLib(const char *pLibPath)
120120
121121void usage ()
122122{
123- puts (" usage: twbl_proble <TWBL_LIB>" );
123+ puts (" usage: twbl_probe <TWBL_LIB>" );
124124 puts (" description: prints information about twbl shared objects" );
125125}
126126
You can’t perform that action at this time.
0 commit comments