General gameplay improvements #1

Open
opened 2020-10-19 17:42:05 +00:00 by acdw · 5 comments

Playing through the game, there are some general improvements that could be made to make it better. This is just a big dump of ideas.

  • When entering a room, automatically 'examine' it.
  • List players that are in a room when examining.
  • Convert 2-word commands ('check tasks', 'murder crewmate') to one word.
  • Don't require full type-out of task to complete
    • alt: don't be case-sensitive
    • alt: auto-do task when in room with a command
    • could ask for confirmation
  • Allow voting for other players by name/nick
  • Allow doing tasks by number
  • Add directions to different rooms to help navigate (along with 'map').
  • Config?: 'map' when 'examine'
  • ASCII art of each room. ? or of players?
 ___
|   |
( O |
|  u|
|_|_|
Playing through the game, there are some general improvements that could be made to make it better. This is just a big dump of ideas. - When entering a room, automatically 'examine' it. - List players that are in a room when examining. - Convert 2-word commands ('check tasks', 'murder crewmate') to one word. - Don't require full type-out of task to complete - alt: don't be case-sensitive - alt: auto-do task when in room with a command - could ask for confirmation - Allow voting for other players by name/nick - Allow doing tasks by number - Add directions to different rooms to help navigate (along with 'map'). - Config?: 'map' when 'examine' - ASCII art of each room. ? or of players? ``` ___ | | ( O | | u| |_|_| ```

for number 2, examine already lists players in the room

for number 2, `examine` already lists players in the room
Owner

there's also an issue tracker on sr.ht for the upstream repo: https://todo.sr.ht/~martijnbraam/among-sus

we should definitely try to get any improvements sent back upstream

there's also an issue tracker on sr.ht for the upstream repo: https://todo.sr.ht/~martijnbraam/among-sus we should definitely try to get any improvements sent back upstream
Owner

long commands are by design

long commands are [by design](https://todo.sr.ht/~martijnbraam/among-sus/18#event-54863)
Author

oh i didn't notice the players names. also that's an interesting play mechanic, i think when starting out it just made it harder, but i can see how it could work better for more seasoned players

oh i didn't notice the players names. also that's an interesting play mechanic, i think when starting out it just made it harder, but i can see how it could work better for more seasoned players
  • List players that are in a room when examining.

This happens (now, anyway), see these lines.

  • Convert 2-word commands ('check tasks', 'murder crewmate') to one word.
  • Don't require full type-out of task to complete
    • alt: don't be case-sensitive
      • alt: auto-do task when in room with a command
      • could ask for confirmation
  • Allow voting for other players by name/nick
  • Allow doing tasks by number

All of these sound like it would make the game really quick to do, I think typing taking up time is a cool mechanic. I'm intersted in it staying in and seeing how that works for gameplay.

> - List players that are in a room when examining. This happens (now, anyway), see [these lines](https://tildegit.org/tildeverse/among-sus/src/commit/da55a652c787cfd33d8743c406be32f74d2ff0fc/main.c#L863-L890). > - Convert 2-word commands ('check tasks', 'murder crewmate') to one word. > - Don't require full type-out of task to complete > - alt: don't be case-sensitive > - alt: auto-do task when in room with a command > - could ask for confirmation > - Allow voting for other players by name/nick > - Allow doing tasks by number All of these sound like it would make the game really quick to do, I think typing taking up time is a cool mechanic. I'm intersted in it staying in and seeing how that works for gameplay.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tildeverse/among-sus#1
No description provided.