wight-airmash / ab-server

2d multiplayer action game server for Node.js based on WebSocket communication.
https://airmash.online
MIT License
54 stars 21 forks source link

improve docs (repo and in-game) #96

Closed lgg closed 4 years ago

lgg commented 4 years ago

I think it will be good to improve in-game help and docs in this repo about:

CTF bots

As far as i understand Q-Bots repo: https://github.com/spatiebot/ab-bot

#storm command is missing: https://github.com/wight-airmash/ab-server/blob/master/src/server/modes/ctf/maintenance/chat.ts#L28 but it works in game. Some other commands don't work. Which version of Q-bots is now in use on server?

status + /elections

Flags and emotions

based on: https://github.com/lgg/airmash-tips

Custom flags

Type /flag FLAGNAMEHERE

Emotions

Emotes available:

@wight-airmash where is better to place this info? Is it ok to create new file in /docs/?

wight-airmash commented 4 years ago

Here is q-bots. We have only binary file, the sources were lost. #storm was missed intentionally, because most of the time it only helps the opponent's team with easily getting upgrades, bots are too weak in pvp.

Is it ok to create new file in /docs/?

Yes, it's ok. I'm not sure about emotions, it's only a frontend feature, there is no emotes validation on the server.

lgg commented 4 years ago

Which repo of frontend is actual?

https://github.com/airmash-refugees/airmash-frontend ?

wight-airmash commented 4 years ago

Yes, this one.